/* Drop down styles*/
div.selectbox-wrapper {
	position:absolute;
	width:270px;
	background-color:black;
	border:1px solid #3e3e3e;
	margin:0px;
	margin-top:-10px;
	padding:0px;
	text-align:left;
	max-height:200px;
	overflow:auto;
}
/*Drop down list styles*/
div.selectbox-wrapper ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
/* Selected item in dropdown list*/
div.selectbox-wrapper ul li.selected {
	background-color: #404040;
}
/* Hover state for dropdown list */
div.selectbox-wrapper ul li.current {
	background-color:#ffa400;
}
/* Drop down list items style*/
div.selectbox-wrapper ul li {
	list-style-type:none;
	display:block;
	margin:0;
	padding:2px;
	cursor:pointer;
}
/* Look and feel of select box */
.selectbox {
	margin: 0px 5px 10px 0px;
	padding-left:2px;
	height:25px;
	font-size:1em;/* Resize Font*/
	width : 275px; /* Resize Width */
	display : block;
	text-align:left;
	background:url(../images/prelogin/landing/form/fullarrow.jpg) no-repeat right #000;
	cursor: pointer;
	border:1px solid #3e3e3e;
	color:#fff;
}
/*******CHECKBOX jawn... yeah... uh... kinda special*/
label {
	padding-left: 20px;
	cursor: pointer;
	height:15px;
	margin: 0  10px 0 0px;
}
label.unchecked {
	background:url(../images/prelogin/landing/form/checkbox_on_off.gif) no-repeat;
	background-position: 0 0px;
	height:15px;
}
label.checked {
	background:url(../images/prelogin/landing/form/checkbox_on_off.gif) no-repeat;
	background-position: 0 -15px;
	height:15px;
}
ul li {
	list-style: none;
}

