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


/*Text inputs*/
.hdr_textbox, .hdr_textboxHovered {
	height:25px;
	background:url(searchFieldFocus.gif) no-repeat left top;
	border:none;
	padding:4px 0;
	vertical-align:top;
	color:#003366;
	font-size:11px;
	width: 130px;
}
.hdr_textboxHovered {
	background:url(searchField.gif) no-repeat left top;
	
	width: 130px;
}
.inputCorner {
	padding-bottom:0;
	vertical-align:middle;
	height:25px;
	width:7px;
}



/*Selects*/

.selectArea {
	width:125px;
	height:25px;
	background: url(select_bg.gif) repeat-x left top;
}
.selectArea .left {
	width:8px;
	height:25px;
	float:left;
	background:url(select_left.gif) no-repeat left top;
}
.selectArea .right {
	width:22px;
	height:25px;
	float:right;
	background:url(select_right.gif) no-repeat left top;
}
.selectArea .right a{
	display:block;
	width:200px;
	height:25px;
	margin-left:-179px;
	position:absolute;
}
.selectArea .right i {display:none;}
.selectArea .center {
	color:#003366;
	font-weight:bold;
	padding-top:5px;
	overflow:hidden;
	white-space:nowrap;
}

/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {
	position:absolute;
	margin-top:-1px;
	margin-left:3px;
	background: #fff;
	padding:2px;
	z-index:20;
}
.optionsDivInvisible {display:none;}
.optionsDivVisible {display:block;}
.optionsDivVisible p {
	margin:0;
	padding:0;
}
.optionsDivVisible a {
	color:#003366;
	font-weight:bold;
	text-decoration:none;
	display:block;
	padding:4px 4px;
}
.optionsDivVisible a:hover {
	color:#003366;
	background:#C4D8E1;
}
