
/* GENERAL ------------------------------------------------------------------ */

/* Zero default margin & padding around common elements */
body, dd, dl, dt, h1, h2, h3, h4, h5, h6, li, ol, p, ul {
	border: 0 none transparent;
	padding: 0;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .8em;
	background-color: #996600;
}

/* PAGE CONTAINER ---------------------------------------------------------- */

#page {
	position: relative;
	text-align: left;
	top: 20px;
	width: 750px;
	height: 500px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	background-image: url(images/bgdbuff.png);
	background-position: top left;
	background-repeat: repeat-y;
	border-top: 2px solid #333333;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 2px solid #333333;
}

* html #page {
	height: 100%;
}
h1 {
	padding: 0 35px;
	font-size: 2em;
	font-weight: normal;
	color: #FFCC00;
}
.caption {
	font-size: .8em;
	color: #330000;
}

/* FORM ---------------------------------------------------------- */

form#regform {
	position: absolute;
	top: 65px;
	left: 10px;
	width: 600px;
	height: 400px;
}
#column1 {
	position: absolute;
	top: 10px;
	left: 30px;
	width: 300px;
	height: 400px;
}
#column2 {
	position: absolute;
	top: 10px;
	left: 350px;
	width: 350px;
	height: 400px;
}
fieldset {
	float: left;
	clear: left;
	width: 100%;
	height: 100%;
	padding: 0;
}
fieldset ol {
	padding: 5px 5px 0 5px;
	list-style: none;
	zoom: 1;
}
fieldset li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 5px;
}
fieldset.submit {
	float: none;
	width: auto;
	border: 0 none #FFFFFF;
}
legend {
	padding: 0px 10px 0px 10px;
	margin-left: 1em;
	color: #FFCC00;
	font-size: 1.3em;
	font-weight: bold;
}
label {
	float: left;
	width: 15em;
	margin-left: 5px;
	text-align: left;
	font-weight: bold;
	color: #FFCC00;
	padding-bottom: 5px;
}
input.textlong {
    border: 1px inset #00008B;
	width: 20em;
}
input.text {
    border: 1px inset #00008B;
	width: 10em;
}
#formfoot {
	position: absolute;
	bottom: 0px;
	right: 0px;
}