@charset "utf-8";
html {
	height: 100%;
}
body{
	margin: 0;
	padding: 0;
	background: #073d51;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	min-width: 630px;
	height: 100%;
	background: url(/images/bg-body.gif);
}
img {border: none; }
.bg-form{
	position: absolute;
	background: url(/images/bg-form.png);
	width: 630px;
	
	left: 50%;
	margin-left: -315px;
	
	min-height: 780px;
	height: auto !important;
	height: 100%;
}
.bg-form a{
	color: #FFF;
}
.workarea{
	width: 490px;
	position: absolute;
	top: 50%;
	margin-left: 70px;
	margin-top: -380px;
	text-align: center;
}
.clear {clear:both;}
.logo{
	margin: auto;
	line-height: 1.5;
	color: #f2f9fc;
}
.logo a{
	color: #fd7400;	
}
.reg-form input[type="text"], .reg-form input[type="password"], .reg-form input[type="email"], .login-form input[type="text"], 
.login-form input[type="password"], .login-form select{
	background-color: #CCE2EB;
	border: 0;
	padding: 16px 20px;
	border-radius: 6px;
	margin: 10px 0;
	color: #062530;
	font-size: 15px;
}
.reg-form input[type="text"]::-webkit-input-placeholder, .reg-form input[type="password"]::-webkit-input-placeholder,
.reg-form input[type="email"]::-webkit-input-placeholder, .login-form input[type="text"]::-webkit-input-placeholder,
.login-form input[type="password"]::-webkit-input-placeholder
{
	color: #062530;
	font-weight: 300;
}
.agree, .keep-me{
	font-size: 13px;
	padding: 10px 0;
	color: #e4f1f6;
}
.agree input[type="checkbox"], .keep-me input[type="checkbox"]{
	margin: 0 10px 0 0;
	cursor: pointer;
}
.keep-me{
	text-align: left;	
}
.keep-me a.forgot{
	float: right;	
}
div#logincmd {
	display: block;
	margin: auto;
}

input[type="submit"]#signUp, input[type="submit"]#login,div#logincmd{
	width: 350px;
	height: 50px;
	padding: 0;
	border: 0;
	background: url(/images/sign-up.png);
	cursor: pointer;
	margin-top: 20px;
}
input[type="submit"]#login,div#logincmd{
	background: url(/images/login-button.png);
	height: 54px;
}
input[type="submit"]#signUp:hover, input[type="submit"]#login:hover,div#logincmd:hover{
	background-position: center;
}
.login-form #login{
	width: 410px;
	background-image: url(/images/login.png);
	background-repeat: no-repeat;
	background-position: 5% 50%;
	padding-left: 60px;
}
.login-form #password{
	width: 410px;
	background-image: url(/images/pass.png);
	background-repeat: no-repeat;
	background-position: 5% 50%;
	padding-left: 60px;
}
#Classes select {
	width: 490px;
}

.shadow {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	background-color: rgba(0,0,0,0.8);
	z-index: 100;
}
.popupWindow {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 320px;
	height: 120px;
	margin-left: -240px;
	margin-top: -100px;
	z-index: 105;
	background: url(/images/bg-popup.png) center center;
	padding: 40px 80px;
}
.popupWindow h2 {
	color: white;
	font-size: 100%;
	padding: 4px 0 4px;
}
.popupWindow .close {
	float: left;
	color: #fff;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
	width: 69px;
	padding: 7px 5px 5px;
	text-align: center;
	margin: 0 7px 0 0;
	text-decoration: none;
	-webkit-box-shadow: 0 1px 0 0 rgba(5, 46, 61, 1);
	-moz-box-shadow: 0 1px 0 0 rgba(5, 46, 61, 1);
	box-shadow: 0 1px 0 0 rgba(5, 46, 61, 1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	
	text-shadow: 0px -1px 2px #5b5b5b;
	border: 1px solid #808080;
	background: rgb(196,196,196);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(196,196,196,1) 0%, rgba(131,131,131,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(196,196,196,1)), color-stop(100%,rgba(131,131,131,1)));
	background: -webkit-linear-gradient(top, rgba(196,196,196,1) 0%,rgba(131,131,131,1) 100%);
	background: -o-linear-gradient(top, rgba(196,196,196,1) 0%,rgba(131,131,131,1) 100%);
	background: -ms-linear-gradient(top, rgba(196,196,196,1) 0%,rgba(131,131,131,1) 100%);
	background: linear-gradient(to bottom, rgba(196,196,196,1) 0%,rgba(131,131,131,1) 100%);
}

.footer {
	color: white;
	margin-top: 16px;
	font-size: 13px;
	color: #EEE;
}