body,td {
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
}
td{
	vertical-align: top;
}
#main {
	background: #D8E1F3 url(images/main.gif);
	padding: 5px;
	text-align: left;
	vertical-align: top;
}
#buttons{
	background: #D8E1F3 url(images/buttons.gif);
	padding: 7px 5px 0px 5px;
	text-align: right;
	vertical-align: middle;
}
#title {
	background: url(images/title.gif) top;
	text-align: right;
	padding: 0px 10px 0px 0px;
	font-weight: bold;
	font-size: 10pt;
	line-height: 42px;
}
h2 {
	margin: 5px 0 0 0;
	font-size: 10pt;
	font-weight: bold;
}
h3 {
	margin: 5px 0 0 0;
	font-size: 8pt;
	font-weight: bold;
}
p,form {
	margin: 0;
}
ul {
	margin: 3px 0 3px 0;
}
pre {
	border: 1px solid #808080;
	margin: 3px;
	padding: 3px;
	background: #EDF3FF;
}

.formPage input {
	font-size: 7pt;
	color: #000000; 
	border: #cccccc 1px solid;
	background: #ffffff;
}
input.err, select.err {
	font-size: 7pt;
	border: #FF0000 1px solid;
}
.formPage select {
	font-size: 7pt;
	color: #000000;
}
.longDescription {
	visibility: hidden;
	display: none;
}
.smallDesc {
	font-size: 7pt;
	line-height: 1.5;
	color: #4D68A1;
}
div.err, span.err {
	margin: 5px;
	padding: 3px 3px 2px 3px;
	color: #FF0000;
	background: #EDF3FF;
	border: #cccccc 1px solid;
	text-align: left;
}
div.err {
	padding: 3px;
}
div.err img, .msg img {
	margin: 3px 7px 3px 3px;
	float: left;
}
.msg {
	padding: 3px;
	color: #0000FF;
	background: #EDF3FF;
	border: #cccccc 1px solid;
	text-align: left;
	vertical-align: top;
	height: 28px;
}
span.req{
	margin-left: 3px;
	color: #FF0000;
	font-weight: bold;
}