/*
dark: #009DDC;
mid: #009DDC;
light:#eeeeee;

*/
* {
  margin: 0;
  padding: 0;
}

body {
	background-color: #fff;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	color: #fff;
}

img {
border: 0;
width: 8px;
}
#info_message {
	padding: 10px;
	margin: 5px 0 5px 0;
	border: 1px solid;
	border-color: #FF9900;
	background-color: #F8C67B;
}

#info_message img {
	float: left;
	padding: 0 10px 0 0;
}

#info_message p {
	color: #0084B4;
	float: left;
}

#info_message_footer {
	clear: both;
}

#errors {
	float: left;
	color: #ff0000;
	font-size: 0.71em;
}

#errors li {
	list-style: none;
}

#horizon {
background-color: #fff;
position: absolute;
top: 50%;
left: 0px;
width: 100%;
margin-top: -200px;
text-align: center;
min-width: 400px;
height: 500px;
}

#wrapper {
margin: 0px auto;
background-color: #fff;
position: relative;
text-align: left;
width: 400px;
height: 301px;
border: 1px solid #0084B4;
}

#loginheader {

	height: 120px;
	width: 400px;
	background-color: #0084B4;
  text-align: center;
}

#loginheader h1 {
  font-size:3em;
  color: #fff;
  padding: 20px 0 0 0;
}

#loginheader h2 {
	font-size: 1em;
	color: #FFF;
  padding: 5px 0 0 0;
	
	}

#loginNav {
	background-image: url(/themes/default/graphics/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #0084B4; 
	height: 120px;
	float: left;
	clear: none;
	width: 400px;
}

#login_main {
        height: 145px;
        width: 364px;
	background-color: #fff;
        margin-top: 17px;
        margin-left: 17px;
  text-align: right;
}


#input_fields {
  width: 260px;
  float: right;
  margin-right: 10px;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #ffffff;
}

#footer{
	margin-top: 20px;
	color: #333333;
	text-align: center;
	font-size: 0.6em;
}

label {
  width: 74px;
  margin-top: 22px;
  float: left;
  text-align: right;
  font-size: 0.7em;
  font-weight: bold;
  color: #0084B4;
}

input {
  width: 240px;
  border: 1px solid #ccc;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 0.7em;
  color: #000;
}

#password {
  margin-top: 16px;
}

.submit {
  margin-top: 10px;
  color: #000;
  font-size: 0.7em;
  background-color: #ffffff;
}

#actions {
  width: 218px;
  margin-left: 85px;
  margin-top: 10px;
  font-size: 0.6em;
  color: #0084B4;
}

* html #actions {
  margin-right: 55px;
}

#actions img {
  display: none;
}


a {
  color: #0084B4;
  text-decoration: none;
}

a:hover {
  color: #0084B4;
  text-decoration: underline;
}


#flash {
  color: #0084B4;
  font-size: 11px;
  text-align: center;
}

#flash ul {
  list-style: none;
}

