/* Start of CMSMS style sheet 'forms' */
.content label {
	margin-left: 10px;
	font-size:14px;
	font-weight:bold;
}
.outtaHere {
	position:absolute;
	left:-3000px;
}
/*Textfields*/
.input {
	display:block;
	line-height:25px;
	margin-bottom:17px;
	background:url(/images/input-1.jpg) 0 0 no-repeat;
	clear:left;
}
.input input {
	border:0;
	background:none;
	height:13px;
	padding:5px 10px;
	font-size:11px;
	color: #666;
	width:192px;
}
.input-2 {
	float:left;
	background:url(/images/input-2.jpg) 0 0 no-repeat;
	margin-right:8px;
}
.input-2 input {
	width:132px;
}
.input-3 {
	float:left;
	background:url(/images/input-3.jpg) 0 0 no-repeat;
	clear:right;
}
.input-3 input {
	width:32px;
}
/*Radio buttons*/
.radioArea, .radioAreaChecked {
	float:left;
	width:16px !important;
	height:16px;
	background: url(../images/radio.gif) no-repeat;
	overflow: hidden;
}
.radioAreaChecked {background-position: 0 -16px;}
/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	float:left;
	display:inline;
	width:16px !important;
	height:16px;
	margin:0 0 0 7px;
	overflow: hidden;
	background: url(../images/check.gif) no-repeat;
}
.checkboxAreaChecked {background-position: 0 -16px;}
/*Radios*/
.row {
	clear:both;
	display:block;
	float:none;
}
.double > div {
	float:left;
	margin:0 30px 16px 0;
}
/*Textarea*/
.textarea {
	width: 445px;
	height: 123px;
	background: url("/images/textarea.gif") no-repeat;
	margin-bottom:11px;
}
.textarea textarea {
	border: 0;
	padding: 0;
	float: left;
	width: 412px;
	height: 95px;
	overflow: auto;
	font-size: 11px;
	background: none;
	font-weight: bold;
	margin: 15px 0 0 17px;
	color: #666;
}
/* Selects */
.row-select{
	margin:0 0 14px;
	overflow:hidden;
	height:1%;
	display:block;
	clear:both;
}
.row-select *{
	width:212px;
}
* html .row-select *{
	width:auto;
}
* html .row-select .center{
	width:168px;
}

.selectArea {
	position: relative;
	height: 26px;
	float:left;
	line-height:26px;
	background:url(/images/select.gif) 0 0 no-repeat;
	font-size:10px;
	font-weight:bold;
	color:#666;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:19px;
	height:100%;
	display: block;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width:26px;
	height:100%;
}
.selectArea .center{
	height: 26px;
	line-height:23px;
	display:block;
	padding:0 30px 0 14px;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background-color: #fff;
	border: 1px solid #C9C9C9;
	display: block;
	z-index: 30;
	font-size: 10px;
}
.drop-dif {
	background:#99CCCC;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:2px;
	list-style: none;
}
.optionsDivVisible a {
	color: #666;
	text-decoration: none;
	display: block;
	height:1%;
	padding: 2px 4px;
}
.optionsDivVisible a img {
	border:none;
}
.optionsDivVisible a:hover {
	background-color: #2F384E;
	color: #FFF;
}
/* End of 'forms' */

