/* Start of CMSMS style sheet 'form' */
 .outtaHere {
	position:absolute;
	left:-3000px;
}



.radiobuttons, .submit {clear:both;display:block;}
/*Radio buttons*/
.radioArea, .radioAreaChecked {
	float:left;
	width:16px;
	height:16px;
	margin:7px 11px 0 3px;
	display:inline;
	background: url(/images/radio.gif) no-repeat;
	overflow: hidden;
}
.radioAreaChecked {background-position: 0 -16px;}
/* Selects */
.selectArea {
	position: relative;
	height: 19px;
	float:left;
	color:#6f6f6f;
	font-size:10px;
	line-height:19px;
              width:127px !important;
}
.sel-2 {
	text-align:center;
	margin:0 12px 0 0;
}
.selectArea .left {
	position: absolute;
	top: 0;
	right: 0;
	width:10px;
	height:100%;
	background: url(/images/select-right.gif) no-repeat;
	display: block;
}
.sel-2 .left {background: url(/images/select-right-2.gif) no-repeat;}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	left: 0;
	width:29px;
	height:100%;
	background: url(/images/select-button.gif) no-repeat;
}
.sel-2 a.selectButton {background: url(/images/select-button-2.gif) no-repeat;}
.selectArea .center{
	height: 19px;
	line-height:19px;
	display:block;
	padding:0 10px 0 36px;
	background: url(/images/select-center.gif) repeat-x;
}
.sel-2 .center {
	padding:0 10px 0 57px;
	background: url(/images/select-center-2.gif) repeat-x;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background-color: #fff;
	border: 1px solid #C9C9C9;
	background:#fff;
	display: block;
	z-index: 30;
	font-size: 11px;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:2px;
	list-style: none;
}
.optionsDivVisible a {
	color: #6f6f6f;
	text-decoration: none;
	display: block;
	height:1%;
	padding: 2px 4px;
}
.optionsDivVisible a:hover {
	background-color: #fff;
	color: #6f6f6f;
	text-decoration:underline;
}
/* End of 'form' */

