/* classic "button" style shading */
table.shadowtable {
   border:2px solid;
   border-color: #eeeeee #8f8e8e #8f8e8e #eeeeee;
}
.style23 {font-size: 13px; font-weight: bold; color: #FFFFFF; }
.style24 {color: #FFFFFF}
.style1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:right;
}
.style2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFF00;
	font-weight:bold;
	text-align:center;
}
div.logo{
	background: url(../img/login_logo.jpg) no-repeat;
	background-position:center;
	height:214px;
	width:325px;
}
div.login_header{
	background: url(../img/logo_bg.jpg);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:25px;
	color:#FFFFFF;
	text-align:left;
	height:46px;
	padding-top: 5px;	
	
}
.login_bg{
	background: url(../img/login_b_bg.gif);
}
.member_login_bg{
	background: url(../img/bg.jpg);
}				
.login_footer{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 5px;
	padding-left: 40px;
	line-height: 30px;

}
.ico-home{
	background: url(../img/icons/icon_home.png) no-repeat 20px 7px;
	background-color:#003053;
}

input.button
{
	background: #DEDBD6;
	border-color:#A1A1A1;
	color:#4A4A4A;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	border:1px solid;
	cursor:pointer;
	font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	font-size:12px;
	margin-top:3px;
	padding:3px 10px;
	text-decoration:none;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.3);
}

input.button:hover
{
	background: #8ac62e;
	border-color:#A1A1A1;
	color:#FFFFFF;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	border:1px solid;
	cursor:pointer;
	font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	font-size:12px;
	margin-top:3px;
	padding:0px0px;
	text-decoration:none;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.3);
}

input.button_reset
{
	background: #DEDBD6;
	border-color:#A1A1A1;
	color:#4A4A4A;
	-moz-border-radius-bottomleft:11px;
	-moz-border-radius-bottomright:11px;
	-moz-border-radius-topleft:11px;
	-moz-border-radius-topright:11px;
	border:1px solid;
	cursor:pointer;
	font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	font-size:12px;
	margin-top:3px;
	padding:3px 10px;
	text-decoration:none;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.3);
}

input.button_reset:hover
{
	background: #FF0000;
	border-color:#A1A1A1;
	color:#FFFFFF;
	-moz-border-radius-bottomleft:11px;
	-moz-border-radius-bottomright:11px;
	-moz-border-radius-topleft:11px;
	-moz-border-radius-topright:11px;
	border:1px solid;
	cursor:pointer;
	font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	font-size:12px;
	margin-top:3px;
	padding:3px 10px;
	text-decoration:none;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.3);
}

input.button_forget
{
	background: #DEDBD6;
	border-color:#A1A1A1;
	color:#4A4A4A;
	-moz-border-radius-bottomleft:11px;
	-moz-border-radius-bottomright:11px;
	-moz-border-radius-topleft:11px;
	-moz-border-radius-topright:11px;
	border:1px solid;
	cursor:pointer;
	font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	font-size:12px;
	margin-top:3px;
	padding:3px 10px;
	text-decoration:none;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.3);
}

input.button_forget:hover
{
	background: #FF9900;
	border-color:#A1A1A1;
	color:#FFFFFF;
	-moz-border-radius-bottomleft:11px;
	-moz-border-radius-bottomright:11px;
	-moz-border-radius-topleft:11px;
	-moz-border-radius-topright:11px;
	border:1px solid;
	cursor:pointer;
	font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	font-size:12px;
	margin-top:3px;
	padding:3px 10px;
	text-decoration:none;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.3);
}

#t_center_id,#t_user_id, #t_password,#user_email{
	border: 1px #1A1A1A solid;
	background: #464646;
	margin-right: 5px;
	margin-top: 4px;
	color: white;
	height: 16px;

}

