@charset "UTF-8";
/* CSS Document By S2theH Graphic Design*/

/* ==================================================
FORM STYLES
================================================== */
.submit_button {
	display: block;
	overflow: hidden;
	height: 64px;
	float: right;
	clear: both;
	color: #000;
	background:#86004f; /* MAGENTA*/
	text-transform: uppercase;
	width: 70px;
	height: 20px;
	margin-top: 10px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	font-weight: bold;
	z-index: 99;
	}
	
.submit_button:hover{
	color: #000;
	background:  #016388; /*BLUE */ 
	}
	
.form_right {
	position: relative;
	float: left;
	width: 400px;
	padding-right: 10px;
	padding-left: 2px;
	font-weight:normal;
	border: 1px solid #86004f; /* MAGENTA*/
	background: #000;
	color: #fff;
}

.form_right1 {
	position: relative;
	background-color:#000;
	color:#FFF;
	height: 24px;
	float: left;
	width: 400px;
	padding-right: 10px;
	padding-left: 2px;
	border: 1px solid #86004f; /* MAGENTA*/
}
 /*  color:#877f00; /* YELLOW */

#contact_form {
	width: 400px;
	position: relative;
	float: left;
	clear: both;
	margin-right: 10px;
}

.label_header {
	line-height: 1em;
	padding-left: 0px;
	display: block;
	position: relative;
	color: #016388; /*BLUE */
	text-transform: uppercase;
}
