#content form.niceforms{
	line-height:normal;
}

#content .niceforms input, #content .niceforms textarea{
	border:none;
	line-height:normal;
	color:black;
}

#content label{
	color:#999;
	cursor:pointer;
	padding-left:5px;
}

#content label.chosen{
	color:#333;
}

#content .outtaHere{
	position:absolute;
	left:-6000px;
}

#content .radioArea, #content .radioAreaChecked{
	display:block;
	float:left;
	clear:left;
	width:15px;
	height:14px;
	font-size:0;
	cursor:pointer;
}

#content .radioArea{
	background:url('../../img/nice/radio.gif') no-repeat 0 0;
}

#content .radioAreaChecked{
	background:url('../../img/nice/radio.gif') no-repeat 0 100%;
}

#content .checkboxArea, #content .checkboxAreaChecked{
	display:block;
	float:left;
	clear:left;
	width:13px;
	height:13px;
	font-size:0;
	padding:0;
	margin:0;
	cursor:pointer;
}

#content .checkboxArea{
	background:url('../../img/nice/checkbox.gif') no-repeat 0 0;
}

#content .checkboxAreaChecked{
	background:url('../../img/nice/checkbox.gif') no-repeat 0 100%;
}

#content .focused{
	border:1px dotted #ddd;
}

#content .textinput, #content .textinputHovered{
	height:15px;
	background:url('../../img/nice/input_bg.gif') repeat-x 0 0;
	border:none;
	padding:4px 0;
	vertical-align:middle;
}

#content .textinputHovered{
	background-position:0 100%;
}

#content .inputCorner{
	padding-bottom:0;
	vertical-align:middle;
}

#content .txtarea .tr, #content .txtarea .tr_xon{
	background:url('../../img/nice/txtarea_tr.gif') no-repeat 100% 0;
}

#content .txtarea .tr_xon{background:url('../../img/nice/txtarea_tr_xon.gif') no-repeat 100% 0;}
#content .txtarea img.txt_corner{
	width:5px;
	height:5px;
	display:block;
}
#content .txtarea .br, #content .txtarea .br_xon{background:url('../../img/nice/txtarea_br.gif') no-repeat 100% 0;}
#content .txtarea .br_xon{background:url('../../img/nice/txtarea_br_xon.gif') no-repeat 100% 0;}
#content .txtarea .cntr{background:url('../../img/nice/txtarea_cntr.gif') repeat-y 100% 0;}
#content .txtarea .cntr_xon{background:url('../../img/nice/txtarea_cntr_xon.gif') repeat-y 100% 0;}
#content .txtarea .cntr_l, #content .txtarea .cntr_l_xon{
	width:5px;
	background:url('../../img/nice/txtarea_l.gif') repeat-y 0 0;
	float:left;
}
#content .txtarea .cntr_l_xon{background:url('../../img/nice/txtarea_l_xon.gif') repeat-y 0 0;}
#content .txtarea textarea{
	border:0;
	background:none;
	padding:0;
	margin:5px;
}

/*Selects*/
#content .selectArea{

	height:21px;
	background:url('../../img/nice/select_bg.gif') repeat-x 0 0;
}
#content .selectArea .left{
	width:8px;
	height:21px;
	float:left;
	background:url('../../img/nice/select_left.gif') no-repeat 0 0;
}
#content .selectArea .right{
	width:21px;
	height:21px;
	float:right;
	background:url('../../img/nice/select_right.gif') no-repeat 0 0;
}
#content .selectArea .right a{
	display:block;
	width:21px;
	height:21px;
	position:absolute;
}
#content .selectArea .right i{display:none;}
#content .selectArea .center{
	width:160px;
	color:#FFF;
	padding-top:3px;
	overflow:hidden;
	white-space:nowrap;
	border:0px;
	vertical-align:middle;
	background:transparent;
}

/*Selects drop-down*/

#content .fake_list
{
	background:#6f7074;
	padding:2px;
	z-index:1000;
	list-style-type:none;
	font-size:11px;
	margin:0px;
	position:absolute;
	float:left;
	overflow:auto;
}

#content ul.fake_list li
{
	color:#F2F2F2;
	padding:0px 2px 0px 10px;
	border:1px solid #6f7074;
	margin:0px;
	clear:none;
}
#content .fake_list li.selected
{
	color:#FFF;
	background:#5F6062;
	border-color:#cfd0d6;
}

/*Button*/
#content .niceforms .buttonSubmit, #content .niceforms .buttonSubmitHovered{
	width:auto;
	height:26px;
	color:white;
	font-weight:bold;
	background:url('../../img/nice/button_bg.gif') repeat-x 0 0;
	cursor:pointer;
	padding:0;
	margin:0;
}
#content .niceforms .buttonSubmitHovered{background-position:0 0;}
#content .niceforms .buttonImg{vertical-align:top;}