a:visited { text-decoration: none; color: #000000;}
a:link { text-decoration: underline; color: #4E3EAE;}
a:hover { text-decoration: none; color: #CCCCCC;}

* {
	margin: 0;
	padding: 0;
}

html,body{
	height: 100%;
}

body {
	background: url(img/regions-light.png) no-repeat center;
	font: 13px sans-serif;
	color:#333;
}

input {
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #CCCCCC;
    width: 97%;
    margin-top: 3px;
}

#container{
	width: 100%;
	height: 100%;
}

#regions{

}

.topspacer {
	height: 25%;
}

.logoContainer {
    text-align: center;
}

.logo {
}

.brand {
    margin-right: -80px;
}

#login{
    text-align: center;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #CCCCCC;
}

#main {
	width: 190px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: 0px solid;
}

.error{
	background: url('img/exclamation.png') no-repeat 8px 8px;
	padding-top: 10px;
	padding-left: 26px;
	padding-bottom: 3px;
	color: #ff0000;
}