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

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

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
	background: #fff;
}

img {border:0;}

#container {
	padding-top: 0;
  width: 530px;
	height: 19px;
	margin-top: 0px;
	float:left;
	display:inline;
	margin-left: 145px;
	
}
			
#container div {
	float: left;
  margin-left: 20px;
  
}

/*Forms defaults - change as needed*/
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #404040;
	

}
textarea {font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #404040;


}
.in_text {width:20px;}

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



/*Text inputs*/
.textinput, .textinputHovered {
   
	height: 19px;
	/*background:url(images/input_bg.gif) repeat-x left top;*/
	
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	position: relative;
	top: 0;
	overflow:visible;
		
} 

.inputCorner {
	padding: 0;
	margin: 0;
}



/*Selects*/
.selectArea {
	margin: 0;
	padding: 0;
	width: 200px;
	height: 21px;
	background-image: url('/Labzz.ru/images/search_line_green.gif');
	background-repeat: repeat-x;
	border: none;
}
.selectArea .left {
	width: 8px;
	height: 21px;
	float: left;
	/*background:url(images/select_left.gif) no-repeat left top;*/
}
.selectArea .right {
  margin: 0;
	padding: 0;
	width: 8px;
	height: 21px;
	float: right;
	background-image: url('/Labzz.ru/images/labzz_treug.gif');
	background-position: left top;
}
.selectArea .right a {
	display:block;
	width:200px;
	height:21px;
	margin-left:-179px;
	position:absolute;
	
}
.selectArea .right i {display:none;}
.selectArea .center {
	width: 160px;
	color: #FFF;
	padding-top: 3px;
	overflow: hidden;
	white-space: nowrap;

}

/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {
	position:absolute;
	margin-top:-1px;
	margin-left:3px;
	width:172px;
	background: #50D500;
	padding: 2px;
	font-size: 12px;
	z-index: 20;
}
.optionsDivInvisible {display:none;}
.optionsDivVisible {display:block;;}
.optionsDivVisible p {
	margin:0;
	padding:0;
}
.optionsDivVisible a {
	color: #F2F2F2;
	text-decoration: none;
	display: block;
	padding: 1px 4px;
	
}
.optionsDivVisible a:hover {
	color:#FFF;
	background: #95E61C;
	border: none;
}

/*Button*/
.buttonSubmit, .buttonSubmitHovered {
	width:  auto;;
	height: 19px;
	color: #FFFFFF;
	padding: 0px;
	font-size: 12px;
	cursor:pointer;
	border: none;
	margin-left: 20px;
	
}
.buttonSubmitHovered {}
.buttonImg {}