* {
	margin:0;
	padding:0;
}

/* General Style Info */
body {
	background: #fff;
	color: #fff;
	font-family:arial;
	font-size:11px;
}
a {
	color: #e46a1c;
	text-decoration: underline;
	font-size:12px;
}
a:hover {
	text-decoration:none;
	font-size:12px;
}
a img {
	border:none;
	margin:0 30px;
}

p {margin:37px 39px;}

ul.inline {
	list-style:none;
	text-align:center;
	padding:5px 26px;
}
ul.inline li {display:inline; padding:0 5px;}
.sitemap {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:135px;
	margin-left:-250px;
	width:500px;
}

ul.spanul{padding:0 26px;}

/* Layout */
#container {
	width:1004px;
	min-height:633px; 
	background:url(../img/bg_body_login.jpg) no-repeat;
}
#login {
	width:500px;
	height:341px;
	text-align:left;
	background:url(../img/bg_login.png) no-repeat;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-150px;
	margin-left:-250px;
	color:#666;
}

#flashMessage {height:15px;width:300px;text-align:left;padding-left:30px;}
.register #flashMessage {height:15px;width:300px;text-align:left;padding-left:40px;padding-top:5px;}

/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 65%;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-170px;
	margin-top:5px;
}
form.register{margin-left:-225px;margin-top:-130px;width:92%;}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: 0px 5px 0px 15px;
	vertical-align: text-top;
}
form.register div {margin-bottom:5px;}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	width:92%;
	text-align:right;
}
label {
	float:left;
	width:30%;
	display: block;
	font-size: 90%;
	font-weight:bold;
}
input, textarea {
	clear: both;
	font-size: 85%;
	color:#444;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 0px;
	width: 60%;
	background:#fefefe;
	border-top:1px solid #aaa;
	border-bottom:1px solid #dfdfdf;
	border-left:1px solid #aaa;
	border-right:1px solid #dfdfdf;
	padding:1px 5px;
} 
select {
	clear: both;
	font-size: 90%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 90%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 90%;
	width: auto;
	vertical-align: bottom;
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 100%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
	display:none;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}
