@charset "windows-1252";

body {
	font-family: Arial;
	font-size: 9pt;
}

#column2 input.text[readonly], #column2 textarea.textarea[readonly], #column2 select.select[readonly] {
	color: #000000;
	width: 100%;
}

#column2 span.info {
	font-size: 8pt;
}

#column2 div.error {
	margin-bottom: 10px;
	border: 1px solid #ff0000;
	color: #ff0000;
	padding: 10px;
}

#column2 input.short {
	width: 144px;
}

#column2 input.antispam {
	width: 100px;
}

#footerlinks {
	padding-top: 10px;
}

#footerlinks table {
	padding-left: 18px;
	width: 100%;
}

#footerlinks table td {
	vertical-align: top;
	text-align: left;
}

#footerlinks ul {
	list-style: none;
	padding: 0px;
}

