/*Selects*/
.selectArea {
	width: 250px;
	height: 18px;
	background: url(../gfx/forms/select_bg.gif) repeat-x left top;
}
.selectArea .left {
	width: 8px;
	height: 18px;
	float: left;
	background: url(../gfx/forms/select_left.gif) no-repeat left top;
}
.selectArea .right {
	width: 18px;
	height: 18px;
	float: right;
	background: url(../gfx/forms/select_right.gif) no-repeat left top;
}
.selectArea .right a {
	display: block;
	width: 18px;
	height: 18px;
}
.selectArea .right i {
	display: none;
}
.selectArea .center {
	width: 200px;
	margin-left: 5px;
	margin-right: 5px;
	color: #000000;
	font-weight: bold;
	padding-top: 2px;
}

/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {
	position: absolute;
	border: 1px solid #000000;
	margin-top: 0;
	margin-left: 0px;
	width: 229px;
	width: expression('234px');
	background: #EDEDED;
	padding: 1px;
	font-size: 11px;
	z-index: 20;
}
.optionsDivInvisible {
	display: none;
}
.optionsDivVisible {
	display: block;
}
.optionsDivVisible p {
	margin: 0;
	padding: 0;
}
.optionsDivVisible a {
	color: #000000;
	font-weight: normal;
	display: block;
	padding: 2px 2px 2px 5px;
	border: 1px solid #EDEDED;
	text-decoration: none;
}
.optionsDivVisible a:hover {
	color: #000000;
	background: #E4A615;
	border: 1px solid #000000;
	text-decoration: none;
}

/*Test div - testing if stylesheets are enabled*/
#stylesheetTest {
	position: absolute;
	left: -999px;
}


