﻿@charset "utf-8";
/* CSS Document */
#html_login{	
	background: url("../Images/background/bg_login.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#login{
	width:506px;
	margin:15% auto auto auto;
}
#logo_img{
	width:379px;
	margin:0 auto;
}
#login_title{
	margin-top:240px;
	margin-left:18px;
	font-family:Arial;
	font-size:18px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	color:#FFFFFF;
}
#login_field{
	background-image: url("../Images/background/bg_login_field.png");
	width:506px;
	height:163px;
	margin-left:200px;
}
#colum_left{
	padding-left:26px;
	padding-top:30px;
	width:170px;
	height:133px; /*163-30*/
	float:left;
}
#colum_mid{
	background-image: url("../Images/background/vertical_line.png");
	background-repeat: no-repeat;
	background-position:center;
	height:inherit;
	float:left;	
}
#colum_right{
	width:256px;
	padding-top:30px;
	padding-left:10px;
	height:133px; /*163-30*/
	float:left;
}
#accountName{
	width:150px;
}
#password{
	margin-top:10px;
	width:150px;
}
#or{
	margin-top:24px;
	padding-top:12px;
	width:39px;
	height:27px; /*height:39 - padding-top:12*/
	text-align:center;
	font-family:Arial;
	font-size:13px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	color:#333333;
	background-image: url("../Images/background/circle_gray.png");
}
#btn_submit{
	margin-top:18px;
	width:70%;
	height:39px;
	background-color:#579;
	font-family:Arial;
	font-size:13px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	color:#FFFFFF;
	border:none;
	cursor:pointer;
	border-radius:5px;
}
#btn_submit:hover{
	background-color:#00CCFF;
}
#ContactUs_title{
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	color:#333333;
}
#colum_right a{
	color:#FF6600;
	text-decoration:none;
}
#colum_right a:hover{
	color:#FF9900;
}
.mgt-10{
	margin-top:10px;
}