@CHARSET "ISO-8859-1";

html {
	background-color: #CCCCCC;
}

body {
	border: 1px solid #888888;
	background-color: #ffffff;
	padding: 20px;
	width: 680px;
}

h1 {
	font-family: "Verdana", "Arial", sans-serif;
	font-size: 12pt;
}

h2 {
	font-family: "Verdana", "Arial", sans-serif;
	font-size: 12pt;
	font-style: italic;
	color: #223399;
}

img.left {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

img.right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

table.payment {
	border-collapse: collapse;
}
table.payform {
}
table.payform th {
	text-align: left;
	width: 120px;
}
td.payflds {
	width: 400px; 
} 
input.regcode {
	width: 220px;
}
input.voucher {
	width: 220px;
}
input.name {
	width: 220px;
}
input.email {
	width: 220px;
}

p.errh {
}
img.errh {
	vertical-align: middle;
	margin-right: 8px;
}
p.err {
	font-family: "Courier New", "Courier", fixed;
	font-size: 10pt;
	margin-left: 50px;
	color: #CC0000;
}


p.email {
	font-family: "Courier New", "Courier", fixed;
	font-size: 10pt;
}
img.email {
	vertical-align: middle;
	margin-right: 8px;
}

p.visit {
	font-family: "Verdana", "Arial", sans-serif;
	font-size: 10pt;
}
img.visit {
	vertical-align: middle;
	margin-right: 8px;
}

p.trans {
	font-family: "Courier New", "Courier", fixed;
	font-size: 10pt;
	margin-left: 50px;
	color: #0000CC;
}

p.regcode {
	font-family: "Courier New", "Courier", fixed;
	font-size: 10pt;
	margin-left: 50px;
	color: #00CC00;
}

p.expired {
	color: #FF0022;
	font-style: italic;
}

input#promobtn {
	font-size: 8pt;
}
