* html img,
* html .png {
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}

.ie11 body{
width: auto;
}
/*--------------------------------------Browser Resets------------------------------------------*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, button, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	
	vertical-align: baseline;
}
input{
	border:0; 
	border:1px solid #ccc\9;
	border-top:2px solid #ccc;
	-moz-box-shadow:    inset 0 0 5px #ccc;
    -webkit-box-shadow: inset 0 0 5px #ccc;
    box-shadow:         inset 0 0 5px #ccc;

}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-color: white;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*--------------------------------Page Layout & Generic Styles-----------------------------*/

html{ 
	/*background: url(../images/bg_page.jpg) no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size:    cover;
 	-o-background-size: 	 cover;
 	background-size: 		 cover;*/
 	}

a{color:#008EB1;text-decoration: none;}

#main_container_login{
	width:925px;
	margin: auto;
/*	margin-top: 10px; */
}

#inner_container_login{
	width:852px;
	margin:auto;
	margin-top: 50px;
	overflow: hidden;
	padding-bottom: 5px;
 /*	-moz-box-shadow:    3px 3px 12px 1px #ccc;
  	-webkit-box-shadow: 3px 3px 12px 1px #ccc;
  	box-shadow:         3px 3px 12px 1px #ccc;*/


  	background: url(../images/bg_login_area.jpg);
	
	margin-left:-15px;

}


#slider_box_left{
	width:508px;
	height:369px;
	float:left;
	border-top: 4px solid #008EB1;
	margin-left: 0px;
	margin-top: 10px;
/*	-moz-box-shadow:    2px 1px 5px 3px #f4f4f4;
  	-webkit-box-shadow: 2px 1px 5px 3px #f4f4f4;
  	box-shadow:         2px 1px 5px 3px #f4f4f4;*/
}



.slider_img{
	border:11px solid white; 
	border-bottom: 16px solid white;
	
}

 #login_box_right{
 	float:left;
 	width:332px;
 	border-top: 4px solid #008EB1;
 	margin-top: 10px;
	margin-left: 10px;
	
	

 }

p, a, span, div, h1, h2, h3{font-family: arial}
h1.online_login{
	font-family: sans-serif; 
	font-weight: lighter;
	float:right;
	margin: 30px 72px 0px 0;
	font-size: 17px;
	color:#0D3F5E;
}
h2{
	text-transform: uppercase;
	font-size: 14px;
	float:center;
	vertical-align: middle;
	
	color:#333;
	letter-spacing: 1;
	font-weight: lighter;

}
form{padding-top:15px; padding-left:15px;}

#login_box_right p, #login_box_right a{font-size: 12px; text-align: center; margin: auto; line-height: 14px; text-shadow:;}
#login_box_right p{margin-top:10px; color:#999;}
#login_box_right .forgot_password h3 {
	color:#0D3F5E;
	float:right;
	font-size: 14px;
	padding-right: 15px;
	padding-top: 8px;
}

#login_box_right .forgot_password p a{font-size: 11px; float:right; width:187px; margin-right: 15px; text-align: right; color:#0D3F5E; line-height: 15px; margin-top: 5px; text-decoration: underline;}
.button_submit{
	background: url(../images/button_navy_submit.jpg?timestamp=20180927); 
	width:151px; height:36px; 
	
	margin-top: 12px;
	margin-bottom: 12px;
}

.btn_center{width:151px; margin-left: 80px; margin-top:140px;position: relative;}

.btn_center_optional{width:151px; margin:auto;}

#gol_login_footer{
	font-size: 10px;
	font-family: arial;
	line-height: 18px;
	color:black; 
/*	margin-top: 30px; */
	margin-left: 10px;
	margin-right: 65px;
	
	}

.user_box{
	width:205px;
	height:41px;
	margin-left: 10px;
	padding-left: 10px;
}

.optional_font{
	list-style-type: none;
	color: #008EB1;
	font-size: 14px;
	line-height: 30%;
	margin: 0; 
	padding: 0;
	margin-top: 61px;
}

.checkBox_font{
	list-style-type: none;
	color: #008EB1;
	font-size: 12px;
	line-height: 30%;
	margin: 0; 
	padding: 0;
	margin-top: 15px;
}

.warningMsgOnRegDevice{
	
	margin: 20px 0px 0px 90px;
}

.mutualImg{
	
	margin: 20px 0px 0px 90px;
}

.mutual{
	
	width:60px;
}
.warning_text{
	font-size: 12px;
	font-family: arial, sans-serif;
	line-height: 18px;
	float:left;
	margin-left:30px;
	
}

.updated_warning_text{
	font-size: 12px;
	font-family: arial, sans-serif;
	line-height: 18px;
	background-color:white;
	float:left;
	margin-left:30px;
	
}
