@charset "UTF-8";
/* CSS Document */

/* APPLICATION FORM */
.app_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	color: #8b8b8b;
}
h1 {
	font-size:14px;
	line-height:18px;
	margin:0 0 5px 0;
}
h2 {
	font-size:12px;
	line-height:12px;
	margin:0 0 5px 0;
	color: #ffffff
}
.form-container {
	border-top:1px solid #1e1e1e;
	padding:15px;
	background: #011B35;
}
.form-container td {
	width:262px
	padding:0 0 10px 0;
}
.ieinputwidth {
	width:240px;
	#margin-left:-10px;
}
.inputwidth {
	width:240px;
}
.form-left {
	width:262px;
	font-size:10px;
	line-height:11px;
	color: #FFFFFF;
	display: block;
	float:left;
}
.form-right {
	width:262px;
	font-size:10px;
	line-height:11px;
	color: #FFFFFF;
	display:block;
	float:right;
}
input, select, submit {
	font-family: Arial;
	font-size: 11px;
	color: #1e1e1e;
	margin:3px 0 0 0;
	padding:2px;
	border: 1px solid #1e1e1e;
}

