/*======================================
windows xp style - div that contains the 
<select> has been given an id of #cv_select_css
(for the purposes of this example
========================================*/
.stylish-select ul.newList {left:-9999px;}
ul.newList * {margin:0; padding:0;}
ul.newList a {color: #000; text-decoration:none; display:block;}
ul.newList {margin:0; padding:0; list-style:none; color:#000; width:290px; background:#fff; position:absolute;  border:1px solid #ccc; top:22px; left:0; overflow:auto; z-index:9999;}
.newListSelected {width:285px; color:#000; height:19px; padding:3px 0 0 6px; float:left; background:url(select-bg.png) no-repeat;}
.newListSelected span {width:284px; display:block;}
ul.newList li a {padding:3px 8px; display: block;}
ul.newList li a:focus {-moz-outline-style: none;}
.selectedTxt {width:258px; overflow:hidden; height:16px; padding:0 23px 0 0;}
.hiLite {background:#650101!important; color:#fff!important;}
.hiLite a {background:#650101!important; color:#fff!important;}
.newListHover {background:#ccc!important; color:#000!important; cursor:default;}
.newListSelHover, .newListSelFocus {background-position:0 -22px; cursor:default;}
.newListOptionTitle {font-weight:bold;}
.newListOptionTitle ul {margin:3px 0 0;}
.newListOptionTitle li {font-weight:normal; border-left:1px solid #ccc;}

#cv_select_css .newListSelected {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#FFF url(../cv_images/icoselect.gif) no-repeat scroll 187px 5px;
	border:1px solid #A5ACB2;
	color:#666666;
	height:18px;
	margin-bottom:10px;
	padding:0;
	width:205px;/*etiqueta select*/
}
#cv_select_css .newListSelected div {
	display:block;
	font-size:9px;
	padding-left:3px;
	padding-top:3px;
	padding-bottom:0px;
	padding-right:0px;
	text-align:left !important;
	width:202px;
	/*border:#000000 solid 1px;*/
}
#cv_select_css ul.newList {
	list-style:none;
	color:#666666;
	width:205px;/*UL*/
	background:#fff;
	border:1px solid #CCC;
	/*top:22px;
	left:0;*/
	height:300px;
	overflow:auto;
	font-size: 9px;/*Change*/
	text-align:left!important;
	position:absolute;
	z-index:9999;
	margin-top:-2px;
	margin-left:-1px;
}
#cv_select_css ul.newList a {
	color:#666666;
}
#cv_select_css ul.newList li {
	/*padding:2px 5px!important;*/
	padding-left:2px;
	padding-top:3px;
	padding-bottom:3px;
	border-bottom: 0px solid #CCC;
}
#cv_select_css .hiLite {
	background:#316ac5!important;
	color:#fff!important;
}
#cv_select_css .newListHover {
	background:#316ac5!important;/*Change*/
	color:#FFF!important;/*Change*/
	cursor:default;
}
#cv_select_css .newListSelHover {cursor:default;}
#cv_select_css .newListSelHover, #cv_select_css .newListSelFocus {background-position:auto;}
#cv_select_css .newListSelHover div, #cv_select_css .newListSelFocus div {font-weight:normal;}

.cv_input_css{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:9px;
}
.cv_input_css .cv_input_css_text{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:9px;
	border:1px solid #A5ACB2;
	padding-left:2px;
	padding-top:3px;
	padding-bottom:3px;
}
.cv_input_css .cv_input_css_select{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:9px;
	border:1px solid #A5ACB2;
	padding-left:2px;
	padding-top:3px;
	padding-bottom:3px;
	width:207px;
}
.cv_input_css .cv_input_css_submit{
	font-family:"Arial Narrow";
	color:#FFF;
	font-size:15px;
	background-color:#C3C3C3;
	font-weight:bold;
	cursor:pointer;
	border:none;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}