﻿/* This is for Login page*/

#login_bg
{
	clear:both;
	/*background-image:url(images/login_bg.jpg);*/
	background-repeat:repeat-x;
	width:944px;
	height:398px;
	border-style:solid;
	border-width:1px;
	border-color:#BBD4D4;
	margin-left:24px;
}

#login_left
{
	color:#0072bc;
	font-family:Tahoma;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	padding:72px 0 0 50px;
	width:285px;
	float:left;
}
#logint_right
{
	padding-top:100px 0 0 0;
	width:300px;
	float:right;
	padding-left:50px
}
#login_login
{
	width:289px;
	margin-top:20px;
}
#login_form
{
	color:#9f1d1d;
	font-weight:bold;
	float:left;
	width:210px;
	padding:20px 15px 0 30px;
	font-family:Tahoma;
	font-size:13px;
}
.login_times
{
	color:Black;
	font-family:"Times New Roman", Times, serif;
	font-size:25px;
	font-weight:normal;
}
.login_times ul
{
	color:#000000;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:normal;
	line-height:25px;
}
.login_p
{
	color:#000000;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
	margin-left:20px;
	line-height:25px;
	width:560px;
}
.login_lable
{
	float:left;
	margin-top:3px;
}
#login_password
{
	clear:both;
	padding-top:10px;
	padding-left:2px;
	width:240px;
}
#login_username
{
	width:235px;
}
.login_loginheader
{
	background-image:url(images/loginheader.jpg);
	background-repeat:no-repeat;
	width:128px;
	height:28px;
	margin:0 0 0 140px;
	margin:0 0 0 158px;
	text-align:right;
	font-size:13px;
	font-weight:bold;
	color:#9f1d1d;
	padding-top:5px;
	line-height:11px;
}
.login_forget
{
	font-size:13px;
	font-family:Tahoma;
	font-weight:normal;
	text-decoration:none;
	color:#EB1E23;
	float:left;
	width:150px;
	margin-top:12px;
	margin-left:1px;
}

.login_forget:hover
{
	color:#000000;
}

.login_loginbutton
{
	float:right;
	margin-top:10px;
	cursor:pointer;
	margin-right:-10px;
}

.login_rightlogin
{
	background-image:url(Images/loginbg.jpg);
	background-repeat:repeat-x;
	border:1px solid #dfcc74;
	height:240px;
}
.login_register
{
	clear:both;
	background-image:url(images/login_newregister.jpg);
	background-repeat:no-repeat;
	width:160px;
	height:21px;
	padding:2px 0 0 5px;
	margin-left:30px;
	margin-top:10px;
	
}

.login_register1
{
	background-image:url(images/login_newregister.jpg);
	background-repeat:no-repeat;
	width:147px;
	height:21px;
	margin:10px 0 0 30px;
	padding:2px 0 0 19px;
	
}

.login_registertext
{
	text-align:center;
	text-decoration:none;
	cursor:pointer;
	color:#000000;
	font-family:Tahoma;
	font-size:12px;
	font-weight:normal;
	
}

.login_registertext:hover
{
	color:#FF0000;
	
}
