div#formulario{
	width: 800px;
	border-top: 1px solid #999999;
	line-height: 20px;
}
.campos{
	font-family: Georgia;
	font-size: 9px;
	color: #6d6d6d;
}
input.nome{
	font-family: Georgia;
	font-size: 9px;
	width: 748px;
	height: 15px;
	border: 0px solid #cccccc;
	border-bottom: 1px dashed #999999;
}
input.morada{
	font-family: Georgia;
	font-size: 9px;
	width: 440px;
	height: 15px;
	border: 0px solid #cccccc;
	border-bottom: 1px dashed #999999;
}
input.codigo{
	font-family: Georgia;
	font-size: 9px;
	width: 182px;
	height: 15px;
	border: 0px solid #cccccc;
	border-bottom: 1px dashed #999999;
}
input.email{
	font-family: Georgia;
	font-size: 9px;
	width: 280px;
	height: 15px;
	border: 0px solid #cccccc;
	border-bottom: 1px dashed #999999;
}
input.telefone{
	font-family: Georgia;
	font-size: 9px;
	width: 120px;
	height: 15px;
	border: 0px solid #cccccc;
	border-bottom: 1px dashed #999999;
}
input.pais{
	font-family: Georgia;
	font-size: 9px;
	width: 140px;
	height: 15px;
	border: 0px solid #cccccc;
	border-bottom: 1px dashed #999999;
}
div#opcoes{
	width: 800px;
	border: 0px solid #cccccc;
	margin-top: 40px;
	display: block;
}
div#opcoes-title{
	width: 200px;
	border: 0px solid #cccccc;
	float: left;
	line-height: 15px;
}
div#select-artists{
	width: 561px;
	border: 0px solid #cccccc;
	margin-left: 230px;
	line-height: 19px;
}
div#opcoes-todos{
	width: 180px;
	border: 1px solid #cccccc;
	display: block;
}
.txt-opcoes{
	font-family: Georgia;
	font-size: 9px;
	color: #6d6d6d;
	font-style: italic;
}
div#newsletter{
	width: 800px;
	height: 40px;
	border-bottom: 1px solid #999999;
	margin-top: 20px;
	text-align: right;
}
.botao-enviar{
	font-family: Georgia;
	font-size: 9px;
	color: #4a4a4a;
	width: 50px;
	height: 14px;
	border: 0px solid #cccccc;
	background-color: #ffffff;
	cursor: hand;
}
input.check{
	width: 12px;
	height: 12px;

}

