.select{
		float:left;
		padding:20px;
		}

/*------------------ selectDark -----------------*/

.selectDark{
		font-family: Arial;
		font-size:12px;
		}

.selectDark .passiveSelect,.selectDark .activeSelect{
		height:22px;
		line-height:2em;
		display:block;
		cursor:pointer;	
		padding-left:10px;

		background:url("../img/select_button.gif") no-repeat top right;
		color:#333333;
		border: 1px solid #e6e6e6;
    font-weight: bold;
    background-color: #ffffff;		
		}
		
.selectDark ul{
		padding:0;
		margin:0;
		background:#ffffff;
		list-style:none;
		max-height:175px;
		overflow-x: hidden;
		overflow-y: auto;
		cursor:pointer;	
		width:175px;
		
		}
		
.selectDark li{
		padding:0;
		margin:0;
		font-weight:normal;
		padding:2px 0 2px 12px;
		color:#333333;
		}
				
.selectDark .selected{
		color:#333333;
		font-weight: bold;
		}
		

