.online-request input[type=text]{
	width: 100%;
	box-sizing: border-box;
	display: block;
}
.online-request select{
	width: 100%;
	box-sizing: border-box;
	display: block;
}
.online-request textarea{
	width: 100%;
	box-sizing: border-box;
}
.online-request input[type=submit]{
	width: 150px;
	height: 40px;
	background: #F46722;
	border: 0;
	color: white;
	font-size: 20px;
	margin: 12px auto;
	border-radius: 3px;
}
.online-request input[type=submit]:disabled{
	background: gray;
}
.online-request td{
	padding: 10px 10px 10px 0;
}

#wrapper{
	max-width:980px;
	padding: 0 10px;
	margin:0 auto;
	/*min-height:100%;*/
	position: relative;
}
#wrapper:after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}
* html #wrapper{
	height:100%;
	overflow:visible; /* add */
}
/* new */
.add-nav{
	float:right;
	list-style:none;
	padding:0;
	margin:0 3px 14px;
	font:bold 12px/14px Arial, Verdana, sans-serif;
}
.add-nav li{
	float:left;
}
.add-nav a{
	float:left;
	text-decoration:underline;
	color:#fa7911;
}
.add-nav a:hover{text-decoration:none;}
/*.add-nav li.application{width:204px;}*/
/*.add-nav li.mail{width:166px;}*/
* html .add-nav li.mail{overflow:hidden;}
/*.add-nav li.private{width:119px;}*/
* html .add-nav li.private{overflow:hidden;}
.add-nav .application a{
	background:url(/media/layout/bg-application.gif) no-repeat;
	padding:0 0 2px 21px;
	width:183px;
}
.add-nav .mail a{
	background:url(/media/layout/bg-mail.gif) no-repeat;
	padding:4px 0 2px 26px;
	margin:-4px 0 0;
	position:relative;
	width:140px;
}
.add-nav .private a{
	background:url(/media/layout/bg-private.gif) no-repeat;
	padding:0 0 2px 20px;
}
.mail .popup-holder{
	/*width:280px;*/
	position:relative;
}
.mail .popup-holder .open{
	float:left;
	height:1%;
	text-decoration:underline;
	color:#fa7911;
}
.mail .popup-holder .open:hover{text-decoration:none;}
.mail .popup-holder .popup{
	position:absolute;
	z-index:100;
	top:16px;
	left:-442px;
	display:none;
	width:730px;
	height:410px;
}
.mail .active .popup{
	display:block;
	width:730px;
	height:410px;
	overflow:hidden;
}
.mail .popup-content-home{
	overflow:hidden;
	width:730px;
	height:410px;
	background:url(/media/layout/bg-popup2-home.png) no-repeat;
}
.mail .popup-content{
	overflow:hidden;
	width:730px;
	height:356px;
	background:url(/media/layout/bg-popup2.png) no-repeat;
}
.mail .popup-content-holder{
	position:relative;
	overflow:hidden;
	width:730px;
	padding:144px 0 0;
}
.mail .popup .text-mail{
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	width:186px;
	height:18px;
	margin:0 auto 8px;
	background:url(/media/layout/text-mail.gif) no-repeat;
}
.mail .popup .popup-content-home .text-mail{margin:0 auto 26px;}
.add-nav .mail .popup .close{
	position:absolute;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	width:22px;
	height:22px;
	padding:0;
	background:url(/media/layout/bg-close.gif) no-repeat;
	top:130px;
	right:5px;
}
.add-nav .mail .popup a{
	display:inline;
	float:none;
	padding:0;
	color:#233a7a;
	background:none;
	font:bold 12px/18px Arial, Verdana, sans-serif;
	text-decoration:none;
}
.add-nav .mail .popup a:hover{text-decoration:underline;}
.popup span{
	display:block;
	overflow:hidden;
	width:100%;
	color:#7d7d7d;
	padding:0 0 18px;
	font:bold 12px/18px Arial, Verdana, sans-serif;
}
.popup .details-form{
	width:170px;
	margin:0 auto;
	position:relative;
}
.popup .details-form:after{
	content:"";
	display:block;
	clear:both;
}
.popup .details-form label{
	display:block;
	overflow:hidden;
	width:100%;
	color:#25292d;
	padding:0 0 2px;
	font:12px/18px Arial, Verdana, sans-serif;
}
.popup .details-form .text{
	overflow:hidden;
	width:152px;
	height:14px;
	padding:4px 4px 16px;
	background:url(/media/layout/bg-text.gif) no-repeat;
}
.popup .details-form .text input{
	padding:0;
	margin:0;
	border:0;
	float:left;
	width:100%;
	background:0;
	color:#25292d;
	font:12px/14px Tahoma, Arial, Verdana, sans-serif;
	outline:none;
}
.popup .details-form .submit{
	border:0;
	float:left;
	display:inline;
	padding:0 0 4px;
	margin:1px 0 0 31px;
	background:url(/media/layout/bg-submit.gif) no-repeat;
	width:110px;
	height:30px;
	font:14px/28px Arial, Verdana, sans-serif;
	color:#25292d;
	text-shadow:1px 1px 1px #f4f5f6;
	cursor:pointer;
}
.popup .popup-content-home .details-form .submit{margin:24px 0 0 31px;}
.popup .details-form .checkbox-holder{
	position:absolute;
	overflow:hidden;
	width:130px;
	top:119px;
	left:262px;
}
.popup .details-form .checkbox-holder input{
	float:left;
	width:16px;
	height:15px;
	padding:0;
	margin:0;
}
.popup .details-form .checkbox-holder label{
	float:left;
	width:100px;
	color:#25292d;
	padding:0 0 0 4px;
	font:11px/15px Arial, Verdana, sans-serif;
}
.popup .details-form .checkbox-holder-home{
	position:absolute;
	overflow:hidden;
	width:130px;
	top:137px;
	left:95px;
}
.popup .details-form .checkbox-holder-home input{
	float:left;
	width:16px;
	height:15px;
	padding:0;
	margin:0;
}
.popup .details-form .checkbox-holder-home label{
	float:left;
	width:110px;
	color:#25292d;
	padding:0 0 0 2px;
	font:11px/15px Arial, Verdana, sans-serif;
}
.popup .details2-form{
	overflow:hidden;
	float:right;
	width:160px;
	padding:0 95px 0 0;
}
.popup .details2-form label{
	display:block;
	overflow:hidden;
	width:100%;
	color:#25292d;
	clear:both;
	padding:0 0 2px;
	font:12px/18px Tahoma, Arial, Verdana, sans-serif;
}
.popup .details2-form .text{
	overflow:hidden;
	width:152px;
	height:14px;
	padding:4px 4px 16px;
	background:url(/media/layout/bg-text.gif) no-repeat;
}
.popup .details2-form .text input{
	padding:0;
	margin:0;
	border:0;
	float:left;
	width:100%;
	background:0;
	color:#25292d;
	font:12px/14px Tahoma, Arial, Verdana, sans-serif;
	outline:none;
}
.popup .details2-form .submit{
	border:0;
	float:left;
	display:inline;
	padding:0 0 4px;
	margin:1px 0 0 31px;
	background:url(/media/layout/bg-submit.gif) no-repeat;
	width:110px;
	height:30px;
	font:14px/28px Arial, Verdana, sans-serif;
	color:#25292d;
	text-shadow:1px 1px 1px #f4f5f6;
	cursor:pointer;
}
.popup .popup-content-home .details2-form .submit{margin:24px 0 0 31px;}
.private .popup-holder{
	/*width:280px;*/
	position:relative;
}
.private .popup-holder .open{
	float:left;
	height:1%;
	text-decoration:underline;
	color:#fa7911;
}
.private .popup-holder .open:hover{text-decoration:none;}
.private .popup-holder .popup{
	position:absolute;
	z-index:100;
	top:16px;
	left:-608px;
	display:none;
	width:732px;
	height:410px;
}
.private .active .popup{
	display:block;
	width:730px;
	height:410px;
	overflow:hidden;
}
.private .popup-content-home{
	overflow:hidden;
	width:732px;
	height:410px;
	background:url(/media/layout/bg-popup-home.png) no-repeat;
}
.private .popup-content{
	overflow:hidden;
	width:732px;
	height:356px;
	background:url(/media/layout/bg-popup.png) no-repeat;
}
.private .popup-content-holder{
	position:relative;
	overflow:hidden;
	width:730px;
	padding:144px 0 0;
}
.private .popup-content-home .popup-content-holder{padding:162px 0 0;}
.private .popup .text-login{
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	width:241px;
	height:14px;
	margin:0 auto 30px;
	background:url(/media/layout/text-login.gif) no-repeat;
}
.add-nav .private .popup .close{
	position:absolute;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	width:22px;
	height:22px;
	padding:0;
	background:url(/media/layout/bg-close.gif) no-repeat;
	top:126px;
	right:5px;
}
.popup .login-form{
	overflow:hidden;
	width:160px;
	margin:0 auto;
}
.popup .login-form label{
	display:block;
	overflow:hidden;
	width:100%;
	color:#25292d;
	padding:0 0 2px;
	font:12px/18px Tahoma, Arial, Verdana, sans-serif;
}
.popup .login-form .text{
	overflow:hidden;
	width:152px;
	height:14px;
	float:left;
	padding:4px 4px 16px;
	background:url(/media/layout/bg-text.gif) no-repeat;
}
.popup .login-form .text input{
	padding:0;
	margin:0;
	border:0;
	float:left;
	width:100%;
	background:0;
	color:#25292d;
	font:12px/14px Tahoma, Arial, Verdana, sans-serif;
	outline:none;
}
.popup .login-form .submit{
	border:0;
	float:left;
	display:inline;
	padding:0 0 4px;
	margin:6px 0 0 31px;
	background:url(/media/layout/bg-submit.gif) no-repeat;
	width:110px;
	height:30px;
	font:14px/28px Arial, Verdana, sans-serif;
	color:#25292d;
	text-shadow:1px 1px 1px #f4f5f6;
	cursor:pointer;
}
.button a{
	border: 1px solid #e8e8e8;
	border-radius: 8px;
	background: linear-gradient(to bottom, white 0%,#e7e7e7 100%);
	display: inline-block;
	text-decoration: none;
	margin-right: 20px;
	margin-bottom: 12px;
}
.button a:hover{
	background: linear-gradient(to bottom, #f7f7f7 0%,#e7e7e7 100%);
}
.button a strong{
	font: bold 16px/20px Arial, Verdana, sans-serif;
	color: #7d7d7d;
}
.button a:hover strong{
	font: bold 16px/20px Arial, Verdana, sans-serif;
	color: #2f4a9a;
}