form#frmSearchAdv input[type="text"]{
	background: #000;
	border: 1px solid #666;
	
	height: 16px;
	
	float: left;
	
	width: 135px;	
}

form#frmSearchAdv input[type="image"]{
	background: #000;
	border: 1px solid #666;
	
	height: 16px;
	
	float: left;
	margin-left: 3px;
}

*:first-child+html  div#cmbAreasContainer{
	margin-top: -10px; /* ie only*/
}



div#cmbAreasContainer .x-form-text {
	background: #000;
	border: 1px solid #666;
	
	width: 130px; /*5px padding from div#cmbAreasContainer .x-form-field */	
	height: 16px;
	
	padding: 0px;
}

div#cmbAreasContainer .x-form-field{
	font-family: Arial;
	font-size: 11px;
	color : #c0c0c0;
	
	padding-left: 5px;
}

div#cmbAreasContainer .x-form-trigger {
	background:transparent url(../assets/combo_drop.png) no-repeat scroll 0pt;
	border: 1px solid #666;
	cursor:pointer;
	height:16px;
	position:absolute;
	top:0pt;
	width:18px;
	
	margin-left: 3px;
}

.x-combo-list-inner .x-combo-list-item {
	background: #000;
	border:1px solid #000000!important;
	font-family: Arial;
	font-size: 11px;
	color : #c0c0c0;
	
	outline: none;
	
}

.x-combo-list-inner .x-combo-selected{
	color: #FEE9AA;
}
	
.x-combo-list{
	background: #000;	
	border: 1px solid #666;
	width: 140px!important;	
	
	padding: 0px;
	margin:0px;
}

a.letter{
	color: #c0c0c0;
	font-size: 11px;
	text-transform: uppercase;
	
	font-weight: bold;
	margin-right: 3px;
	
	display: block;
	width: 15px;
	height:22px;
	line-height: 22px;
	
	text-align:center;
}

a.letter:hover, a.letter_on{
	color: #FEE9AA;
	font-size: 11px;
	text-transform: uppercase;
	
	
	background: URL(../assets/letter_bg.png);
	font-weight: bold;
	
	margin-right: 3px;
	display: block;
	
	width: 15px;
	height:22px;
	line-height: 22px;
	text-align:center;
}

p.searching_for{
	display:block;
	font-size:11px;
	font-weight:normal;
	margin-top:25px;
	
	width: 314px;
	padding-bottom: 2px;
	background:URL(../assets/border_bottom.png) no-repeat;
	background-position: bottom left;
	
	margin-bottom: 50px;
	
}

.section_title{
	display:block;
	font-size:13px;
	font-weight:bold;
	font-family:Arial;
	font-color:#FFF;
	margin-top:30px;
	padding-bottom:3px;
}

.res{
	list-style:circle outside;
	color:#FEE9AA;
	margin-left:15px;
}
