

 .body_bg {
  	background:#f2f2;
  	}
 .body_bg2 {
  	background:#f2f2f2; 
  }

 body {
	text-align:center;
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:14px;
 }
 #login_outer{
	text-align:left;
 	max-width:450px;
	margin: 0 auto;
	margin-top:75px;
 } 
 #login_panel_pre{
 	border-radius:5px 5px 0 0;
	padding:16px;
	background: #0055a4;
	color:white;
	font-weight:300;
	text-align:center;
 }
 #login_panel{
    background:white;
  	border:1px solid #ddd;
 	padding:20px;
	text-align:center;
	box-shadow:0 0 10px 0px #ddd;
 } 
 #login_panel input{
 	padding:8px 15px;
 	border-radius:3px;
 	border:1px solid #ddd;
 	margin:5px;
 	font-size:14px;
 	color:#000;
 }
 #login_panel input[type="submit"]{
	 width:160px !important;
 }
 #login_panel td{
 	padding:3px 0;
 	color:#777;
 	font-size:14px;	
 }
  #login_panel td:first-child{
  	padding-left:20px
  }

 #cmd_login{
 	color: #000;
 	border:1px solid #f7c72f !important;
	background-color: #f7d42f;
	text-transform: uppercase;
	font-weight: 700;	
	font-size:14px;
	margin-left:15px !important;
}
 
 #cmd_login:hover{
 	background-color: #f7b32f;
	border-color: #f7b32f;
}

 #login_panel table{
	margin: 0 auto;
 }

 #login_panel_post{
	background:#ddd; 
	color:white;
	padding:15px;
	border-radius:0 0 5px 5px;
	text-align:center;
 }
  #login_panel_post a{
  	text-decoration:none;
  	color:#0055a4 !important;
  }

 #login_title_comment{
 	display:none;
 }
 #login_title{
 	font-size:1em;
 	font-size:22px;
 }
 
 #cmd_login{
  	width:120px; 
  }

 #error{
 	border:1px solid #f7b32f;
 	color:#777;
 	padding-bottom:5px;
 	border-radius:3px;
 	margin-bottom:15px;
 	font-size:12px;
 }
 
  #error>*{
  	padding-left:15px;
  	padding-right:15px;
  }

 #error .surgeweb{
 	border-radius:3px 3px 0 0;
 	text-transform:uppercase;
 	margin-bottom:2px;
 	background:#f7b32f;;
 	color:#000;
 	padding:5px;
 	font-weight:bold;
 }
 
 .hidden{
 	display:none;
 }

 .login_link_small{
	color:white;
	font-size:0.8em;
	text-decoration:none;
 }
  .login_link_small:hover{
 	text-decoration:underline;
 }
  .boldred{
  	color:red;
  	font-weight:bold;
  	font-style:italic;
  }
   .red{
  	color:red;
  } 
  
  #rcol_login_outer{
  	text-align:center;
  	position:absolute;
  	right:0;top:0;
  	border:1px solid #5a82b8;
  	width:120px;
  	height:480px;
  	background:#f7f7f7;
  }
  #rcol_login_iframe{
  	background:white;
  	width:120px;
  	height:480px;
  }
