body {
	background: #E5E5E5 url(/images/body_bg.gif);
	margin: 10px;
}
body, td, th, input {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
}
a {
	text-decoration: none;
	color: #E80E0D;
}
a:hover {
	text-decoration: underline;
}
h1 {
	color: #1E92E7;
	font-size: 17px;
	background: url(/images/icon_heading.gif) no-repeat 0% 50%;
	padding: 0px 0px 0px 25px;
}
.form table, table.data {
	width: 100%;
	border-style: none;
	border-collapse: collapse;
}
.form table {
	table-layout: fixed;
}
.form td, .form th, .data td, .data th {
	text-align: left;
	vertical-align: top;
	padding: 2px 0px 2px 0px;
}
.data td, .data th {
	padding: 3px 5px 3px 5px;
	border: 1px solid #7B8DA7;
}
.form th {
	width: 100px;
}
.data th {
	background-color: #4F74A8;
	color: #FFFFFF;
}
.login {
	border-top: 1px solid #C1C1C1;
	background-color: #F6F6F6;
	text-align: right;
	padding: 4px 15px 4px 15px;
	font-size: 11px;
}
