


.col_left{
	background:none;
	float:none;
	height:auto;
}

.col_right{
	margin:0px 0px 0px 145px;
}

.section .section_content{
	padding:30px;	
}

.section .section_content h1{
font-size: 28px;
font-weight: normal;
margin:10px 0px 25px 0px;
padding: 0;
}

.section .section_content input[type=text],
.section .section_content input[type=password]{
	display:block;	
	height:36px;
	line-height:36px;
	padding:0px 20px 0px 50px;
	margin-bottom:15px;
	width:370px;
}

.section .section_content input[type=text]{
	background:url(../images/login_username.gif) no-repeat;
}

.section .section_content input[type=password]{
	background:url(../images/login_password.gif) no-repeat;
}

.section .section_content .forgot_password{
	float:right;
}

.section .section_content .btn_submit{
	text-align:center;
	width:200px;
	display:block;
	margin:25px 0px 0px 0px;	
}

.footer .faq {
    font-size: 12px;
    color: #7EB44D;
    line-height: 34px;
    padding: 0 0 0 18px;
    float: left;
}

.footer .faq a {
    color: #7EB44D;
    text-decoration: underline;
}

.selectBox{appearance: none !important;-webkite-appearance: none !important;-moz-appearance: none !important;-o-appearance: none !important;-ms-appearance: none !important;
background: url("../images/select-box-arrow.png") no-repeat 132px center !important; border:1px solid #aaadbf; width:150px; color:#eff7fc; padding:5px 3px; font-size:12px;
}