
#adsearch_form { 
	margin:0; 
}

#adsearch_form input{
border: 1px solid #892e56
}

#durata, #scolarita{
margin-top:55px;
color:#333399
}

ol.cerco { 
	margin:0!important;
	padding:0!important;
}

ol.cerco li	{
	background:none!important; 
	margin:0!important; /*some themes may interfere otherwise*/
	padding:0; 
	list-style:none!important; 
	text-align:left;
	line-height:1.3em;
}




/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */


#adsearch_form select,
#advanced_search_btn
{ 
	margin:0 0 8px 0;
	vertical-align:top;
	font:normal 12px;
	letter-spacing:1px;
	padding:4px;
	background: url(images/title_bg.gif) repeat-x bottom left; 
	color:#333;
	border:1px solid #CCC;
	
}

#adsearch_form #advanced_search_btn:hover,
#adsearch_form select:hover, #adsearch_form select:focus{
		border:1px #892e56 solid;
}

#adsearch_form input:focus,
{ 
	border:1px #892e56 solid;
	color:#000;
}

#adsearch_form input {
	background-color:white; 
	width:400px; 
}
#adsearch_form select {
	width:408px; /* attempt to have equal length */
}  



/*                                                    */
/*   FORM submit button                               */
/*                                                    */

#adsearch_form input#advanced_search_btn{ 
	font-size:12px;
	height:35px;
	margin:5px 30px 4px 0pt;
	padding:0pt 0pt 1px;
	width:220px;
	border:1px #CCC solid;
	cursor:pointer;
}
#adsearch_form input#advanced_search_btn:hover	{ 
	border:1px #892e56 solid;
}


/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
* html #adsearch_form legend { 
	position:absolute; 
	top: -10px; 
	left: -10px; 
	margin-left:0;
}
* html #adsearch_form fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
*+html #adsearch_form legend { 
	position:absolute; 
	top: -10px; 
	left: -10px; 
	margin-left:0;
}
*+html #adsearch_form fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html ol.cerco 	{
	display:inline-block; /*for IE6!!*/
}
* html img.captcha	{
	margin-top:1px!important;
}
*+html img.captcha	{
	margin-top:1px!important;
}
