/*##########################################
Name: Default styling for Niceforms v.1.0
Author: Lucian Slatineanu
URL: http://www.badboy.ro/
##########################################*/

/*Forms defaults - change as needed*/

/*Transparent items*/
.outtaHere {
	position:absolute;
	left:-3000px;
}
/*Radio buttons*/
.radioArea, .radioAreaChecked {
	display:block;
	float:left;
	clear:left;
	width:13px;
	height:13px;
	font-size:0;
	cursor:pointer;
}
.radioArea {   background: url('../img/radio.gif') no-repeat left top;
}
.radioAreaChecked {   background: url('../img/radio.gif') no-repeat 0px -18px;
}
/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	display:block;
	float:left;
	clear:left;
	width:13px;
	height:13px;
	font-size:0;
	padding:0;
	margin:0;
	cursor:pointer;
}
td .checkboxArea, td .checkboxAreaChecked {
	margin: 0 4px !important;
	_margin: 0 0 0 2px !important;
}
.checkboxArea {	background:url('../img/checkbox.gif') no-repeat left top;
}
.checkboxAreaChecked {	background:url('../img/checkbox.gif') no-repeat 0px -18px;
}
.focused {	border:0;
}
.inputCorner {
   display: none;
}
/*Selects*/
.selectArea {
	width: 143px;
	height: 21px;
	background: #f9f8f0 url('../img/filter.gif') no-repeat;
	color: #666;
	text-transform: uppercase;
	padding: 0 0 0 10px;
	margin: 0 0 10px;
}
.selectArea .left {	display: none;}
.selectArea .right {
	width: 20px;
	height: 21px;
	float: right;
	position: relative;
	padding: 0;
	margin: 0;
}
.selectArea .right a {
	width: 153px;
	height: 21px;
	background: none !important;
	display: block;
	top: 0;
	left: -10px;
	position: absolute;
	padding: 0 0 0 10px;
}
.selectArea .right i {display:none;}
.selectArea .center {
	width: 153px;
	height: 13px;
	color: #666;
	padding: 5px 0 3px;
	overflow: hidden;
	white-space: nowrap;
}
/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {
	position:absolute;
    width: 153px !important;
	background: #f9f8f0 url('../img/filter.gif') no-repeat -160px bottom;
	color: #666;
    font-size: 10px;
	padding: 0 0 3px;
	z-index: 20;
}
.optionsDivInvisible {display:none;}
.optionsDivVisible {display:block;}
.optionsDivVisible p {	border-left: solid #bbbab4 1px;
    border-right: solid #bbbab4 1px;
	margin: 0;
	padding: 0 0 0 9px;
}
.optionsDivVisible a {
	color: #666;
	text-decoration:none;
	display: block;
	padding: 0;
	position: relative;
	z-index: 40;
}
.optionsDivVisible a:hover {
	color: #4e6fa2;
}
