body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
h1, .welcome {
	font-size: 24px;
	color: #636E75;
	margin-top: 0px;
	margin-bottom: 20px;
}
a, a:visited, a b {
	color: #38B0E3;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
#container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#header {
	height: 90px;
	margin-bottom: 7px;
	padding-bottom: 4px;
	position: relative;
	z-index: 99;
	border-bottom: 1px solid #EEE;
}
#logo {
	position: absolute;
	top: 25px;
	left: 15px;
	font-size: 30px;
	font-weight: bold;
}
#content {
	min-height: 400px;
	margin-bottom: 25px;
}
.button {
	display: inline-block;
	padding: 5px 15px;
	background: #38B0E3;
	color: #FFF;
	text-decoration: none;
	border-radius: 5px;
}
.button:hover {
	background: #000;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 7px;
	font-weight: bold;
}
table.list tbody td {
	padding: 7px;
}
.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
.form tr td:first-child {
	width: 150px;
	font-weight: bold;
}
.form td {
	padding: 5px;
}
.warning {
	background: #FFD1D1;
	border: 1px solid #F8ACAC;
	padding: 10px;
	margin-bottom: 15px;
}
.success {
	background: #E4FDCF;
	border: 1px solid #D9EFA8;
	padding: 10px;
	margin-bottom: 15px;
}
