s/*##########################################
Name: Default styling for Niceforms v.0.9
Author: Lucian Slatineanu
URL: http://www.badboy.ro/
##########################################*/

/*Transparent items*/
.transparent {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity: 0;
	border:0px solid #FFF;
	background:#FFF;
	z-index:10;
	cursor:pointer;
	color: #000000;
}
.transparentFake {
	background:none;
	border:none;
	color: #000000;
}
.transparent2 {
	z-index:10;
	color: #000000;
}

/*Text inputs*/
.textinput, .textinputHovered {
	width:236px;
	height:15px;
	background:url(/content/images/sld/nf/input.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
	color: #000000;
}
.textinputHovered {
	background-position:left bottom;
}

/*Text areas*/
.textarea, .textareaHovered {
	width:336px;
	height:125px;
	background:url(/content/images/sld/nf/textarea.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
	color: #000000;
}
.textareaHovered {
	background-position:left bottom;
}

/*Selects*/
.selectArea {
	width:172px;
	height:21px;
	background:url(/content/images/sld/nf/select_bg.gif) repeat-x left top;
	font-size: 70%;
	color: #000000;
}
.selectArea .left {
	width:8px;
	height:21px;
	float:left;
	background:url(/content/images/sld/nf/select_left.gif) no-repeat left top;
	color: #000000;
}
.selectArea .right {
	width:21px;
	height:21px;
	float:right;
	background:url(/content/images/sld/nf/select_right.gif) no-repeat left top;
	color: #000000;
}
.selectArea .right a {
	display:block;
	width:21px;
	height:21px;
	color: #000000;
}

.selectArea .center {
	width:170px;
	margin-left:5px;
	margin-right:20px;
	color: #000000;
	padding-top:3px;
}

/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {
	position:absolute;
	margin-top:-1px;
	margin-left:3px;
	width:160px;
	background:#ffffff;
	padding:2px;
	font-size:70%;
	z-index:20;
	border: 1px solid #efefef;
	color: #000000;
}
.optionsDivInvisible {
	display:none;
	color: #000000;
}
.optionsDivVisible {
	display:block;
	color: #000000;
}
.optionsDivVisible p {
	margin:0;
	padding:0;
	color: #000000;
}
.optionsDivVisible a {
	color:#000000;
	text-decoration:none;
	display:block;
	padding:1px 4px;
	border:0px;
}
.optionsDivVisible a:hover {
	color:#000000;
	background:#efefef;
}

/*Test div - testing if stylesheets are enabled*/
#stylesheetTest {
	position:absolute;
	left:-999px;
	width:10px;
	height:10px;
}