body {
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-color: #727377;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 14px;
	color: #333333;
}
#formBox {
	position:absolute;
	left:427px;
	top:35px;
	width:660px;
	z-index:1;
}
#logo {
	position:absolute;
	left:62px;
	top:0px;
	width:201px;
	height:319px;
	z-index:2;
}

label {
	display: block;
	font-weight: bold;
}

.helpBox {
	/* background-color:#E1E1E1; 
	border: thin solid #ADADAD;  */
	font-family: Georgia, Times, "Times New Roman", serif; 
	font-size: 12px;
	font-style: italic;
	color: #666666;
	text-align: left;
}

.smallText {
	font-size: 10px;
	font-family: Georgia, Times, "Times New Roman", serif;
}


/* ---- Box Frame ---- */

.frameWrapOuter {
	float: left;
	background: url(../images/box-frame.gif) no-repeat bottom right;
	margin: 0px;
}
.frameWrapInner {
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
}
.boxContent {
	width: 560px;
	margin-left: 6px;
	background: url(../images/header-shadow.gif) top repeat-x ;
}


/* Form Elements */

input, textarea {
	background-color: #F8F8F8;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	color: #100B09;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 18px;
	border: 1px solid #CCCCCC;
	padding-left: 4px;
}

textarea {
	font-size: 14px;
}

td, tr {
	padding-top: 8px;
}
