/*============================== Formulários ============================*/

/* Contato */

#frmContato {
	width: 400px;	
}

#frmContato h1 {
	margin: 0px;
}

#frmContato form {
	display: block;
	margin-top: 20px;
}
 
#frmContato fieldset {
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px dotted #C9BF8C;
	padding-bottom:10px;
}

#frmContato legend {
	font-size: 12px;
	font-weight: bold;
	color: #C9BF8C;
}

#frmContato label{
	display: block;
	margin: 0px;
	padding: 5px 0px;
}

#frmContato .Box75px {
	display: block;
	float: left;
	width: 75px;
}

#frmContato .Box45p {
	display: block;
	float: left;
	width: 150px;
	margin-right:20px;
}

#frmContato .Box70p {
	display: block;
	float: left;
	width: 100%;
	
}

/* Mensagens */

.BoxMsg_ERRO {
	background-image: url(../images/icon-error.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	border: 1px dotted #FF6600;

}

.BoxMsg_OK {
	background-image: url(../img/accept.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	border: 1px dotted #339900;

}

#frmContato fieldset.bt {
	float:right;
	margin-top:10px;
	margin-right:23px;
	border: none;
	}
	
input:focus, textarea:focus{
	background-color: #FFC;
}

input.button {
	display: block;
	width: 80px;
	height: 20px;
	text-align:center;
	color: #FFF;
	text-decoration: none;
	background:url(../images/bt2.gif) no-repeat;
	border:none;
	cursor:pointer;
	font-size:1em;
}

input.button:hover {
	color: #FFC;
	background:url(../images/bt2.gif) no-repeat;
}
