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

body {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#container {
	width:700px;
	text-align:left;
	margin: 0 auto;
}
#middle {
	background:url(middle.jpg);
	padding:10px 30px;
}	
h1 {
	padding:0;
	font-size:22px;
	color:#FF1A00;
}
h2 {
	padding:10px;
	font-size:18px;
	color:#3F4C6B;
}

label {
	padding-left:30px;
}
/** 
* Generated by www.formstylegenerator.com 
**/

/** You can use this style for your INPUT, TEXTAREA, SELECT elements **/
.myinputstyle {
	border: 1px solid #e9e8e8;
	/** remember to change image path **/
	background: url(none) no-repeat #e9e8e8;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 16px;
	color: #454743;
}

/** You can use this style for your LABEL elements **/
.mylabelstyle {
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 16px;
	color: #000000;
}

/** 
*  You can use this style for your INPUT, TEXTAREA, SELECT elements 
*  for onmousehover event
**/
.myinputstyle:hover {
	border: 1px solid #FFFFFF;
	/** remember to change image path **/
	background: url(none) no-repeat #FFFFFF;
	color: #454743;
}

/** 
* You can use this style for your INPUT, TEXTAREA, SELECT elements 
* for onmousefocus event
**/
.myinputstyle:focus {
	border: 1px solid #FFFFFF;
	/** remember to change image path **/
	background: url(none) no-repeat #FFFFFF;
	color: #454743;
}

#mainsubmit {
	width:400px;
	height:50px;
	font-size:16px;
	font-weight:bold;
	
}