#Remember label{ padding-left:30px; padding-top:7px; }

.outtaHere {
	position:absolute;
	left:-3000px;
}
/*Radio buttons*/
.radioArea, .radioAreaChecked {
	float:left;
	margin:4px 0 0;
	width:24px !important;
	height:24px;
	background: url(../images/radio.gif) no-repeat;
	overflow: hidden;
}
.radioAreaChecked {background-position: 0 -24px;}
/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	float:left;
	width:25px !important;
	height:26px;
	overflow: hidden;
	background: url(../images/checkbox.gif) no-repeat;
}
.checkboxAreaChecked {background-position: 0 -26px;}

/* Selects */
.selectArea {
	position: relative;
	height: 32px;
	float:left;
	font-size:12px;
	color:#666;
	line-height:23px;
}
.input-selected .selectArea {
	color: #7cb507;
}
.input-required .selectArea {
	color: #cf3738;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:19px;
	height:100%;
	display: block;
}
.selectArea a.selectButton {
	position: absolute;
	top: 3px;
	right: 1px;
	width:26px;
	height: 29px;
	background: url(../images/select-button.gif) no-repeat;
	outline: none;
}
.selectArea .center{
	height: 23px;
	line-height:23px;
	display:block;
	padding:5px 26px 4px 9px;
}
.selectArea .center img {
	float:left;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background-color: #FFF;
	border: 1px solid #99c70d;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	display: block;
	z-index: 30;
	font-size: 12px;
}
.drop-dif {
	background:#99CCCC;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:0px;
	overflow:hidden;
	list-style: none;
}
.optionsDivVisible ul li {
	float:left;
	width:100%;
}
.optionsDivVisible a {
	color: #99c70d;
	font-weight:bold;
	overflow:hidden;
	text-decoration: none;
	display: block;
	height:1%;
	padding: 7px 5px;
}
.optionsDivVisible a img {
	border:none;
	float:left;
}
.optionsDivVisible a:hover {
	background-color: #99c70d;
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
#PageCommentInterface_Form_PostCommentForm {
	margin-bottom:35px;
}