﻿.white_custom_select { 
	color: #666666;
	text-shadow: none;
	border: 0px solid;
	outline: none;
	padding: 7px 25px 6px 10px;
	background-color: #FFFFFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: Arial, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 120%;
	background-image: url('../img/img_dropdown_black.png');
	background-repeat: no-repeat;
	background-position: right center;
	cursor:pointer;
}

.white_border_custom_select { 
	color: #666666;
	text-shadow: none;
	border: 1px solid #CCCCCC;
	outline: none;
	padding: 7px 25px 6px 10px;
	background-color: #FFFFFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: Arial, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 120%;
	background-image: url('../img/img_dropdown_black.png');
	background-repeat: no-repeat;
	background-position: right center;
	cursor:pointer;
}

.blue_custom_select
{
    color: #FFFFFF;
    text-shadow: none;
    border: 0px solid;
    outline: none;
	background: transparent;
	font-size: 1.3em;
	cursor: pointer;
	background-image: url('../img/img_dropdown_white.png');
	background-repeat: no-repeat;
	background-position: right center;
	margin: 0px 5px;
	padding: 0px;
}

.beige_custom_select { 
	color: #666666;
	text-shadow: none;
	border: 0px none;
	outline: none;
	padding: 7px 45px 6px 10px;
	background-color: #F0EFEA;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: Arial, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 120%;
	background-image: url('../img/img_dropdown_black.png');
	background-repeat: no-repeat;
	background-position: right center;
	color: #666666;
	cursor:pointer;
}

.beige_custom_select_error { 
	color: #666666;
	text-shadow: none;
	border: 1px solid red;
	outline: none;
	padding: 7px 45px 6px 10px;
	background-color: #F0EFEA;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: Arial, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 120%;
	background-image: url('../img/img_dropdown_black.png');
	background-repeat: no-repeat;
	background-position: right center;
	color: #666666;
	cursor:pointer;
}