/* CSS Document */

#ContactHeader {
	font-family: Trebuchet, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
	text-transform:uppercase;
}

#ContactInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222;
	line-height: 1.5;	
}
#ContactIntro {
	margin-bottom: 0px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222;
	line-height: 1.5;
	border-bottom: 1px dotted #666;	
}
#ContactForm {
	
}
.ContactInput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	width: 300px;
	border: 1px solid #7f9db9;
}

.BoxHover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	width: 300px;
	border: 1px solid #CC3300;
}
.BoxHoverSm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	width: 145px;
	border: 1px solid #CC3300;
}
.ErrorMsg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #EE0000;
	padding: 5px;
}

/* FIGHTER FORM */
#FighterForm, #StandardForm {margin-top: 10px;}