body {
 margin:0px;
 padding:0px;
}

h1 {
 background:#FFFFFF url("/style3/header.png") no-repeat;
 width:750px;
 height:72px;
 margin:0px auto;
}

div#container {
   width:750px;
   min-height:600px;
   height:auto;
   clear:both;
   margin:5px auto 0px auto;
}

h2 {
  font-size:20px;
  color:#FFFFFF;
  font-family:sans-serif;
  border-left:20px solid #FF6600;
  background:#336699;
  margin:10px auto;
  width:750px;
}

div#footer {
  clear:both;
  width:750px;
	height:72px;
  margin:0px auto;
  text-align:center;
	color:#FFFFFF;
	background:url("/style3/footer.png") repeat-x;
	line-height:400%;
	font-size:11px;
}
/* tables for login form */
table#registform {
 width:600px;
 border:1px solid #333333;
 border-collaplse:collapse;
 margin:20px auto;
}

table#registform td {
 margin:2px;
 border:1px solid #333333;
 border-collapse:collapse;
}

table#registform th {
 margin:2px;
 border:1px solid #333333;
 border-collapse:collapse;
}
/* display error messages */
p.error {
 margin:0px;
 font-size:14px;
 font-weight:bold;
 color:#CC0000;
}
