/* CSS Contato - iNovaStudio */

.bloco{
	clear:both;
	background:#FFF url(../_img/input.jpg) no-repeat;
	width:330px; height:32px;
}

#infos *{margin:0px 10px;}
#infos{
	margin-top:15px;
	padding:10px 0px;
	width:200px;
	float:left;
	display:table;
	border:1px solid #EEE;
}
#infos h4{margin-top:10px; color:#333;}
#infos span{color:#b54908;}

#formulario{
	margin-top:15px;
	width:330px;
	float:right;
	display:table;
}

label{
	display:block;float:left;
	width:100px;
	margin:8px 0px 0px 0px;
	text-align:center;
	color:#FFF;
	font-weight:bold;
}

input{
	background-color:transparent;
	display:block;float:left;
	width:220px; 
	margin:7px 5px 5px 0px;
	color:#666;
}

button{
	border:0;
	vertical-align:bottom;
	width:85px; height:28px;
	background: #666 url(../_img/botao.jpg) no-repeat 0px 0px;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
}

button:hover{
	float:right;
	border:0;
	vertical-align:middle;
	width:85px; height:28px;
	background: #666 url(../_img/botao.jpg) no-repeat 0px -27px;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
}

textarea {
	display:block;float:left;
	width:225px; height:110px;
	margin:12px 0px 10px 0px;
	background-color:Transparent;
	color:#666;

	/* PARA IE: */
	scrollbar-3dlight-color:#FFF;
	scrollbar-arrow-color:#999;
	scrollbar-base-color:#FFF;
	scrollbar-darkshadow-color:#FFF;
	scrollbar-face-color:#FFF;
	scrollbar-highlight-color:#DDD;
	scrollbar-shadow-color:#EEE;
}

input:hover, textarea:hover{color:#000;}
input:focus, textarea:focus{color:#ec6a19;}

.mensagem{
	width:330px; height:135px;
	background:#FFF url(../_img/textarea.jpg) no-repeat 0px 0px;
}

.botao{text-align:right;}