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


input {
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	font-size:12px;
	}
	
#container {padding:20px;}

/*Forms defaults - change as needed*/



/*Transparent items*/
.outtaHere {
	position:absolute;
	left:-3000px;
}

/*Radio buttons*/
.radioArea, .radioAreaChecked {
	display:block;
	float:left;
	clear:left;
	width:15px;
	height:14px;
	font-size:0;
	cursor:pointer;
}
.radioArea {background:url(../img/nicejforms_img/radio.gif) no-repeat left top;}
.radioAreaChecked {background:url(../img/nicejforms_img/radio.gif) no-repeat left bottom;}

/*Checkboxes*/
.checkboxArea {
	width:16px;
	height:16px;
	margin:0px;
	padding:0px;
	border:0px;
	overflow:hidden;
	background-image: url('../img/nicejforms_img/checkbox.gif');
	cursor:pointer;
	}
.activ_search .checkboxArea {
	background-image: url('../img/nicejforms_img/checkbox_activ.gif');
	}
	
/*Text inputs*/
/*.textinput, .textinputHovered {
	height:15px;
	background:url(../img/nicejforms_img/input_bg.gif) repeat-x left top;
	border:none;
	padding:4px 0;
	vertical-align:middle;
}*/
.inputCorner {
	padding-bottom:0;
	vertical-align:middle;
}



/*Text areas*/
.txtarea .tr, .txtarea .tr_xon {background:url(../img/nicejforms_img/txtarea_tr.gif) no-repeat top right;text-align:left;}
.txtarea .tr_xon {background:url(../img/nicejforms_img/txtarea_tr_xon.gif) no-repeat top right;}
.txtarea img.txt_corner {}
.txtarea .br, .txtarea .br_xon {background:url(../img/nicejforms_img/txtarea_br.gif) no-repeat top right;text-align:left;}
.txtarea .br_xon {background:url(../img/nicejforms_img/txtarea_br_xon.gif) no-repeat top right;}
.txtarea .cntr {background:url(../img/nicejforms_img/txtarea_cntr.gif) repeat-y right top;}
.txtarea .cntr_xon {background:url(../img/nicejforms_img/txtarea_cntr_xon.gif) repeat-y right top;}
.txtarea .cntr_l, .txtarea .cntr_l_xon {
	width:5px;
	background:url(../img/nicejforms_img/txtarea_l.gif) repeat-y left top;
	float:left;
}
.txtarea .cntr_l_xon {background:url(../img/nicejforms_img/txtarea_l_xon.gif) repeat-y left top;}
.txtarea textarea {position:relative;left:-5px;
}


/*-----------------------------Selects-------------------------------*/
.comboboxContainer {
	float:left;	
	width:200px;
	height:18px;
	background: #fff;
border:1px solid #d7d7d7;
	margin-left:1px
	}	

.activ_search .comboboxContainer {
	float:left;
	color:rgb(102,102,102);
	width:200px;
	height:21px;
	background:url(../img/nicejforms_img/select_bg.gif) repeat-x scroll 2px 0px;
	margin-left:1px
	}

.comboboxValueContainer {
	width:8px;
	margin-left:-1px;
	height:21px;
	float:left;
	background-image:url(../img/nicejforms_img/select_left_dis.gif);
	background-repeat: no-repeat;
	background-position-x: -1px;
	background-position-y: top;
	}

.activ_search .comboboxValueContainer {
	width:8px;
	height:21px;
	margin-left:-1px;
	float:left;
	background:url(../img/nicejforms_img/select_left.gif);
	background-repeat: no-repeat;
	background-position-x: -1px; 
	background-position-y:top;
	}
.comboboxValueContent {
	padding-left: 10px;

	}
.comboboxDropDownContainer {
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	border-left: solid 1px #aaa;
	border-top: solid 1px #aaa;
	background: #fff;
	padding-left: 3px;
	z-index:999;
width:200px !important;
	}
	
.comboboxDropDownButton {
	width:20px;
	height:21px;
	float:right;
	background:url(../img/nicejforms_img/select_right_dis.gif) no-repeat 1px 0px;
	}

.activ_search .comboboxDropDownButton {
	width:20px;
	height:20px;
	float:right;
	background:url(../img/nicejforms_img/select_right.gif) no-repeat 2px 0px;
	}

.comboboxGroupItemHeader {
	display: block;
	background: #99cccc;
	color: #000;
	font-family: Impact;
	}
.comboboxGroupItemContainer {
	padding-left: 10px;
	}
.comboboxItem {
	background: #fff;
	color: #000; text-transform: lowercase;
	font-weight: normal;
	font-style: normal;
	}
.comboboxItemHover {
	background-color: #999;
	}

/*Button*/
.buttonSubmit, .buttonSubmitHovered {
	width:auto;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px;
	background:url(../img/nicejforms_img/button_bg.gif) repeat-x left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {background-position:left bottom;}
.buttonImg {vertical-align:bottom;}
