/* CSS Document */

/* the overlayed element */
.simple_overlay {
	position:absolute;
	top:170px;
	left:110px;
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#070707;
	
	/*width:704px;*/
	width:534px;
	min-height:555px;
	border:7px solid #FFF;
	padding-left:85px;
	padding-right:85px;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(../../layout/img/site/overlay_close.png);
	background-repeat:no-repeat;
	position:absolute;
	right:15px;
	top:13px;
	cursor:pointer;
	height:10px;
	width:54px;
}

div.apple_overlay.black { 
    background-image:url(http://static.flowplayer.org/tools/img/overlay/transparent.png);         
    color:#fff; 
}

/*###########################################################################################################*/
/*###########################################################################################################*/
/*###########################################################################################################*/
/*###########################################################################################################*/
/*###########################################################################################################*/

#revenda_form{
	color:#CCCCCC;
	margin-top:20px;
	margin-left:123px;
}

#revenda_form div.campo{
	margin-bottom:7px;
	min-height:26px;
}

#revenda_form div.campo label{
	float:left;
	width:73px;
	text-align:right;
	margin-right:16px;
	vertical-align:middle;
}

#revenda_form div.campoG{
	height:auto;
	margin-top:10px;
	margin-left:90px;
}

#revenda_form div.campoG .input_msg{
	background-image:url(../../layout/img/site/textarea.png);
	width:233px;
	height:69px;
	margin-top:10px;
}

#revenda_form input[type="text"]{
	background: none;
	border:none;
	width:228px;
	height:22px;
	padding-left:5px;
}


#revenda_form .input_txt{
	background-image:url(../../layout/img/site/input_txt.png);
	background-repeat:no-repeat;
	width:233px;
	height:22px;
	float:left;
}

#revenda_form .input_txt select{
	width:225px;
	height:18px;
	border:none;
	margin-top:2px;
	margin-left:5px;
}

#revenda_form .input_ddd, #revenda_form .input_ramal{
	background-image:url(../../layout/img/site/orcamento/input_pp.png);
	width:44px;
	height:22px;
	float:left;
}

#revenda_form .input_fone{
	background-image:url(../../layout/img/site/orcamento/input_fone.png);
	width:96px;
	height:22px;
	float:left;
	margin-left:4px;
	margin-right:4px;
}



#faleconosco .input_msg{
	background-image:url(../../layout/img/site/textarea.png);
	width:233px;
	height:69px;
	margin-top:0px;
	margin-left:10px;
}

#faleconosco .fc{
	margin-left:10px;
}


