@import url("fonts.css");
div.mySelectClass,
div.mySelectClass span, {
 background:url(../images/sprite1.png) no-repeat ;
}

div.mySelectClass {
	position: relative;
	background: url(../images/sprite1.png) no-repeat 0 -26px ;
	line-height: 27px;
	height: 26px;
	width: 203px;
	
}
div.mySelectClass span {
	background: url(../images/sprite1.png) no-repeat 100% 0;
	cursor: pointer;
	display: block;
	margin: 0 0 0 5px;
	padding: 0px 25px 0px 2px;
	height: 26px;
	font:13px/26px 'OpenSansRegular';
    color:#454444;	
	width: 172px;
	}
div.mySelectClass select {
	/* change these to adjust positioning of select element */
	position: absolute;
	top: 1px;
	*top: 1px;
	left: 0px;
	cursor: pointer;
	height: 26px;
	width: 203px;
	font:13px/29px 'OpenSansRegular';
    color:#454444;	
    opacity:0;
    
	
	}
div.mySelectClass select option { padding-left:5px !important;}

.ddCountry div.mySelectClass { width:242px; }
.ddCountry div.mySelectClass select  { width:242px; }
.ddCountry div.mySelectClass span { width:210px; }

div.mySelectClass:active, 
div.mySelectClass.active {
 
}
