/*******************
Author: Patrick Ryan
URL: http://www.agavegroup.com

Feel free to use this however you like.  Credit is always appreciated.
*******************/
#formricercaauto {position:absolute;top:68px; left:0; width:270px; height:288px; background-image:url(../grafica/template/automobili-iglesias_r5_c20.gif); background-repeat:no-repeat; font-size:90%; color:#000000;
					text-align:left;padding:0;margin:0;}
	#formricercaauto td{margin:0;padding:0;}
	#formricercaauto table, #formricercaauto table table, #formricercaauto td td, #formricercaauto td{margin:0;padding:0;border:0;}
	#formricercaauto td.radio{width:270px;height:45px;margin:0;padding:0;}
	#formricercaauto td.radio td,#formricercaauto td.radio tr{margin:0;padding:0;}
	#formricercaauto td.radio table {margin:0;padding:2px 0;}
	#formricercaauto td.select{width:270px;height:90px;margin:0;padding:0;}
	#formricercaauto td.select select{width:170px;margin:2px 0;padding:0;}
	#formricercaauto td.select label{width:80px;margin:0;padding:0;}
	#formricercaauto td.prezzo{width:270px;margin:0;padding:0;}
	#formricercaauto td.prezzo tr,#formricercaauto td.prezzo td,#formricercaauto td.prezzo table{margin:0;padding:0}
	#formricercaauto tr.optional{width:270px;height:102px;margin:0;padding:0;}
	#formricercaauto tr.optional input{margin:0;padding:0;height:13px;width:13px;}
	#formricercaauto tr.optional td,#formricercaauto tr.optional table,#formricercaauto tr.optional tr,#formricercaauto tr.optional table tr td{height:auto;margin:0;padding:0;}
	#formricercaauto form{margin:0;padding:0;}
	#formricercaauto #buttonricerca {width:270px;position:absolute; bottom:-32px; left:0px;margin:0;padding:0;height:33px;z-index:0}
	#formricercaauto #buttonricerca input{width:270px;margin:0;padding:0;}
	.titForm{text-align:left;vertical-align:top;}



#formricercaauto input, #formricercaauto textarea, #formricercaauto select{
	border:none;
	margin:0;
	padding:0px 3px;
	font:90%/180% "Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	color:#666;
}

#formricercaauto .bottonemoduloR{width:20px;}
#formricercaauto .bottonemodulo{width:20px;margin:0;padding:0;}
#formricercaauto input.former{width:50px;}

#formricercaauto label{
	clear:left;
	float:left;
	margin:5px 0;
	display:block;
}

/*##########################################

Name: Default styling for Niceforms v.0.9

Author: Lucian Slatineanu

URL: http://www.badboy.ro/

##########################################*/
/*Transparent items*/
/*
.transparent {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity: 0;
	border:0px solid #FFF;
	background:#FFF;
	z-index:10;
	cursor:pointer;
}

.transparentFake {
	background:none;
	border:none;
}

.transparent2 {
	z-index:10;
}
*/

/*Selects*/

.selectArea {
	float:left;
	width:160px;
	height:21px;
	margin:0 0 2px;
	background:url(../grafica/template/form/select_bg.gif) repeat-x left top;
}

.selectArea .left {
	width:8px;
	height:21px;
	float:left;
	background:url(../grafica/template/form/select_left.gif) no-repeat left top;
}

.selectArea .right {
	width:21px;
	height:21px;
	float:right;
	background:url('../grafica/template/form/selectDrop.gif') no-repeat left top;

}

.selectArea .right a {
	display:block;
	width:21px;
	height:21px;
}

.selectArea .right i {
	display:none;
}

.selectArea .center {
	width:140px;
	margin-left:5px;
	margin-right:20px;
	color:#FFF;
	padding-top:3px;
}



/*Selects drop-down*/

.optionsDivInvisible, .optionsDivVisible {
	position:relative;
	margin-top:-1px;
	margin-left:3px;
	padding:0;
	width:152px;
	background:#6f7074;
	z-index:20;
	font-size: 0.7em;
	text-align:left;

}

.optionsDivInvisible {
	display:none;
}

.optionsDivVisible {
	display:block;
}

.optionsDivVisible p {
	margin:0;
	padding:0;
}

.optionsDivVisible a {
	color:#F2F2F2;
	text-decoration:none;
	display:block;
	padding:1px 4px;
	border:1px solid #6f7074;
}

.optionsDivVisible a:hover {
	color:#FFF;
	background:#5F6062;
	border-color:#cfd0d6;
}






/*Test div - testing if stylesheets are enabled*/

#stylesheetTest {
	position:absolute;
	left:-999px;
	width:10px;
	height:10px;
}

