/* Custom dropdown list for country selection
	By Freddie Feldman */
	
	
.countryselect
{
	background:#ffffff;
	margin-right:-2px;
	border:2px solid #DDD;
	float:left;
	height:17px;
	width:20px;
	padding:4px;
}
.countryselect:hover
{
	background:#dedede;
}

.countrydrop
{
	position:absolute;
	width:180px;
	height:100px;
	overflow-y:auto;
	background:#ffffff;
	border: 2px solid #ddd;
	padding:3px;
	display:none;
	line-height:1.5em;
	z-index: 1;
	margin-top:27px;
}

.countryitem
{
	background:#ffffff;	
}

.countryitem:hover
{
	background:#dedede;
}
.masked_input_box
{
	height:17px;
}
.countryflag
{
	margin-left:2px;
	margin-top:3px;
	width:16px;
	height:11px;
	float:left;
	overflow:hidden;
	margin-right: 4px;
	padding: 0;
}

.countrycode
{
	font-color:#cccccc;
}