#cemporcentotop {
	margin-bottom:10px !important;
	height:100px !important;
}

form {
	margin:0px 0 20px 50px;
	width:650px;
}

form p {
	clear:both;
	padding:15px 5px; !important;
	margin-bottom:15px;
	background:none !important;
}

form p.mensagem { height:140px }

form label {
	width:150px;
	display:block;
	float:left;
	text-align:right;
	font-weight:bold;
	color:#FFF;
	margin-right:10px;
	font-size:12px;
	line-height:17px;
}

form select {
	width:150px;
	padding:2px;
	float:left;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#333;
	border:none;
	color:#FFF;
	outline:none;
}

form input {
	width:300px;
	height:16px;
	padding:2px;
	float:left;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#333;
	border:none;
	color:#FFF;
}

form p.textarea {
	height:	145px;
}

form textarea {
	float:left;
	width:294px;
	height:130px;
	padding:5px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#333;
	border:none;
	color:#FFF;
}

form .radio {
	width:20px;
	float:left;
	margin-top:3px;
	background:none !important;
}

form .radiotext {
	float:left;
	margin-right:15px;
}

form .submit {
	width:80px;
	height:30px;
	background:#333;
	color:#888;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	padding-top:0;
	color:#FFF;
	margin-left:250px;
}

/* UPLOAD */
#input-file {
	background:url(../images/botaoenviar.jpg) no-repeat 100% 0;
	width:470px;
	height:20px;
	margin:2px 0;
	position:relative;
}
#input-file #file-original{
	opacity: 0.0;
	-moz-opacity: 0.0;
	filter: alpha(opacity=00);
	position:absolute;
	z-index:2;
}
#input-falso{
	left:165px;
	position:absolute;
	z-index:1;
}
#input-falso #file-falso{
	width:211px;
}
#input-file label.error {
	position: absolute;
    right: -105px;
}

/* ERRO */
label.error {
	display:block;
	text-align:left;
	width:auto;
	height:28px;
	color:#ccc;
	margin-left:5px;
	font-size:10px;
	line-height:18px;
}

/* RESPOSTA */
#resposta {
	text-align:center;
}



