body{
	background:url(../images/bg_body.png) repeat;
	margin:0px auto;
	font-family:font-family:'proximanova-regular-webfont', Helvetica, sans-serif;
}
input:focus{
	border:1px solid #000;
	box-shadow: 0px 0px 3px #666;
}
p{font-family:'proximanova-regular-webfont', Helvetica, sans-serif;margin:0px;}
a{font-family:'proximanova-regular-webfont', Helvetica, sans-serif;margin:0px;text-decoration:none; color:#fff;font-size:13px;}
a:hover{color:#000;}
.wrapper{
	width:970px;
	margin:0px auto;
	/*background:url(../images/bg970.jpg) no-repeat;
	min-height:970px;*/
}
.dummydiv{
	width:100%;
	height:120px;
	float:left;
}
.loginbox{
	width:100%;
	height:600px;
	margin-top:30px;
	float:left;
}
#clear{
	clear:both;
}
.logoimg{
	margin:0px auto;
	width:240px;
	margin-top:12px;
}
.logoBG{
	width:75%;
	margin:auto;
	padding-bottom:12px;
	background:#ccc;
	background:linear-gradient(#F1F1F1, #BBBBBB);
	background:-webkit-linear-gradient(#F1F1F1, #BBBBBB);
	background:-ms-linear-gradient(#F1F1F1, #BBBBBB);
	background:-o-linear-gradient(#F1F1F1, #BBBBBB);
	background:-moz-linear-gradient(#F1F1F1, #BBBBBB);
	margin-top:20px;
	box-shadow:inset 0px 1px 2px #fff;-moz-box-shadow:inset 0px 1px 2px #fff;-ms-box-shadow:inset 0px 1px 2px #fff;-o-box-shadow:inset 0px 1px 2px #fff;-webkit-box-shadow:inset 0px 1px 2px #fff;
	border:1px solid #ccc;
	border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;-webkit-border-radius:5px;
}
.logtext input[type="text"]{
	width:600px;
	height:42px;
	color:#666;
	border:none;
	padding-left:50px;
}
.logtext input[type="password"]{
	width:600px;
	height:42px;
	color:#666;
	border:none;
	padding-left:50px;
}
.logtext input[type="submit"]{
	width:648px;
	height:50px;
	color:#fff;
	cursor:pointer;
	position:relative;
	border:none;
	background:#35363b;
	font-size:16px;
	border:1px solid #35363b;
	box-shadow:inset 0px 1px 1px #747474;-moz-box-shadow:inset 0px 1px 1px #747474;-ms-box-shadow:inset 0px 1px 1px #747474;-o-box-shadow:inset 0px 1px 1px #747474;-webkit-box-shadow:inset 0px 1px 1px #747474;
	border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;-webkit-border-radius:3px;
	transition:all ease-in-out .3s;
}

.logtext input[type="submit"]:hover{
	background:#6C6C6C;
	color:#000;
	border:1px solid #aaa;
	box-shadow:none;
	text-shadow:0px 1px 1px #ddd;
}
.logtext{
	width:90%;
	margin-left:38px;
	padding-top:30px;
}
.emailadd{
	background:url(../images/login/email.png) no-repeat #fff 10px 13px;
}
.passwordadd{
	background:url(../images/login/password.png) no-repeat #fff 10px 9px;
}
.logoshdw{
	width:716px;
	height:35px;
	background:url(../images/login/shadelogin.png) no-repeat;
	margin:auto;
}

.shakelog{
	-webkit-animation: shake 0.5s;
	-moz-animation: shake 0.5s;
	animation: shake 0.5s;
}

/* From Dan Eden's animate.css: http://daneden.me/animate/ */
@-webkit-keyframes shake {
	0%, 100% {-webkit-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);}
}

@-moz-keyframes shake {
	0%, 100% {-moz-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-moz-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-moz-transform: translateX(10px);}
}

@keyframes shake {
	0%, 100% {transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
	20%, 40%, 60%, 80% {transform: translateX(10px);}
}
#footer{
	width:100%;
	margin-top:30px;
}
#footer p{
	font-size:13px;
	font-family:'proximanova-regular-webfont', Helvetica, sans-serif;
	text-align:center;
	line-height:16px;
}
.forgtpass{
	float:right;
	padding-top:8px;
	margin-right:40px;
	color:#666;
}
.constlic{
	color:#000;
	font-weight:bold;
}
.constlic:hover{
	color:#666;
}
.emailerror {
    color: #F06C6C;
    float: left;
    font-size: 14px;
    margin-bottom: 4px;
    padding-left: 40px;
    padding-top: 6px;
}




























