@charset "utf-8";
/* CSS Document */

.logo{
	background:url(../img/login_logo.png) no-repeat scroll center center transparent;
	width:400px;
	height:240px;
	-moz-border-radius-topleft: 0.5em;
	-moz-border-radius-topright: 0.5em;
	-moz-border-radius-bottomleft: 0.5em;
	-moz-border-radius-bottomright: 0.5em; 	
	-moz-box-shadow: 0 0 1em white;
	-webkit-box-shadow: 0 0 1em white;
    box-shadow: 0 0 1em white;		
}
body {
	background:url(../images/member_login_bg.jpg) repeat-x scroll 0 0;
}
.round_corner{
	margin-top:1px;
	background-color:#ffffff;
	border:0px solid;
	border-color: #eeeeee #8f8e8e #8f8e8e #eeeeee;
	-moz-border-radius-topleft: 0.5em;
	-moz-border-radius-topright: 0.5em;	
	-moz-border-radius-bottomleft:0.5em;
	-moz-border-radius-bottomright: 0.5em;  
	-moz-box-shadow: 0 0 1em #cccccc;
	-webkit-box-shadow: 0 0 1em #cccccc;
    box-shadow: 0 0 1em #cccccc; 
}
div.small_logo{
	background:url(../images/small_logo.png) no-repeat scroll right center transparent;
	width:300px;
	height:34px;
}
input[type=text]
{
	font-family:Arial, Helvetica, sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 10px;
	-moz-box-shadow:  1px 1px 0.5px #666;
	-moz-outline-color: #333;
	border: 0.5px solid #CCC;
}
input[type=password]
{
	font-family:Arial, Helvetica, sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 10px;
	-moz-box-shadow:  1px 1px 0.5px #666;
	-moz-outline-color: #333;
	border: 0.5px solid #CCC;
}
.mem_login_header{
	font-family:"Century Gothic";
	font-size:20px;
	color:#FFFFFF;
	text-align:center;
	text-shadow: rgba(0,0,0,.4) 0px 5px 5px;
	background-color:#00457c;
	-moz-border-radius-topleft: 0.5em;
	-moz-border-radius-topright: 0.5em;	
}
.txt{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
}
input.button
{
	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:hover
{
	background: #8ac62e;
	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_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);
}
.forget_password{
	text-decoration:none;
	font-size:12px;
	margin-left:512px;
	text-shadow: rgba(0,0,0,.4) 0px 5px 5px;
	color:#000000;
}
.forget_password:visited{
	text-decoration:none;
	color:#000000;
}