body{
 font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
}
p, h1, form, button{border:0; margin:0; padding:0;}
 .spacer{clear:both; height:1px;}
.myform{
 margin:0 auto;
 width:740px;
 padding:14px;
}
.myformpequeno{
 margin:0 auto;
 width:290px;
 padding:15px;
}
 
#stylized{
	border: 2px solid #f19726;
	background: #ececec;
}
#stylized h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
	color: #000;
}
#stylized p{
 font-size:11px;
 color:#000;
 margin-bottom:20px;
 border-bottom:solid 1px #f19726;
 padding-bottom:10px;
}
#stylized label{
 display:block;
 font-weight:bold;
 text-align:right;
 width:140px;
 float:left;
}
#stylized .labelpequeno{
	display:block;
	font-weight:bold;
	text-align:right;
	width:50px;
	float:left;
	color: #000;
}
#stylized .small{
 color:#000;
 display:block;
 font-size:11px;
 font-weight:normal;
 text-align:right;
 width:140px;
}
#stylized input{
 float:left;
 font-size:12px;
 padding:4px 2px;
 border:solid 1px #aacfe4;
 width:200px;
 margin:2px 0 20px 10px;
}
#stylized .link_direita{
 float:right;
}
#stylized .inputpequeno{
	float: left;
	font-size: 12px;
	padding: 4px 2px;
	border: 1px solid #f19726;
	width: 210px;
	margin: 2px 0 20px 10px;
}
#stylized select{
 float:left;
 font-size:12px;
 padding:4px 2px;
 border:solid 1px #aacfe4;
 width:200px;
 margin:2px 0 20px 10px;
}
br{
 clear:both;
}
#stylized button{
	width: 125px;
	height: 31px;
	text-align: center;
	line-height: 31px;
	font-size: 11px;
	font-weight: bold;
	background-color: #f19726;
	color: #fff;
	border-color: #4f7298 #113051 #113051 #4f7298;
}
#stylized button:hover{
 background:#d87d0e;
}
#stylized button.alt{
 background-color:#eef3f8;
 border-color:#fafbfc #bfcbd8 #bfcbd8 #fafbfc;
 color:#1d3652;
}
#stylized button.alt{
 background:#e4ebf2;
 color:#1d3652;
}
a:link, a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: underline;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #999;
}
