html, html body, body {
	height:100%;
	}

body {
	margin:0;
	padding:0;
	text-align:center;
	background-image: url(../Images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family:"Trebuchet MS";
	font-size:13px;
	}
#top {
	padding:0;
	margin:0;
	}
#pagebg {
	background-image: url(../Images/footer_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	}
#container {
	margin:0 auto;
	width:855px;
	text-align:left;
	}
#content {
	margin:30px 0 0 0;
	width:855px;
	}
#logo {
	width:376px;
	height:137x;
	background:url(../Images/cs.png) left top no-repeat;
	}
#container #sideber1 {
	width:427px;
	float:left;
	}
#container #sidebar2 {
	/*margin:0 0 0 428px;*/
	width:427px;
	}
#wmLogin {
	margin:0 0 0 600px;
	padding:0;
	}
#header {
	width:600px;
	float:left;
	padding:0;
	margin:0;
	}
#title {
	font:36px "Trebuchet MS", Helvetica, sans-serif;
	color:#0054A6;
	font-weight:bold;
	line-height:40px;
	margin:90px 0 0 0;
	padding:0;
	overflow:hidden;
	width:630px;
	height:40px;
	}
	
/*---------------------------Heading --------------------------------*/

h1, h2 {
	font-weight:bold;
	color:#0054A6;
	}
h1 {
	font-size:24px;
	}
h2 {
	font-size:20px;
	}
/*--------------------------- Form Elliments -----------------------*/
form {
	margin:0;
	padding:0;
}

input, select, textarea {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	padding:2px;
}
.rand{
	font:20px "Times New Roman", Times, serif;
	letter-spacing:5px;
	margin:5px auto;
}

.required{
	color:#FF0000;
	padding:0px 5px;
}
div.label {
	width:100px;
	float:left;
	padding:3px 0;
	margin:0;
	}
div.inputField {
	margin:0 0 0 100px;
	padding:3px 0;
	}
.inputText {
	border:1px solid #0054A6;
	background:none;
	}
.label2 {
	width:70px;
	float:left;
	font-weight:bold;
	margin:3px 0;
	}
.field {
	margin:3px 0 3px 70px;
	}
#login {
	background: url(../Images/btn_bg.png) center center no-repeat;
	border:none;
	font:bold 11px Tahoma, Arial, Helvetica, sans-serif;
	color:#007dc9;
	width:50px;
	height:20px;
	}
.Thanks {
	font-weight:bold;
	color:#007dc9;
}

#wlt {
	width:230px;
	height:50px;
	background:url(../Images/login.png);
	}
/*---------------------- Footer --------------------------------*/
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#footer {
	height:100px;
	margin:0;
	padding:20px 20px 0 20px;
	}
div.copy, div.arccb {
	font:10px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	}	
div.copy {
	width:500px;
	float:left;
	margin-top:10px;
	}
div.arccb {
	text-align:right;
	position:relative;
	}
a.arcc {
	font:16px "Trebuchet MS";
	font-weight:bold;
	color:#666;
	text-decoration:none;
	}
a.arcc:hover {
	color:#999;
	}
.submit {
	background:url(../Images/search_b.jpg) repeat-x;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#fff;
	border:none;
	height:26px;
	padding:0 10px;
	}
