@charset "utf-8";
/* CSS Document */
body{
background:url(images/bg.jpg) repeat-x #678891;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
}
*{
margin:0px;
padding:0px;
}
.clear{
clear:both;
}
img{
border:none;
}
/* ------ MAIN CONTAINER DIV CSS ------ */
.container {
	width: 900px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 35px;
	margin-left: auto;
}

/* ------ HEADER DIV CSS ------ */
.header {
	height: 187px;
	margin: auto;
	padding-top: 25px;
}
.logo {
	display: block;
	height: 97px;
	width: 281px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}

/* ------ TOP LINK PORTION CSS ------ */
ul.link-top {
	height: 50px;
	display: block;
	padding-left: 23px;
}
ul.link-top li {
	background-image: url(images/arrow-bullet.png);
	background-repeat: no-repeat;
	background-position: left 20px;
	padding-left: 25px;
	padding-top: 15px;
	list-style-type: none;
}

ul.link-top a {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 16px;
}
ul.link-top a:hover {
	color: #a2d9ef;
	text-decoration: underline;
	font-size: 16px;
}

/* ------ HEADING CSS ------ */
h1 {
	text-align: center;
	margin-top: 40px;
	font-weight: bold;
	text-transform: capitalize;
	font-size: 24px;
	margin-bottom: 21px;
}

/* ------ LEFT PORTION CSS ------ */
.left {
	float: left;
	margin-top: 17px;
}

/* ------ RIGHT PORTION CSS ------ */
.right {
	float: right;
	margin-top: 17px;
	min-height: 277px;
	width: 303px;
	padding-top: 15px;
	padding-right: 30px;
	padding-left: 30px;
}
.right h3 {
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
}
/* ------ FORM CSS ------ */
#login-form {
    font-weight:bold;
	width: 265px;
	background-color: #FFFFFF;
	height: 197px;
	padding-top: 20px;
	padding-right: 23px;
	padding-bottom: 0px;
	padding-left: 23px;
	border:1px solid #e5e5e5;
	margin-top:10px;
	-moz-box-shadow:0px 0px 10px 2px rgba(119, 119, 119, 0.93);
-webkit-box-shadow:0px 0px 10px 2px rgba(119, 119, 119, 0.93);
box-shadow:0px 0px 10px 2px rgba(119, 119, 119, 0.93);
}
#login-form label {
	display: block;
}
#form-input {
	background-color: #fbfbfb;
	border:1px solid #e5e5e5;
	width: 263px;
	height: 35px;
	margin-top: 5px;
	margin-bottom: 15px;
	-webkit-border-radius: 4px;
-webkit-border-top-left-radius: 5px;
-moz-border-radius: 4px;
-moz-border-radius-topleft: 5px;
border-radius: 4px;
border-top-left-radius: 5px;
}

.submit {
	background: url(images/submit.png) no-repeat transparent;
	height: 26px;
	width: 70px;
	float: right;
	color: #FFFFFF;
	border:none;
	cursor:pointer;
}
.submit:hover{
	color: #000;
	cursor:pointer;
}

/* ------ CHECKBOX CSS ------ */
.CheckBoxClass,.RadioClass{
	display: none;
	}
	.CheckBoxLabelClass{
	padding-left: 20px;
	height: 15px;
	width: 100px;
	display: block;
	background-image: url(images/uncheck.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	.CheckBoxLabelClass:hover, .RadioLabelClass:hover{
	text-decoration: none;
	}
	.LabelSelected{
	background-image: url(images/check.jpg);
	background-repeat: no-repeat;
	}
	
.right p {
	display: block;
	float: left;
	margin-top: 67px;
	color: #678891;
	font-size: 13px;
	font-weight: 600;
	margin-left: 45px;
}
.right a {
	color: #678891;
	text-decoration: underline;
}
.right a:hover {
	color: #333333;
	text-decoration: underline;
}
