body{
	background:rgb(45,62,80);
}
form{
	width:560px;
	height:400px;
	border-radius:4px;
	background:#fefefe;
	margin:100px auto 50px auto;
}
.form-img{
	width:100%;
	height:60px;
	text-align:center;
	padding:15px 0;
}
.form-img img{
	max-height:60px;
}
form h3{
	width:100%;
	text-align:center;
	color:#515151;	
}
form h4{
	width:94%;
	margin:3% 0 0 3%;
	text-align:center;
	color:#515151;
	font-weight:normal;
	font-style:italic;	
}
form table{
	width:400px;
	height:100px;
	margin:30px auto 0 auto;
	border-collapse:collapse;
	background:#f8f8f8;
	color:#515151;	
}
form table td{
	border:1px solid #cecece;
	line-height:50px;
}
form input[type=text],form input[type=password]{
	height:50px;
	width:256px;
	margin:0;
	padding:0 7px;
	background:rgb(45,62,80);
	background:rgba(45,62,80,0.25);
	border:none;;
}
form input[type=submit]{
	background:#e48425;
	border:2px solid #e48425;
	border:none;
	padding:0;
	margin:10px 80px 0 0;
	float:right;
	width:180px;
	height:45px;
	display:block;
	font-weight:700;
	color:#fefefe;
	font-size:16px;
	transition:ease 0.25s;
	cursor:pointer;
}
form input[type=submit]:hover{
	background:#fefefe;
	color:#e48425;
	border:2px solid #e48425;
}
#errorMsg{
	padding-top:8px;
	width:400px;
	margin:0 80px;
	height:40px;
	line-height:20px;
	float:left;
	font-size:14px;
	font-weight:700;
	color:#F00;
}
.success{
	color:#090 !important;	
}
#loginLinks{
	width:200px;
	margin:0 0 0 80px;
	height:50px;
	line-height:25px;
	padding-top:10px;
	float:left;
	font-size:14px;	
}
#loginLinks a{
	color:#717171;	
}
#loginLinks a:hover{
	text-decoration:underline;
}
