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

/*General styles not really related to the forms*/
* {
	margin:0;
	padding:0;
}

img {border:0;}

/*Forms defaults*/
input, textarea { font-size:12px; color:#666; margin-bottom: 10px; }
label {
	color: #999;
	cursor: pointer;
	padding-left: 2px;
	line-height: 18px;
	vertical-align: top;
}
label.chosen {color:#000;}

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

/*Transparent items*/
.transparent {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity: 0;
	border:0px solid #FFF;
	background:#FFF;
	z-index:10;
	cursor:pointer;
}
.transparentFake {
	background:none;
	border:none;
}
.transparent2 {
	z-index:10;
}

/*Text inputs*/
.textinput, .textinputHovered { color: #525a6b; font-size: 10px; background:url(../grafik/input.gif) repeat-x left top; border:none; width:148px; height:11px; margin-bottom: 1px; padding:3px 8px; }
/*IE*/
* html .textinput { height:12px; width:146px; }
.textinput2, .textinputHovered2 { color: #525a6b; font-size: 11px; background-image: url(../grafik/mz/input.gif); background-repeat: no-repeat; background-position: left top; margin-bottom: 1px; padding: 4px 8px; width: 132px; height: 11px; border: none; }
/*IE*/
* html .textinput2, .textinputHovered2 { height:11px; width:132px; margin-left: 0px; }
.textinputHovered {background-position:left bottom;}
/*IE*/
* html .textinputHovered { height:20px;}

.inputCorner {
	vertical-align:bottom;
	padding-bottom:10px;
	display: none;
}
form>.inputCorner {padding-bottom:0;}

/*Selects*/
select {
	font-size: 10px;
	width: 178px;
	font-family: 	verdana,arial,sans-serif;
	padding-top:1px;
	padding-bottom:1px;
	}
#textinput {
	font-size: 10px;
	font-family: 	verdana,arial,sans-serif;
	line-height: 14px;
	}
	
.selectArea { background: url(../grafik/select_bg.gif) repeat-x left top; margin-top: 5px; margin-bottom: 1px; width: 164px; height: 20px; }
.selectArea .left {
	width:8px;
	height:20px;
	float:left;
	background:url(../grafik/select_left.gif) no-repeat left top;
}
.selectArea .right {
	width:20px;
	height:20px;
	float:right;
	background:url(../grafik/select_right.gif) no-repeat left top;
}
.selectArea .right a {
	display:block;
	width:20px;
	height:21px;	
}
.selectArea .right i {
	display:none;
}
.selectArea .center {
	width:140px;
	margin-left:5px;
	margin-right:20px;
	color:#525a6b;
	padding-top:3px;
}
/*IE*/
* html .selectArea .center {
	width:120px;
}

/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {
	position:absolute;
	margin-top:6px;
	margin-left:0;
	width:162px;
	background:#6f7074;
	z-index:20;	
}
/*IE*/
* html .optionsDivInvisible { margin-top:11px; margin-left:1px; width:164px;}
* html ..optionsDivVisible { margin-top:11px; margin-left:1px; width:164px;}

.optionsDivInvisible {display:none;}
.optionsDivVisible {
	display:block;
	border: 1px solid #ccc;
	padding:3px 0;
	background: url(../grafik/verlauf.gif);
}
.optionsDivVisible p {
	margin:0;
	padding:0;
}
.optionsDivVisible a {
	color:#666;
	text-decoration:none;
	display:block;
	padding:1px 4px 1px 7px;
	background: url(../grafik/verlauf.gif);
	text-align: left;
}
.optionsDivVisible a:hover {
	color:#000;
	background:#fff;
}

p.optionSeparator {
	display: block;
	height: 9px;
	background: url(../grafik/trenner.gif);
	overflow: hidden;
}
p.selectcat { background: url(../grafik/trenner.gif); display: block; height: 9px; overflow: hidden; }
p.optionSeparator a, p.optionSeparator a:hover {
	display: block;
	height: 9px;
	background: url(../grafik/trenner.gif);
	overflow: hidden;
	cursor: pointer;
}

/*Button*/
.buttonSubmit, .buttonSubmitHovered {
	width:35px; 
	height:13px; 
	color:#fff; 
	font-weight:bold;	
	padding:2px 5px;
	background:url(../grafik/go.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {background-position:left bottom;}

#buttonSubmitMain {
	margin-top:10px;
	margin-left:1px;
	width: 35px;
	float: left;
	cursor:pointer;
}