html, body, div, span, object, iframe, blockquote, pre, a, abbr, acronym, address, cite, code, del, em, img, ins, strong, sub, sup, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}
html, body {
	height:100%;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	color:#414042;
	background-color:#d1d3d4;
	padding:0;
	font-size:12px;
}
#wrapper {
	width:780px;
	margin:0 auto;
	background-color:#FFFFFF;
	padding:30px;
	overflow:hidden;
}
#header {
	padding:0 0 30px 0;
	position:relative;
	height:60px;
}
#logo {
	position:absolute;
	top:0;
}
#logout {
	position:absolute;
	top:0;
	right:0
}
#bar {
	background-color:#CC3300;
	padding:10px;
	margin-bottom:20px;
	text-align:center;
}
#bar a {
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	margin:0 5px;
	padding:5px 10px 10px 10px;
}
.selectedtab{
	text-decoration:none;
	color:#333;
	font-weight:bold;
	margin-right:5px;
	background-color:#FFFFFF;
	padding:5px 10px 10px 10px;
}
td {
	padding:10px;
	background-color:#EFEFEF;
}
th {
	padding:10px;
	background-color:#FF6600;
	color:#FFF;
}
.notification {
	background-color:#F7F7F7;
	padding:10px;
	border: 1px dashed #E5E5E5;
	margin-bottom:20px;
}
.notification2 {
	background-color:#FFF;
	padding:10px;
	border: 1px solid #E5E5E5;
}
.submit {
text-decoration:none;
	padding:3px;
	background-color:#cc3300;
	border:1px solid #d1d3d4;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
	margin-top:10px;
}
select{width:200px;}
h3{font-size:12px; margin:5px 0;}

#login {
	position:absolute;
	left:50%;
	top:50%;
	width:280px;
	height:180px;
	margin-left:-190px;
	margin-top:-140px;
	padding:50px;
	background-color:#FFFFFF;
	text-align:left;
}
.loginField {
	width:280px;
}
.whitelink{
color:#FFFFFF; font-weight:bold;
}