/* @override 
	http://www.gotrnova.org/login.css
*/

body {
	background-color: #e5f1d7;
	color: #78955f;
	text-shadow: white 0 -1px 0;
	font-family: Georgia;
	font-size: 14pt;
	padding: 0px;
	margin: 0px;
	background-image: url(images/img-secure.png);
	background-position: top;
	background-repeat: repeat-x;
}

#loginerrorbox {
	height: 30px;
	padding-top: 10px;
	padding-left: 20px;
	margin-bottom: 30px;

}

img {
	border: none;
}

a, a:visited {
	font: Georgia, Times, Serif;
	text-decoration: none;
	color: #ca2f92;
	text-shadow: white 0 -1px 0;
	text-align: right;
}


a:hover {
	color: #78955f;

}


#logincontent {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 120px;
}

#loginform {
	font: 30px Georgia, Times, Serif;
	color: #ca2f92;
	text-shadow: white 0 -1px 0;
}

button.loginbutton {
	font-size: 15px;
	color: whitesmoke;
	font-family: Georgia;
	background-color: #ca2f92;
	width: auto;
	padding: 10px;
	cursor: pointer;
	border: 1px solid #c5d3b4;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

button.loginbutton:hover {
	background-color: #78955f;
	border: 1px solid #78955f;
	color: #e5f1d7;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;

}

#loginmistake {
	color: #78955f;
	font-size: 12px;
	margin-top: 25px;
}

input {
	width: 200px;
	height: 30px;
	background-color: #dbebc8;
	position: relative;
	margin-top: 8px;
	border: 1px solid #7d9a63;
	font: 24px/26px Georgia, Times, Serif;
	color: #78955f;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;

	
}