#abc2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
	background:transparent;
	width:200px;
	float: left;
	height:72px;
	margin-left:100px;
	_margin-left:90px;
}
#abc3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
	background:transparent;
	width:160px;
	float: left;
	height:72px;
	margin-left:20px;
}

label {
	color:#999;
	cursor:pointer;
	padding-left:2px;
	line-height:15px;
	vertical-align:top;
}
label.chosen {
	color:#333;
}
/*Selects*/
.selectArea {
	height:21px;
	margin-bottom:13px;
	background-color:#fff;
	_background:transparent;
}
.selectArea .left {
	background:transparent url(../img/arrowLeftOrange.jpg) no-repeat scroll left top;
	float:left;
	height:21px;
	width:10px;
}
.selectArea .right {
	background:transparent url(../img/arrowDownOrange.jpg) no-repeat scroll left top;
	float:right;
	height:21px;
	width:18px;
	_position:relative;
	_left:-20px;
	_z-index:2;
}
#content {
	margin-top: 13px;
	margin-bottom: 13px;
}

.selectArea .right a {
	display:block;
	height:21px;
	width:18px;
}
.selectArea .right i {
	display:none;
}
.selectArea .center {
	/*width:150px;
	margin-left:5px;
	margin-right:20px;*/
	color:#000;
	padding-top:3px;
	height:21px;
	background-image:url(../img/grdentOrange.jpg);
	background-repeat:repeat-x;
	_position:relative;
	_left:-8px;
	_width:125px;
	_height:20px;
}
/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {
	position:absolute;
	width:156px;
	margin-left:1px;
	background:#fff;	
	font-size:11px;
	z-index:20;
	margin-top:2px;
	border:1px solid #000;
	*margin-top:2px;
	*margin-left:2px;

}
.optionsDivInvisible {
	display:none;
}
.optionsDivVisible {
	display:block;
}
.optionsDivVisible p {
	margin:0;
	padding:0;
}
.optionsDivVisible a {
	color:#000;
	text-decoration:none;
	display:block;
	padding:1px 4px;
	
}
.optionsDivVisible a:hover {
	color:#000;
	background:#fff;
	border-color:#000;
}
#stylesheetTest {
	position:absolute;
	left:-999px;
	width:10px;
	height:10px;
}
#optionsDiv0{
left:15px;
top:50px;
}
#optionsDiv0 .optionsDivVisible {height:120px; overflow-y:scroll;}
#optionsDiv0 .optionsDivInvisible, .optionsDivVisible {height:120px; overflow-y:scroll;}