
body {
background: #0CA3D0;
font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
}

p,a {
font-size:14px;
color: #404040;
font-family: Arial, Verdana, sans-serif;

}

input {
font-size:16px;
padding: 0 10px 0 30px;
margin-bottom:20px;
background-color:#F3F3F3;
width: 240px;
height: 40px;
color:#999;
border: 0;
border-radius: 5px;
-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);
box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);
}
	input#username { 
	background: url(../img/user.png) no-repeat 8px 12px; 
	}
	input#password { 
	background: url(../img/pass.png) no-repeat 8px 12px; 
	}

	input:focus {
	color:#666;
	background:#EBEBEB;
	outline: 0;
	}

button {
border-radius: 3px;
border: 0px;
padding: 10px;
color: #FFF;
border: 1px solid #464646;
cursor:pointer;
}

	button#login {
	background:#0E898F;
	}
	button#login:hover {
	background:#119ca3;
	}
	button#pwreset {
	background: #3B3B3B;
	}
	button#pwreset:hover {
	background:#585757;
	}
	
#container {
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
}

#logincontainer {
width: 340px;
margin: 0 auto;
background:#F3F3F3;
border: 1px solid #525252;
text-align: center;
padding-bottom: 15px;
position: relative;
border-radius: 3px;
-webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
}

	#logincontainer:before {
	content: '';
	position: absolute;
	top: -8px;
	right: -8px;
	bottom: -8px;
	left: -8px;
	z-index: -1;
	background: rgba(0, 0, 0, 0.18);
	border-radius: 4px;
	}

	#logincontainer h1 {
	line-height: 40px;
	font-size: 22px;
	font-weight: bold;
	color: #555;
	text-align: center;
	text-shadow: 0 1px white;
	background: #f3f3f3;
	border-bottom: 1px solid #cfcfcf;
	
	}

#copyright {
width: 350px;
height: 50px;
margin:0 auto;
margin-top: 10px;
line-height: 26px;
text-align: center;
}

#logo {
margin:0 auto;
width:350px;
height: 130px;
margin-top: 150px;
margin-bottom: 10px;
text-align:center;
}

	#logo .logo {
	
	position:relative;
	top:20px;
	
	}
	
.form {

position:relative;
top: 10px;

}

#notice {

position:relative;
height: auto;
width: 320px;
margin:0 auto;
top: 0px;
font-size: 12px;
margin-bottom: 15px;

}

	.alert {
	
	background: #f2dede;
	border: 1px solid #e2afaf;
	color: #b03535;
	line-height: 29px;
	
	}
	
	.green {
	
	background: #dff0d8;
	border: 1px solid #b0cba5;
	color: #638d51;
	line-height: 29px;
	
	}
	
	.general {
	
	background: #d9edf7;
	border: 1px solid #a9c8d7;
	color: #5e93ad;
	line-height: 29px;
	
	}
