@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#9ca0a6;
	}
#top_line{ width:100%; height:10px; margin:auto; background:#da0c70;}
#main{ width:462px; height:465px; margin:auto; margin-top:30px;}
#logo{ width: 391px; margin: auto; padding: 20px;}
#login_main{ width:462px; height:333px; background:url(../images/login_bg.png) no-repeat;}
#login_area{ width:395px; height:270px; margin:auto; padding-top:15px;}
.error_msg{ width:395px; height:20px;}
.input_bg{ width:384px; height:40px; border:solid 1px #CCCCCC; margin-top:5px; font-size:14px; color:#9ca0a6; padding-left:10px;}
.remember_forgot{ 
    width: 174px;
    height: 20px;
    padding-top: 21px;
    float: right;
}
.remember{ float:left; font-weight:bold;}
.forgot_password{ color:#da0c70; text-decoration:none; text-align:right; float:right;}
.forgot_password a{ color:#da0c70; text-decoration:none;}
.forgot_password a:hover{ color:#da0c70; text-decoration:underline;}
#login_btn_main{ 
    width: 174px;
    height: 49px;
    margin-top: 14px;
    float: left;
}
#btn{width:140px; height:40px; float:left;}
.login_btn{ width:140px; height:40px; display:block; border:0px; background:url(../images/login_btn_normal.jpg) no-repeat; cursor:pointer;}
.login_btn:hover{ background:url(../images/login_btn_hover.jpg) no-repeat;}
.sign_in{width:200px; height:auto; float:right; padding-top:27px; text-align:right; color:#9ca0a6; text-decoration:none;}
.sign_in a{ color:#da0c70; text-decoration:none;}
.sign_in a:hover{ color:#da0c70; text-decoration:underline;}
.social{width:462px; height:15px; padding-top:30px; color:#1c79bc; font-size:14px; text-decoration:none;}
.social a{color:#1c79bc; font-size:14px; text-decoration:none;}
.social a:hover{color:#1c79bc; font-size:14px; text-decoration:underline;}
.forgot_pwd_btn{
 	background: #1c79bc none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
     border: 0 none;
    cursor: pointer;
    display: block;
    height: 40px;
    width: 140px;
}
.forgot_pwd_btn:hover {
 	background: #DA0C70 none repeat scroll 0 0;
}
