﻿body.login
{
	background-image: none;
}

body.login div#loginbox
{
	width: 375px;
	height: 346px;
	background-color: #A90710;
	color: #fff;
	font-weight: bold;
	background-image: url(Images/loginbox_bg.jpg);
	background-repeat: repeat-x;
	margin: 0 auto;
	position: relative;
	top: 100px;
	text-align: center;
	border: 5px solid #A90710;
}

body.login div#loginbox img
{
	position: relative;
	top: 25px;
	margin: 0 auto;
}

body.login div#loginbox table.login
{
	border-collapse: collapse;
	position: relative;
	top: 45px;
	margin: 0 auto;
}

body.login div#loginbox input.textbox
{
	width: 200px;
}

body.login div#loginbox label.textboxlabel
{
	font-size: 16px;
}

body.login div#loginbox input.button
{
	width: 80px;
	height: 28px;
	background-image: url( "Images/Widget/btn_bg.jpg" );
	background-repeat: repeat-x;
	background-color: #FF9900;
	text-align: center;
	border: 1px solid #FF9900;
	color: #333;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
	letter-spacing: -0.2px;
}
body.login div#loginbox input.button:hover
{
	background-image: none;
	background-color: #DAD3C0;
	border: 1px solid #B7B0A3;
}
body.login div#loginbox a.c1
{
	color: #fff;
	position: relative;
	top: 80px;
	font-size: 14px;
}
body.login div#loginbox a.c1:hover
{
	color: #CCC;
}

body.login div#loginboxother
{
	width: 480px;
	background-color: #A90710;
	color: #333;
	background-color: #F5EDD7;
	margin: 0 auto;
	position: relative;
	top: 100px;
	text-align: center;
	padding: 10px;
	border: 5px solid #DAD3C0;
}

body.login div#loginboxother h1
{
	color: #e20a16;
	margin: 0;
	font-size: 25px;
	text-align: left;
}

body.login div#loginboxother p
{
	font-size: 14px;
	text-align: left;
}

body.login div#loginboxother div.form
{
	background-color: #DAD3C0;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
}

body.login div#loginboxother div.form table
{
	margin: 0 auto;
	padding: 10px;
}

body.login div#loginboxother a.c1
{
	margin: 0 auto;
	color: #e20a16;
	font-weight: bold;
	text-decoration: underline;
}
body.login div#loginboxother a.c1:hover
{
	color: #333;
}
/* Login Page */