.fake {
	 border:#ccc solid 0px; 
	 background: none;
	 font-size:12px;
	font-family:tahoma;
	color:#123A95;
}

/****************************/

#divinputCountry{
	background:url(../img/select_country.png) no-repeat 100% 1px;
	height:32px;
	width:265px;
	cursor:pointer;
}

#divinputCountry #fakeCountry{
	opacity: 0.0;
	-moz-opacity: 0.0;
	filter: alpha(opacity=00);
	font-size:11px;
	width:255px;
}

#fakeCountry {
	margin-top:10px;
	margin-left: 3px;
	width:255px;
	cursor:pointer;
	font-family:tahoma;
	font-size:12px;
	color:#123A95;
}

#fakeinputCountry {
	width:265px;
	height:30px;
	margin-top:-25px;
	padding-left:15px;
}

