/*##########################################
Name: Default styling for Niceforms v.0.9
Author: Lucian Slatineanu
URL: http://www.badboy.ro/
##########################################*/

label {
	color:#666;
	cursor:pointer;
	padding-left:2px;
	vertical-align:top;
}
label.chosen {
	color:#333;
}

/*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(formimages/radio.gif) no-repeat left top;
}
.radioAreaChecked {
	background:url(formimages/radio.gif) no-repeat left bottom;
}

/*Checkboxes*/
.check{
	margin:3px;

}
.checkboxAreaUnchecked, .checkboxAreaChecked {
	z-index:5;
	position:absolute;
	width:14px;
	height:14px;
	cursor:pointer;
}
.checkboxAreaUnchecked {
	background:url(formimages/checkbox.gif) no-repeat left top;
}
.checkboxAreaChecked {
	background:url(formimages/checkbox.gif) no-repeat left bottom;
}

/*Text inputs*/
#form-body p{line-height:130%;margin-bottom:2px;}
#form-body .selectMenu{
	display:block;
	width:260px;
	height:24px;
	float:left;
	line-height:24px;
	margin-right:10px;
	padding:0 1px 0px 8px;
	margin-bottom:20px;
	font-size:13px;
	color:#000000;
	padding-top:6px;
	border-left:1px solid #333;border-right:1px solid #CCC;border-bottom:1px solid #CCCCCC;border-top:1px solid #333;
}

.largeSelectMenu{
	display:block;
	width:540px;
	height:24px;
	margin-bottom:20px;
	margin-right:10px;
	line-height:24px;
	padding:0 1px 0px 8px;
	clear:both;
	 border-top:none;
	font-size:13px;
	color:#000000;
	padding-top:6px;
	border-left:1px solid #333;border-right:1px solid #CCC;border-bottom:1px solid #CCCCCC;border-top:1px solid #333;
}

/*Button*/
.buttonSubmit{ background-color:#E4262A;line-height:18px; color:#FFF; text-align:center;width:90px;}

/*Test div - testing if stylesheets are enabled*/
#stylesheetTest {
	position:absolute;
	left:-999px;
	width:10px;
	height:10px;
}
/* FORM BOX */
#form-body {
	float: left;
	padding:10px 0 0 0;
	width: 660px;
	text-align: left;
	font-size: 1em;
}
#form-body p.wrapper{
 margin:0 10px 10px 20px;
 padding:0px;
}
div.borders{
	margin:0px;
	margin-left:0px;
	width:648px;
	padding:0px;
	border-bottom:1px dotted #CCCCCC;
	border-left:1px dotted #CCCCCC;
	border-right:1px dotted #CCCCCC;

}
form span{padding:10px 0 10px 0;display:block;float:right;width:90px;margin-right:10px;}
#form-body a{
	color: #787200;
	}
#form-body a:hover{
	color: #484500;
	text-decoration: none;
	}
#form-body ul {

	margin-bottom:16px;
}
#form-body h1 {
	font: normal 1.8em 'Arial', Helvetica, sans-serif;
	margin-bottom: 16px;
	color:#336699;
}
#form-body h2 {
padding-left:10px;
text-align: left;
border-top: 1px dotted #CCCCCC;
font: normal 1.8em 'Arial', Helvetica, sans-serif;
color:#336699;
}
#form-body h2 span {
margin-top:10px;
font-weight:bold;
color:#336699;
position: relative;
background-color:#FFF;
bottom: 12px;
padding-right: 10px;
padding-left: 10px;
}