@charset "utf-8";
/* CSS Format Document */

/* 
File: format.css
Author: fitzairfridge.com
Updated: 20080307
*/


/* Define fonts */

.header-text1 {
	clear:both;
	background: url(../images/payload/ice.png)  0 2px no-repeat;
	height: 15px;
	font-size: 1.4em;
	font-weight: bold;
	color: #0f1a8d;
	padding: 3px 0 10px 30px;
	margin-left: 6px;
}

.header-text2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	margin-bottom: -10px;
}

.header-text3 {
	height: 15px;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
	margin-left: 6px;
}

.text3{
	font-size: 1em;
	margin: 0 6px;
	padding-bottom: 10px;
	color:#000000;
}

/* Define underline */		

a:link {text-decoration: none; color:#0f1a8d;}
a:visited {text-decoration: none; color:#0f1a8d;}
a:active {text-decoration: none}
a:hover {text-decoration: underline; color:#000000;}

a.footer-container:link {text-decoration: none; color:#ffffff;}
a.footer-container:visited {text-decoration: none; color:#ffffff;}
a.footer-container:active {text-decoration: none}
a.footer-container:hover {text-decoration: underline; color: #ffffff;}


/** FORMS **/
.input-box {
	width: 600px;
	float: left;
	padding: 0.1em 0;
}

#submit-box {
	padding: 5px 0 15px 115px;

}	
	
label {
	width: 110px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	font-size:0.9em;
	display: block;
}

.input name {
	color: #333333;
	font-size:0.9em;
	background: #FFFFFF;
	border: 1px solid;
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
}

.input type {
	color: #333333;
	font-size:0.9em;
	background: #FFFFFF;
}	

.input option {
	color: #333333;
	font-size:0.9em;
	background: #FFFFFF;
	border: 1px solid;
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
}

.textarea {
	color: #333333;
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background: #FFFFFF;
	border: 1px solid;
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
}