
.cpstyle-dropDown{
	position: fixed;
	border: solid 1px;
    display: none;
	-moz-box-shadow: 	0px 2px 5px #555555;
}

.cpstyle-dropDown_background{
    position: absolute;     
	background-color: #C6D0DA;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.cpstyle-dropDown_move{   
    position: absolute; 
    border: solid 0px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	cursor: pointer;	
}

.cpstyle-dropDown_highlight{        
    position: absolute;
	color: white;
	font-weight: bold;
	background-color: #96A5B4;	
}


