.area-formularioM{
	width:90%;
	height:auto;
	display:table;
	margin:auto;
	padding:5px 0px 5px 0px;
	border-bottom:1px solid #efefef;
	text-align:center;
	color:#333333;
}
.area-formularioM .select-selecao-veiculos{
	float:left;
}

.area-formularioM label{
	float:left;
	width:200px !important;
	height:auto;
	text-align:right;
	font-weight:bold;
	margin-top:4px;
	margin-right:10px;
}
.area-formularioM .textbox{
	float:left;
	width:auto;
	height:auto;
	border:1px solid #333333;
	font:11px Tahoma;
	padding:2px 0px 3px 1px;
	margin: 0 0 0 5px;
}

.area-formularioM img {float:left; padding:2px 0 0 2px;}

.area-formularioM .selectbox{
	float:left;
	width:auto;
	height:auto;
	border:1px solid #333333;
	font:11px Tahoma;
	margin: 0 0 0 5px;
}

.area-formularioM .botao-formulario{
	width:auto;
	height:auto;
	border:1px solid #efefef;
	background-color:none;
	font:10px Tahoma;
	font-weight:bold;
	padding:5px;
	margin:auto !important;
	background-image:url('../imagens/botao/background-botoes-formularios.gif');
	background-repeat:repeat-x;
	background-position:bottom;
	color:#333333;	
}
.area-formularioM .botao-formulario:hover{
	width:auto;
	height:auto;
	border:1px solid #efefef;
	background-color:none;
	font:10px Tahoma;
	font-weight:bold;
	padding:5px;
	margin:auto !important;
	background-image:url('../imagens/botao/background-botoes-formularios.gif');
	background-repeat:repeat-x;
	background-position:bottom;
	color:#0085CF;
}

.solicite-mais-informacoesM label{
	width:50px !important;
}
.solicite-mais-informacoesM  .textbox{
	width:190px;
}

.modalBackground {
    background-color: #CCCCCC;
    filter:alpha(opacity=70);
    opacity:0.7;
}

/* inicio de area de veiculos seminovos*/
	.veiculos-seminovos-area-fotosM{
		float:left;
		width:400px;	
		border-right:1px solid #dfdfdf;
	}
	.veiculos-seminovos-area-descritivaM{
		float:left;
		width:290px;
		height:450px;

	}		
	.veiculos-seminovos-area-fotosM .foto{
		margin:auto;
		width:350px;
		height:268px;	
		background-image:url('../imagens/background/background-foto-veiculos-seminovos.gif');
		background-repeat:no-repeat;
		background-position:left top;
	}			
	.foto-destaqueM{			
		margin-top:12px;
		margin-left:50px;
		text-align:center;
		
	}
	.veiculos-seminovos-area-fotosM .fotos {			
		margin:auto;
		width:328px;
	}				
	.veiculos-seminovos-area-fotosM .fotos .foto-destaqueM-tb{			
		width:75px !important;
		height:56px;
		cursor:pointer;
		border:1px solid #dfdfdf;
		padding:1px;
	}
	.veiculos-seminovos-area-fotosM .destaque-preco{			
		border:2px solid #dfdfdf;
		font:13px Tahoma;
		color:#252525;
		background-color:#f8f8f8;
		font-weight:bold;
		padding:4px;
		position:relative;
		float:right;
		margin-top:25px;
	}			
	.veiculos-seminovos-area-fotosM p{
		width:328px;
		margin:auto;
		line-height:16px;
		margin-top:4px;
		color:#333333;
	}
	.veiculos-seminovos-area-descritivaM p{
		width:250px;
		margin:auto;
		color:#333333;
	}
	
	
/* fim de area de veiculos seminovos*/
/* inicio AJAX */
#window
{
	position: absolute;
	width: 700px;
	height: auto;
	overflow: hidden;
	border:3px solid #999999;
	background-color:#ffffff;	
	z-index:999;
}
#windowTop
{
	height: 30px;
	overflow: 30px;
	background-position: right top;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	cursor: move;
}
#windowTopContent
{
	margin-right: 13px;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	text-indent: 36px;
	font:18px Tahoma;
	font-weight: bold;
	color: #252525;
	margin-top:5px;
	text-align:center;
}

#windowClose
{
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
.windowClose
{
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
.transferer2
{
	border: 1px solid #6BAF04;
	background-color: #efefef;
	filter:alpha(opacity=30); 
	-moz-opacity: 0.3; 
	opacity: 0.3;
}

/* fim AJAX */

.erroModal
{	
	background: #fcc url( '../imagens/icones/botao_erro.gif' ) no-repeat 3px;	
	border: 1px solid #c68484;
	color: Red;
	text-align: left;	
	font-weight: bold;
	vertical-align: middle;
	margin: 0px 0 5px 0;
	width: 262px;
	padding: 5px 0px 5px 35px;
}

.sucessoModal {
	background: #e2f9e3 url('../imagens/icones/botao_aceito.gif') no-repeat 5px center;
	border: 1px solid #9c9;
	color: #060;
	text-align: center;
	font: 11px Arial;
	font-weight: bold;
	vertical-align: middle;
	margin: 0px 0 5px 0;
	padding: 5px 0px 5px 0px;
	width:297px;
}
