/*##########################################
Name: Default styling for Niceforms v.1.0
Author: Lucian Slatineanu
URL: http://www.badboy.ro/
##########################################*/

/*General styles - NOT really related to the forms*/
#container {padding:20px;}

/*Forms defaults - change as needed*/
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
}
label {
	color:#999;
	cursor:pointer;
	padding-left:2px;
	line-height:16px;
}
label.chosen {color:#333;}

/*Transparent items*/
.outtaHere {
	position:absolute;
	left:-3000px;
}

/* -------------

 * Radios

 * ------------- */

.radioArea, .radioAreaChecked {

	display:block;
	float:left;
	clear:left;
	width:12px;
	height:12px;
	font-size:0;
	cursor:pointer;

}

.radioArea {background:url(../graphics/radio.gif) no-repeat left top;}

.radioAreaChecked {background:url(../graphics/radio.gif) no-repeat left bottom;}



/*Selects*/
.selectArea {
	width:120px;
	height:21px;
	background:url(../graphics/selectbox_mid.jpg) repeat-x left top;
	float:left;
	margin-right:4px;
	font-size:10px;
}
.selectArea .left {
	width:2px;
	height:21px;
	float:left;
	background:url(../graphics/selectbox_start.jpg) no-repeat left top;
}
.selectArea .right {
	width:25px;
	height:21px;
	float:right;
	background:url(../graphics/selectbox_end.jpg) no-repeat left top;
}
.selectArea .right a {
	display:block;
	width:130px;
	height:21px;
	margin-left:-179px;
	position:absolute;
}
.selectArea .right i {display:none;}
.selectArea .center {
	width:100px;
	color:#999;
	padding-top:4px;
	padding-left:3px;
	overflow:hidden;
	white-space:nowrap;
	font-size:10px;
}

/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {
	position:absolute;
	margin-top:1px;
	margin-left:0px;
	width:100%;
	color:#999;
	background:#999;
	padding:1px 0px 0 0px;
	font-size:11px;
	z-index:20;
}
.optionsDivInvisible {display:none;}
.optionsDivVisible {display:block;}
.optionsDivVisible p {
	margin:0;
	padding:0;
}
.optionsDivVisible a {
	color:#999;
	text-decoration:none;
	display:block;
	padding:3px 0px 3px 4px;
	background:#fff;
	margin:0 0 0px 0;
	border-bottom:1px solid #999999;
	width:110%;
	font-size:10px;
}
.optionsDivVisible a:hover {
	color:#FFF;
	background:#999;
}

/*Button*/
.buttonSubmit, .buttonSubmitHovered {
	width:auto;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px;
	background:url(images/button_bg.gif) repeat-x left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {background-position:left bottom;}
.buttonImg {vertical-align:bottom;}
