﻿h1, h2, h3, h4
{
	margin-top: 10px;
	color: #626456;
}

h1
{
	letter-spacing: -.075em;
}

h2
{
	letter-spacing: -.05em;
	font-weight: normal;
	color: #8D8E85;
}

h2.WelcomeText
{
	margin-top: 0px;
	color: #fff;
	padding-top: 5px;
	padding-left: 15px;
	font-weight: bold;
	font-size: 2em;
}

h3
{
	color: #e40043;
}

h4
{
	color: #e40043;
}

/*********** Login Logo *****************/
.LoginLogo
{
	margin: 0 auto;
	width: 600px;
	text-align: right;
	margin-top: 70px;
	margin-bottom: 10px;
}

/**************************************************************************
*							Login Coner Box								  *
*																		  *
***************************************************************************/

.LoginConerBox
{
	background: #fff;
	margin: 0 auto;
	background:#fff url('images/brush3.png') no-repeat;
}

.LoginConerBox .Content
{
	clear: both;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

.LoginConerBox .ConerTopLeft
{
	background: #fff url('images/coner_t_l.png') no-repeat;
	float: left;
	width: 100%;
	height: 5px;
}

.LoginConerBox .ConerTopRight
{
	background: #fff url('images/coner_t_r.png') no-repeat right top;
	float: right;
	width: 4px;
	height: 5px;
}

.LoginConerBox .ConerBottomLeft
{
	background: #fff url('../CHPD/images/coner_b_l.png') no-repeat left top;
	float: left;
	width: 100%;
	height: 5px;
}

.LoginConerBox .ConerBottomRight
{
	background: #fff url('images/coner_b_r.png') no-repeat right top;
	float: right;
	width: 4px;
	height: 5px;
}

div.formContainer
{
	border-top: 1px solid #e7e7e7;
	padding-left: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 10px;
	margin: 10px 0px;
	color: #535353;
	width: 100%;
	clear: both;
}

.Button
{
	background-color: #BC1E45;
	border-color: #F0F0F0 #4E4E4E #4E4E4E #F0F0F0;
	border-style: solid;
	border-width: 1px;
	color: white;	
	font-size: 9px;
	font-weight: bold;
	height: 22px;
	padding: 1px;
	text-transform: uppercase;
}

.error
{
	color: Red;
}

a.CHPDLogo
{
	text-decoration: none;
	border: 0px;
}

a.CHPDLogo:hover
{
	text-decoration: none;
	border: 0px;
	border: none;
	background: #ececec;
	color: #FFFFFF;
}

/* Footer */

#footer
{
	clear:both;
	text-align: center;		
}


input.text, select.text
{
	padding: 2px 5px;
	background: #FDEEF2;
	border-top: 1px solid #4D5719;
	border-left: 1px solid #4D5719;
	border-right: 1px solid #D6E48E;
	border-bottom: 1px solid #D6E48E;
}