.outtaHere {
	position:absolute;
	left:-3000px;
}
/*Radio buttons*/
.radioArea, .radioAreaChecked {
	float:left;
	width:13px !important;
	height:13px;
	background: url(https://g1.nvdst.com/templates/frontend/white/images/radio.gif) no-repeat;
	overflow:hidden;
	margin:1px 4px 0 0;
}
.radioAreaChecked {background-position: 0 -13px;}
/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	float:left;
	width:16px !important;
	height:16px;
	overflow:hidden;
	margin-right:5px;
	background:url(https://g1.nvdst.com/templates/frontend/white/images/checkbox.gif) no-repeat;
}
.checkboxAreaChecked{background-position: 0 -16px;}
/* Selects */
.selectArea{
	position:relative;
	height:34px;
	float:left;
	color:#666;
	font-size:12px;
	line-height:34px;
	margin-right:22px;
}
.form-account .row .selectArea{margin:0;}
.selectArea .left{
	position:absolute;
	top:0;
	left:0;
	width:13px;
	height:100%;
	background:url(https://g1.nvdst.com/templates/frontend/white/images/select-left.gif) no-repeat;
	display:block;
}
.form-account .row .selectArea .left{background:url(https://g1.nvdst.com/templates/frontend/white/images/select-left1.gif) no-repeat;}
.selectArea a.selectButton{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: url(https://g1.nvdst.com/templates/frontend/white/images/select-button.gif) no-repeat 100% 0;
}
.form-account .row .selectArea a.selectButton{background: url(https://g1.nvdst.com/templates/frontend/white/images/select-button1.gif) no-repeat 100% 0;}
.selectArea .center{
	height:34px;
	line-height:23px;
	display:block;
	padding:0 34px 0 13px;
	background:url(https://g1.nvdst.com/templates/frontend/white/images/select-center.gif) repeat-x;
	line-height:34px;
}
.form-account .row .selectArea .center{
	background:url(https://g1.nvdst.com/templates/frontend/white/images/select-center1.gif) repeat-x;
	color:#333;
	font-weight:bold;
}
.selectArea .center img{float:left;}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible{
	position:absolute;
	background-color:#f4f2f2;
	display:block;
	z-index:30;
	font-size:12px;
}
.drop-dif{background:#99CCCC;}
.optionsDivInvisible{display:none;}
.optionsDivVisible ul{
	margin:0;
	padding:2px;
	overflow:hidden;
	list-style:none;
	border:1px solid #c1c1c1;
}
.optionsDivVisible ul li{
	float:left;
	width:100%;
}
.optionsDivVisible a{
	color:#666;
	overflow:hidden;
	text-decoration:none;
	display:block;
	height:1%;
	padding:2px 4px;
}
.optionsDivVisible a img{
	border:none;
	float:left;
}
.optionsDivVisible a:hover{text-decoration:underline;}

.input_text{
	background:#fff;
	border:1px solid #d2d2d2;
	font:13px/15px Arial, Helvetica, sans-serif;
	color:#878787;
	width:810px;
	padding:5px 10px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow:0 0 4px #D2D2D2;
	-webkit-box-shadow:0 0 4px #D2D2D2;
	box-shadow:0 0 4px #D2D2D2;
}
.input_text2{
	background:#fff;
	border:1px solid #d2d2d2;
	font:12px/15px Arial, Helvetica, sans-serif;
	color:#878787;
	width:350px;
	padding:5px 5px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:2px;
	margin-left:10px;
	height:30px;
}
.choise{padding:2px 0 0;}