/* CSS Document */

#select_block {
	width:150px;
	height:21px;
	background-image:url(select_bg.gif);
	background-repeat:no-repeat;
	background-position:top left;
        margin-top:5px;
        margin-bottom:0px;
        margin-left:3px;
}

/* style for IE7 */
*+html #select_block {
	width:150px;
	height:21px;
	background-image:url(select_bg.gif);
	background-repeat:no-repeat;
	background-position:top left;
        margin-top:0px;
        margin-bottom:5px;
        margin-left:3px;
}


#select_bg {
	float:left;
	padding:0px 2px 2px 4px;
}

/* style for FireFox */
html:root #select_bg {
	float:left;
	padding:2px 2px 2px 4px;
}

/* style for Opera */
html:first-child #select_bg {
	float:left;
	padding:2px 2px 2px 4px;
}

.select_style {
	background-color:#fff3e3; 
	border:solid 1px #fff3e3;
	width:120px;
	height:13px;
	
	font-family:tahoma;
	font-size:11px;
	color:#656565;
}


.option_style {
	clear:both; 
	width:140px; 
	background-color:#fff3e3; 
	border:solid 1px #d48459;
	padding:4px; 
        position:absolute;
}


/* style for FireFox */
html:root .option_style {
	clear:both; 
	width:140px; 
	background-color:#fff3e3; 
	border:solid 1px #d48459;
	padding:4px; 
        position:absolute;
        margin-top:25px;
}



/* style for Opera */
html:first-child .option_style {
	clear:both; 
	width:140px; 
	background-color:#fff3e3; 
	border:solid 1px #d48459;
	padding:4px; 
        position:absolute;
        margin-top:25px;
}



.option_text {
	font-family:tahoma;
	font-size:11px;
	color:#656565;
	cursor:pointer;
}
