/** 
* Generated by www.formstylegenerator.com 
**/
.formulario{
	float:left;
	padding:10px;
	width: 948px;
	
}
.form_row{
	margin-bottom:1px;
	float: left;
}

/** You can use this style for your INPUT, TEXTAREA, SELECT elements **/
.myinputstyle {
	border:#CCC solid 1px;
	/** remember to change image path **/
	background:#EEE;
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #555;
	margin:0 0 1px;
	padding:5px;
	width:348px;
}

/** You can use this style for your LABEL elements **/
.mylabelstyle {
	color:#666666;
	float:left;
	font-size:13px;
	font-weight: normal;
	padding:3px 0 3px 10px;
	width:90px;

}

/** 
*  You can use this style for your INPUT, TEXTAREA, SELECT elements 
*  for onmousehover event
**/
.myinputstyle:hover {

	/** remember to change image path **/
	background: #FFFFFF;
}

.botao{
	float:right;
	font-weight:bold;
	margin:2px 2px;
	border:none;
	font-family:"Trebuchet MS", Verdana, Arial;
	background:#3c1b72;
	color: #FFF;
	padding:2px 20px;
	cursor:pointer;
}
.botao:hover{

}
.conteudo img.left{
	float:left;
	margin:0 25px 25px 0;
	border:none;
}

.cont{
	background:none !important;
	width: 350px !important;
	padding:0 !important;
}
.cont img{
	-moz-box-shadow: none !important;
	-webkit-box-shadow:none !important;
	-khtml-box-shadow: none !important;
	box-shadow:none !important;
}
.cont-item{
	display:block;
	overflow:hidden;
	margin:0 0 20px;
	height: 50px;
}
