/*##########################################
Name: Default styling for Niceforms v.1.0
Author: Lucian Slatineanu
URL: http://www.badboy.ro/
##########################################*/

/*General styles - NOT really related to the forms*/

/*Forms defaults - change as needed*/
input {
	font-size:12px;
	color:#000000;
}
label {
	color:#000000;
	cursor:pointer;
	padding-left:2px;
	line-height:15px;
	font-size:14px;
}

/*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(/images/radio.gif) no-repeat left top;}
.radioAreaChecked {background:url(/images/radio.gif) no-repeat left bottom;}


/*Selects*/
.selectArea {
	width:80px;
	height:21px;
	background:url(/images/select_bg.gif) repeat-x left top;
	font-size:11px;
}
.selectArea .left {
	width:8px;
	height:21px;
	float:left;
	background:url(/images/select_left.gif) no-repeat left top;
	
}
.selectArea .right {
	width:21px;
	height:21px;
	float:right;
	background:url(/images/select_right.gif) no-repeat left top;
}
.selectArea .right a {
	display:block;
	width:100px;
	height:21px;
	margin-left:-179px;
	position:absolute;
}
.selectArea .right i {display:none;}
.selectArea .center {
	width:80px;
	color:#000000;
	padding-top:4px;
	overflow:hidden;
	white-space:nowrap;
}

/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {
	position:absolute;
	margin-top:1px;
	margin-left:0px;
	width:86px;
	background:#6f7074;
	padding:6px;
	font-size:11px;
	z-index:20;
	
}
.optionsDivInvisible {display:none;}
.optionsDivVisible {display:block;}
.optionsDivVisible p {
	margin:0;
	padding:0;
	font-size:12px;
}
.optionsDivVisible a {
	color:#F2F2F2;
	text-decoration:none;
	display:block;
	padding:1px 4px;
	border:1px solid #6f7074;
	
}
.optionsDivVisible a:hover {
	color:#FFF;
	background:#5F6062;
	border-color:#cfd0d6;
}

.txtSearch{
	width:100px;
	height:17px;
	font-size:12px;
	vertical-align:bottom;
	border-top:1px solid #CFD0D6;
	border-left:1px solid #CFD0D6;
	border-bottom:1px solid #CFD0D6;
	border-right:0px;
	padding-top: 2px;
	padding-left: 6px;
}

