/* forms.css */
/* last updated May 2007 */ 

/* FORM CSS  */

.pageformsubmit {
	line-height: 100%; 
	margin: 0; 
	padding: 3px 3px 0 0;
	margin-bottom: 5px;
	min-width: 550px;
	}

.formline {
	clear: both;
	padding: 3px 3px 3px 10px;
	text-align: left;
	font-size: 1.2em;
	}

.buttonline {
	clear: both;
	padding: 3px 3px 3px 10px;
	text-align: left;
	margin: 50px 0 0 85px;
	}

.formline span.label {
	float: left;
	width: 200px;
	padding: 3px 3px 3px 0;
	text-align: right;
	font-weight: bold;
	white-space: nowrap;
	}

.formline span.labelreq {
	float: left;
	width: 200px;
	padding: 3px 3px 3px 0;
	text-align: right;
	font-weight: bold;
	white-space: nowrap;
	}

.reqmark {
	margin-left: 5px;
	padding-bottom: 5px;
	color: #bb0000;
	font-size: 18px;
	}

.formline span.field {
	float: left;
	width: 300px;
	margin-left: 10px;
	text-align: left;
 	}

.formline span.displaytext {
	float: left;
	width: 300px;
	margin: 3px 0 0 10px;
	text-align: left;
 	}

.formline span.fieldfw {
	padding: 3px 3px 3px 0;
	font-weight: bold;
	text-align: left;
	}


input.submitgold5 {
	border: 3px double #d8c402;
	border-left-color: #f9e858;
	border-top-color: #f9e858;
	margin: 5px 5px 5px 0;
	color: black;
	height: auto;
	text-decoration: underline;
	font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding: 0.1ex 0;
	cursor: pointer;
	background: #ffcc16;
	text-decoration: none;
}

input.submitred1 {
	border: 3px double #bd0000;
	border-left-color: #cf0000;
	border-top-color: #cf0000;
	margin: 5px 5px 5px 0;
	color: white;
	height: auto;
	text-decoration: underline;
	font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	padding: 0.1ex 0;
	cursor: pointer;
	background: #b30000;
	text-decoration: none;
}

input.submitwhite {
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	margin: 5px 5px 5px 0;
	color: black;
	height: auto;
	text-decoration: underline;
	font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	padding: 0;
	cursor: pointer;
	background: #efefef;
	text-decoration: none;
}

input.submitgray4 {
	border: 3px double #999;
	border-left-color: #bbb;
	border-top-color: #bbb;
	margin: 5px 5px 5px 0;
	color: black;
	height: auto;
	text-decoration: underline;
	font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	padding: 0.1ex 0;
	cursor: pointer;
	background: #ddd;
	text-decoration: none;
}


input.submitblue {
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	margin: 5px 5px 5px 0;
	color: white;
	height: auto;
	text-decoration: underline;
	font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding: 0.1ex 0;
	cursor: pointer;
	background: #000099;
	text-decoration: none;
}

.left {
	float: left;
}




