
/*Forms defaults*/

label {
	/*color:#4C4A53;*/
	color:#828187;
	cursor:pointer;
	padding-left:2px;
	line-height:18px;
	vertical-align:top;
}
label.chosen {
	color:#8AA775;
}

/*Transparent items*/
.transparent {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity: 0;
	border:0px solid #FFF;
	background:#FFF;
	z-index:10;
	cursor:pointer;
}
.transparentFake {
	background:none;
	border:none;
}
.transparent2 {
	z-index:10;
}

/*Radio buttons*/
.radioAreaUnchecked, .radioAreaChecked {
	z-index:5;
	position:absolute;
	width:15px;
	height:15px;
	cursor:pointer;
}
.radioAreaUnchecked {
	background:url(../images/radio.gif) no-repeat left top;
}
.radioAreaChecked {
	background:url(../images/radio.gif) no-repeat left bottom;
}

/*Checkboxes*/
.checkboxAreaUnchecked, .checkboxAreaChecked {
	z-index:5;
	position:absolute;
	width:14px;
	height:14px;
	cursor:pointer;
}
.checkboxAreaUnchecked {
	background:url(images/checkbox.gif) no-repeat left top;
}
.checkboxAreaChecked {
	background:url(images/checkbox.gif) no-repeat left bottom;
}

/*Text inputs*/
.textinput, .textinputHovered {
	height:15px;
	width:143px;
	font-family:Verdana;
	font-size:10px;
	padding:0;
	margin:0;
	border:1px solid #4C4A53;
}
.textinputHovered {
	background-position:left bottom;
}

/*Selects*/
.selectArea {
	width:143px;
	height:15px;
	background:url(../images/select_bg.gif) repeat-x left top;
}
.selectArea .left {
	width:8px;
	height:15px;
	float:left;
	background:url(../images/select_left.gif) no-repeat left top;
}
.selectArea .right {
	width:14px;
	height:15px;
	float:right;
	background:url(../images/select_right.gif) no-repeat left top;
}
.selectArea .right a {
	display:block;
	width:14px;
	height:15px;
}
.selectArea .right i {
	display:none;
}
.selectArea .center {
	width:100px;
	margin:0px 0px 0px 7px;
	color:#8AA775;
	padding-top:0px;
}

/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {
	position:absolute;
	margin-top:-5px;
	margin-left:1px;
	width:138px;
	background:#fff;
	padding-left:2px;
	font-size:10px;
	z-index:20;
	border-bottom:1px solid #4C4A53;
	border-right:1px solid #4C4A53;
	border-left:1px solid #4C4A53;

}
.optionsDivInvisible {
	display:none;
}
.optionsDivVisible {
	display:block;
}
.optionsDivVisible p {
	margin:0px;
	padding:0px;
}
.optionsDivVisible a {
	color:#4C4A53;
	text-decoration:none;
	display:block;
	padding:1px 4px;
	border:none;
}
.optionsDivVisible a:hover {
	color:#4C4A53;
	background:#B5C7A7;
	border:none;
}

/*Button*/
.buttonSubmit{
	width:52px;
	height:15px;
	color:#FFF;
	font-weight:bold;
	padding:2px 5px;
	background:url(../images/search.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {
	background-position:left bottom;
	width:52px;
	height:15px;
	color:#FFF;
	font-weight:bold;
	padding:2px 5px;
	background:url(../images/search_over.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}

/*Test div - testing if stylesheets are enabled*/
#stylesheetTest {
	position:absolute;
	left:-999px;
	width:10px;
	height:10px;
}


