

 body {
	text-align:center;
 }
 #login_outer{
	text-align: center;	
	width: 564px;	
	margin: 0 auto;	
	margin-top: 100px;	
	box-shadow: 0px 40px 100px #CCC;	
	background-color: #0091CD;	
	border-radius: 9px;	
	color: #FFF;	
	font-weight: bold; 
 }
 #login_panel_pre{
	background: url(/surgeweb/0381629645/shared/img/LoginLogo.png) no-repeat 0 0;	
	width: 564px;	
   height: 75px;	
   text-align: center;	
   background-color: #FFF;	
   border-radius: 8px 8px 0px 0px;	
   background-position: center;
 }
 #login_panel_header{
	/* background: url(/surgeweb/0381629645/shared/img/login_alt3_hdr.png) no-repeat 0 0; */
 	width:564px;
	height:80px;
	display:none;
	padding:10px;
 }
 #login_panel{
    /* background: url(/surgeweb/0381629645/shared/img/login_alt3_mid.gif) repeat-y 0 0; */
	width:564px;
	padding:0px;
	text-align:center;
 } 
 #login_panel table{
	margin: 0 auto; padding: 0;
 }
 #login_panel td{
	padding: 3px 0;
 }
 #login_panel_post{
	/* background: url(/surgeweb/0381629645/shared/img/login_alt3_bot.gif) no-repeat 0 0; */
	width:564px;
	height:20px;
	color:black;
	padding:3px;
	text-align:center;
 }

 #login_title_comment{
 	display:none;
 }
 #login_title{
 	display:font-size:1em;;
 }
 #login_title span{
 	display:none;
 }
 #login_comment span{
 	display:none;
 }
 #login_panel_post span{
 	display:none;
 }
 


 body, table {
	font-family:Arial;
	font-size:14px;
 }
 #login_title{
  	font-weight:bold;
  	font-size:22px;
 }
 #cmd_login{
  	/* width:120px;  */
  }
 #error{
	color: #FFF;	
	margin-bottom: 15px;	
	font-weight: bold;	
	font-size: 11px;	
	background-color: rgba(0, 0, 0, 0);	
	box-shadow: 0px 1px 6px #333;	
	padding-top: 15px;	
	padding-bottom: 15px;
 }
 #error .surgeweb{
 	font-size:14px;
 }

 
 .hidden{
 	display:none;
 }
	
 input[type=text]{	
	width: 200px;	
	height: 30px;	
	border: none;	
	border-radius: 30px;	
	//box-shadow: 0px 0px 10px #0091CD inset;	
	padding-left: 9px;	
	color:#0091cd;	
	}	
		
	input[type=password]{	
	width: 200px;	
	height: 30px;	
	border: none;	
	border-radius: 30px;	
	//box-shadow: 0px 0px 10px #0091CD inset;	
	padding-left: 9px;	
	color:#0091cd;	
	}	
	select{	
	border:none;	
	}	
		
	input[type=submit]{	
	display: inline-block;	
	  -webkit-box-sizing: content-box;	
	  -moz-box-sizing: content-box;	
	  box-sizing: content-box;	
	  cursor: pointer;	
	  padding: 5px 25px;	
	  font-weight:bold;	
	  border: 1px solid #00b6e3;	
	  -webkit-border-radius: 3px;	
	  border-radius: 3px;	
		
	  color: rgba(255,255,255,1.0);	
	  -o-text-overflow: clip;	
	  text-overflow: clip;	
	  background: #00b6e3;	
	  -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;	
	  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;	
	  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);	
	  -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);	
	  -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);	
	  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);	
	outline:none;	
	}
	
  #account_links{
  	text-align:right;
  }
  #account_links a{
	color:black;
	font-size:0.9em;
	text-decoration:none;  	
  }
  #account_links a:hover{
   	text-decoration:underline;
  }
