﻿.customSelect { 
/* This is the default class that is used */
/* Put whatever custom styles you want here */
}
.customSelect.customSelectHover {
/* Styles for when the select box is hovered */
}
.customSelect.customSelectOpen {
/* Styles for when the select box is open */
}
.customSelect.customSelectFocus {
/* Styles for when the select box is in focus */
}
.customSelectInner {
/* You can style the inner box too */
}

.customSelect {

    margin-top: 2px;
	background-color: #fffff;
	color:#7c7c7c;
    padding-left: 6px;
    verticle-align:middle;
    
	border:1px solid #b5b2ad;	
	background: #FFFFFF url('/Images/comboboxButton.png') no-repeat center right;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size:16px;
    line-height: 30px;
    
    width: 100%;
   /* height: 30px; */
}
span.customSelect.changed {
	background-color: #ffffff;
}
.customSelectInner {
	/* background:url('/Images/comboboxButton.png') no-repeat center right; */
}