

.formbox {
	border: 2px groove; 
	font-size: 8pt; 
	background-color: #fff; 
	color: #000000; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif
}
.formbut {
	border: 2px outset; 
	font-size: 8pt; 
	background-color: #dddddd; 
	color: #000000; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif
}

body {
	font-size:12px;
	}

img {border: 0;}

#form {
	width:392px; /* widths of columns will scale proportionately as this width is changed */
	margin-left:auto;  /* centers max'd layout in browser */
	margin-right:auto; /* centers max'd layout in browser */	
	background-image:url(../images/bg_tan.png);
	border: 3px solid #f2f0a4;
	margin-top:15px;
	font-size: 12px;
	color: black;
	}

#banner {
	height: 140px;
	text-align: center;
	}

#both {
	text-align: center;
	width:380px;
	font-size:12px;
	padding-top: 10px;
	color: black;
	}

#left {
	float:left;
	width:147px;
	text-align:right;
	line-height:1.6em;
	padding-right: 5px;
	}

#right {
	float:right;
	width:223px;
	text-align:left;
	padding-left: 5px;
	}

#bottom {
	clear:both;
	}
