.form_input {
	border-width: 2px;
	border-color: #555;
	border-style: solid;
}


select.form_input {
	border-width: 2px;
	border-color: #555;
	border-style: solid;	
}


.form_input_incomplete {
	border-width: 2px;
	border-color: #55F;
	border-style: solid;
}

label.submit {
	font-family: Arial, sans-serif;
	color: #FFF;
}

tr.submit_row {
	background-color: #009;
}

fieldset.submit_form {
	/*position: relative;*/
	/* width: 80%; */
	/* left: 30px; */
	/* top: 95px; */
}


label.form_text {
	font-family: Arial, sans-serif;
	font-size: 85%;	
}

label.form_text_left {
	font-family: Arial, sans-serif;
	font-size: 70%;	
	text-align: left;
}

a.form_text {
	font-family: Arial, sans-serif;
	font-size: 85%;	
}

a#link_image {
	border-style: none;
}


/* The headers between each sub-section of a form */
div.form_divider {
	background-color: #AAA;
	color: #FFF;
	font-family: Arial, sans-serif;
	font-size: 80%;
	text-indent: 5px;
	margin: 10px 0px 10px 0px;
	height: 25px;
}

.clear {
	overflow: hidden;
	width: 100%;
}

table.form_table {
	margin-top: 10%;
}

label.form_text {
	font: 75% "Trebuchet MS", Verdana, sans-serif;
	text-align: left;
	font-weight: bold;
}

label.form_text_descriptor {
	text-align: right;
	font: 75% "Trebuchet MS", Verdana, sans-serif;	
}


/* FORM BUTTON */
a.button {
	background: transparent url('/images/bg_button_a.png') no-repeat scroll top right;
	color: #444;
	display: block;
	float: left;
	font: normal 12px arial, sans-serif;
	height: 24px;
	margin-right: 6px;
	padding-right: 18px;
	text-decoration: none;
}

a.button span {
	background: transparent url('/images/bg_button.png') no-repeat;
	display: block;
	line-height: 14px;
	padding: 5px 0 5px 18px;
}

a.button:active {
	background-position: bottom right;
	color: #000;
	outline: none;
}

a.button:active span {
	background-position: bottom left;
	padding: 6px 0 4px 18px;	
}

input {
	font: normal 12px arial, sans-serif;		
}

input:focus {
	background: #DDD;
	font: normal 12px arial, sans-serif;	
}

select {
	font: normal 12px arial, sans-serif;
}

div#download_form {
	background-color: #CCC;
	width: 140px;
	height: 195px;
	padding: 10px;
	
}

div#download_form_text {
	font-size: 70%;
	font-style: normal;
	font-family: Arial, sans-serif;
	
}

label#download_form {
	font-size: 65%;
	font-style: normal;
	font-family: Arial, sans-serif;
	
}

.btn_download {
	border: 0px;
}









































