/****Form****/

#form {
	padding-top: 3px;

}


#form input {
	font-size:14px;
	color: #434749;
	line-height: 20px;
	 border: 1px solid #e6e4e4;
 padding: 5px 14px;
 	box-shadow: 0 4px 3px  #dedede;
	width: 100%;
	height: 30px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
}

#form textarea {
	font-size:16px;
	color: #434749;
	height: 93px;
	overflow: auto;
	 border: 1px solid #e6e4e4;
 padding: 5px 14px;
 	box-shadow: 0 4px 3px  #dedede;
	line-height: 20px;
	width: 100%;
	position: relative;
	resize:none;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 15px 0;
	
}
#form label {
	position:relative;
	display: block;
	min-height: 45px;
	width: 100%;
	float: left;
}




#form .error, #form .empty {
	color: #FF0000;
	display: none;
	font-size: 11px;
	line-height:14px;
	width:auto;
	position: absolute;
	z-index: 999;
	right: 5px;
	top: 8px;
	float:left;
}


#form .error-empty {
	display:none;
	float:left;
}

.btns {
	position:relative;
	padding-top: 10px;
	text-align: left;

}


.content .btns a.btn {
	margin: 0 16px 0px 0px !important;
	cursor: pointer;
	min-width: 10px;



}

.content .btns a:first-child {
	margin-left: 0 !important;
}

#form .message {
	width: 100%;
}


.message br {
	height: 0;
	line-height: 0;
}

#form .success {
	display: none;
	position: absolute;
	width: 220px;
	background: #fff;
	border: 1px solid #e6e4e4;
	text-align: center;
	color: #5e5e5e;
	padding: 20px 10px;
	z-index: 999;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
}



.success_wrapper {
	position: relative;	
}


.gender-main{height:29px; border:0px solid #fff000; padding:0px 0 0 0; float:left; margin-bottom: 15px; box-shadow: 0 4px 3px #DEDEDE;}
.gender-main .styled-select select {cursor:pointer; width:46px; padding:7px 5px 7px 5px; height: 29px; font-size:12px; color:#740409; }
.gender-main .styled-select {float:right; width:391px; height: 29px; overflow: hidden;  background-color:transparent;}

.gender-main .sbHolder{position:relative; background:url(../images/combo-text.jpg) no-repeat 0 0; width: 367px; height:29px;}
.gender-main .sbSelector{background:url(../images/drop_arrow.jpg) no-repeat 366px 0; width: 380px; height:29px; right:0px; padding:4px 0 0 14px;}
.gender-main .sbHolder a{display:block; font-size: 14px; font-family: 'OpenSansRegular'; color: #434749; }
.gender-main .sbOptions{ -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; border:0px solid #c6c7ca; position:absolute; background:#FFF; width:390px; z-index:1000; -webkit-box-shadow:  1px 2px 4px 1px #cccccc; box-shadow:  1px 2px 4px 1px #cccccc; max-height:auto !important;}
.gender-main .sbOptions li{width:auto; margin:0px 0; padding:5px 14px; float:none !important;}
.gender-main .sbOptions li:hover{width:362px;  background:#fffdde;}
.gender-main .sbOptions a{font-family: 'OpenSansRegular'; font-size:14px; color: #434749;}