﻿body,h1,h2,h3,h4,h5,h6,address,blockquote,dd,dl,hr,form,input{margin:0;padding:0;}
body{font-family:arial, verdana, helvetica, sans-serif;font-size:13px;}
body {
    margin: auto;
    background: url("images/login-bg.jpg") repeat scroll 0 0 #10A5D3;
    color: #444444;
}
p {
    margin: 0 0 20px;
}
.footer-wrapper { text-align: center; }
.container { position: relative; width: 100%; margin: 0 auto; padding: 0; }
.login-form-bg {
    width: 370px;
    height: 248px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    margin: 150px auto 0;
    background: url(images/login-form-bg.png) top left;
    padding: 8px 0 0 8px;
}

.login-form-bg form {
    width: 360px;
    height: 239px;
    background: #fff url(images/login_bg_form.jpg) repeat-x top left;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0px 1px 3px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 1px 3px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 3px 2px rgba(0,0,0,0.1);
}
.login-form-bg form h2 {
    background: url(Images/authentication.png) center left no-repeat;
    font-size: 14px;
    font-weight: bold;
    color: #555555;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-shadow: 0 1px 0 #fff;
    filter: dropshadow(color=#fff, offx=0, offy=1);
    line-height: 45px;
    margin-bottom: 24px;
    margin-left: 25px;
    padding-left: 40px;
    text-transform: uppercase;
}
input[type="text"], input[type="password"]{
	box-shadow: 0px 0px 0px 4px #f2f5f7;
	width: 260px;
	height: 33px;
	padding: 0 10px 0 10px;
	margin: 0 auto;
	color: #aeaeae;
	border: 1px solid #bec2c4;
}
input[type="text"]:focus, input[type="password"]:focus{
	box-shadow: 0px 0px 0px 4px #e0f1fc;
	border:1px solid #7dc6dd;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
    border: 1px solid #ccc;
    outline: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #777;
    max-width: 100%;
    display: block;
    background: #fff;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
    border: 1px solid #aaa;
    color: #444;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
    box-shadow: 0 0 3px rgba(0,0,0,.2);
}
input[type="checkbox"] {
	vertical-align: middle;
}
input[type="submit"] {
	background:url(images/login.png) no-repeat;
	width:82px;
	height:32px;
	border:0px;
	float: right;
	margin-right: 24px;
}
input[type="submit"]:hover {
	background:url(images/login_hover.png) no-repeat;
	width:82px;
	height:32px;
	border:0px;
}
input[type="submit"]:active {
	background:url(images/login_active.png) no-repeat;
	width:82px;
	height:32px;
	border:0px;
}	
label {
	display: inline;
	margin-left: 24px;
	vertical-align: middle;
}
label span {
	color: #555555;
	font-size: 12px;
}
.notice {
	width: 100%;
	background: #fff;
	border-bottom: 4px solid #eaeff3;
	color: #e34848;
	position: fixed;
	top: 0;
	font-size: 14px;
	font-weight: bold;
	height: 45px;
	-moz-box-shadow:0px 0px 3px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 0px 3px 1px rgba(0,0,0,0.3);
	box-shadow:0px 0px 3px 1px rgba(0,0,0,0.3);
}
.notice .validation-summary-errors {
	text-align: center;
	line-height: 45px;
}
.notice a.close {
	width: 9px;
	height: 9px;
	float: right;
	background: url(images/close.png) no-repeat top left;
	text-indent: -9999px;
	margin-right: 15px;
	margin-top: 20px;
}
.notice a.close:hover {
	background: url(images/close-hover.png) no-repeat top left;		
}
ul, ol { margin-bottom: 20px; }
ul { list-style: none outside; }
ol { list-style: decimal; }
ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside; }
ul ul, ul ol
ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
ul ul li, ul ol li
ol ol li, ol ul li { margin-bottom: 6px; }
li { line-height: 18px; margin-bottom: 12px; }
ul.large li { line-height: 21px; }
li p { line-height: 21px; }