.Fontstyle {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.FontstyleB {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #black;
}
.Fontstyle10 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #fff600;
}
.Fontstyle11 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #7dd7ff;
}
.Fontstyle2 {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.Fontstyle6 {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.FontstyleHeading {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #80FFFF;
}
.Fontstyle3 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFF99;
}
.Fontstyle7 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;

}
.Fontstyle4 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #fff600;
}
.Fontstyle5 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #93eeff;
}
.Fontstyle12 {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.Fontstyle13 {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #ff0000;	
}
.Fontstyle14 {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
.Fontstyle15 {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
.Fontstyle14blk {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.style7 {font-family: Arial, Helvetica, sans-serif}
.style8 {font-size: 11px; font-family: Arial, Helvetica, sans-serif; }
.style10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.style11 {font-size: 12px}

<!-- ------------------------------------------------------------------>
.formheading {background-color:#63F;  color:FFF; font-size:18px; font-weight:bold; text-align:center; }

.formwrap {width:100%; padding-bottom:10px;/*background-color:#06C;*/}

.formbox {width:95%; /*background-color:#C69;*/ }

.formtop {width:100%; /*background-color:#63F;*/ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#FFF;}
.formbottom {width:100%; /*background-color:#63F;*/ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#FFF;}

.formleft {width:50%; float:left; /*background-color:#000;*/ text-align:right; font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#FFF;}

.formright {width:50%; float:right; /*background-color:#fff; */text-align:left; font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#FFF;}

.formsubhead{font-size:12px; height:20px; font-weight:bold; /*text-transform:uppercase; */color:#545454; background:url(../images/subhead_back.jpg); text-align:left; width:100%; /*border-bottom:1px solid #CCC; */margin-bottom:10px; padding-top:1px;}
.submitbox {height:30px; width:100%; position:relative; clear:left;}

.note {font-size:10px; color:#FFF; text-align:center;}

.formbox label {
			float:left;
			width:40%;
			text-align:right;
			margin-right:10px;
			color:#fff;
			line-height:20px;	 /* This will make the labels vertically centered with the inputs */
			
			}

.formbox input{
			height:22px;
			padding:1px;
			font-size:12px;
			border:1px solid #999999;
			line-height:20px;
			}
			
.formbox .textarea {
			height:30px;
			padding:1px;
			font-size:12px;
			border:1px solid #999999;
			width:80px;
			line-height:20px;
			resize: none;
			}
/*
.formbox input:focus,
.formbox textarea:focus {
				border:1px solid #666;
				background:#e2f4ff;
				}
	*/			
.SubButtonFormat {
	background-color: #ffff99;
	color: black;
	font-family: arial;
	border: black 1px normal;
	font-weight: normal;	
	font-size: 12px;
    padding:3px;

} 