@charset "iso-8859-1";
/* CSS Document */

#MailerCadastro p {
	margin-bottom:5px;	
}

#MailerCadastro p input{
	padding:4px;
	border:1px dotted #666;
	background:#fff;
	width:200px;
	
}

#MailerCadastro p.botao{
	text-align:right;	
}
#MailerCadastro p input.botao{
	padding:2px;
	border:1px solid #666;
	background:#e1e1e1;
	width:120px;
	cursor:pointer;
}
