#form {
   position: absolute;
   margin: 40px 0 0 75px;
   padding: 0;
}
#label {
   position: relative;
   display: block;
   width: 200px;
   margin: 0;
   padding: 0;
   float: left;
   font-size: 18px;
   line-height: 19px;
}
#label[fName] {
   height: 25px;
}
#input {
   position: relative;
   display: block;
   width: 350px;
   margin: 0;
   padding: 0;
   float: left;
}
#submit .button {
	background: url(image/button.png) no-repeat 0 0;
   border:none;
	width: 150px;
	height: 50px;
   padding: 0;
	margin: 10px 0 10px 75px;
    font-family: Times New Roman;
	font-size: 28px;
	font-weight: bold;
	line-height: 50px;
   color: #79bb86;
}
#submit .button:hover {
	background: url(image/button-hover.png) no-repeat 0 0;
   border: none;
	width: 150px;
	height: 50px;
   padding: 0;
   color: #579964 !important;
   cursor: pointer;
}
#submit {
   position: relative;
   margin: 0px 0px 0px 170px;
   display: block;
   clear: both;
}
