html {
	color:#777777;
	background:#f6f6f6;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
table {
	border-collapse:collapse;
	border-spacing:0
}
fieldset, img {
	border:0
}
address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:normal
}
li {
	list-style:none
}
caption, th {
	text-align:left
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal
}
a, a:hover {
	text-decoration:none;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit
}
input, textarea, select {
*font-size:100%
}

/*
Create
*/


body {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font:14px Arial, Helvetica, sans-serif;
}

a { 
	color:#00A3D3;
}

a:hover { 
	color:#00A3D3;
}


.LogOnArea {
	padding:0px 0px 0px 0px;
	margin:150px 0px 0px 0px;
	text-align:center;
}

.WebSiteLogoBox {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

.WebSiteLogo {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

.WebSiteLogo img {
	width:250px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

.LogOnBox {
	width:295px;
	background:#FFF;
	margin:40px auto 0px;
	padding:20px 20px 20px 20px;
	text-align:left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow:0 4px 10px -1px rgba(200, 200, 200, 0.7);
	-webkit-box-shadow:0 4px 10px -1px rgba(200, 200, 200, 0.7);
	box-shadow:0 4px 10px -1px rgba(200, 200, 200, 0.7);
	overflow:hidden;
}

.LogOnLabel {
	font-weight:bold;
	padding:0px 0px 0px 0px;
	margin:0px 0px 5px 0px;
}

.LogOnField input {
	background:#FBFBFB;
	width:290px;
	height:35px;
	margin:5px 0px 15px 0px;
	padding:3px 10px 3px 10px;
	border:1px solid #E5E5E5;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 1px 1px 2px rgba(200, 200, 200, 0.2) inset;
}

input[type="text"]:active, input[type="text"]:focus, input[type="password"]:active, input[type="password"]:focus {
	border:1px solid #B2B2B2;
}

.LogOnButton {
	float:right;
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
}

.LogOnButton input {
	background:#00aff0;
	margin:0px 0px 0px 0px;
	padding:5px 12px 5px 12px;
	color:#ffffff;
	font-weight:bold;
	border:none;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor:pointer;
}

.LogOnButton input:active {
	background:#00aff0;
}

.LogOnRemember {
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.RememberMe {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.LogOnForgotPassword {
        clear:both;
	margin:20px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.BackToSite {
	background:#FFF;
	width:315px;
	margin:10px 0px 0px -165px;
	padding:10px 10px 10px 10px;
	text-align:center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow:0 4px 10px -1px rgba(200, 200, 200, 0.7);
	-webkit-box-shadow:0 4px 10px -1px rgba(200, 200, 200, 0.7);
	box-shadow:0 4px 10px -1px rgba(200, 200, 200, 0.7);
	position:absolute;
	top:530px;
	left:50%;
}

.BackToSite a {
	color:#00A3D3;
}

.validation-summary-errors {
	width:100%;
	background:#000000;
	margin:0px 0px 0px 0px;
	padding:15px 0px 15px 0px;
	color:#ffffff;
	font-size:14px;
	position:absolute;
	top:0px;
}

.field-validation-error {
	margin:-20px 0px 0px -58px;
	padding:0px 0px 0px 0px;
	color:#FF1D25;
	text-align:left;
	position:absolute;
	left:50%;
}