body {
	background-color: #ECFFB3;


background-attachment:fixed; 
background-position:center center;
}
.input {
	background-color: #f4f4f4;
	border: 3px solid #B7CE45;
	color: #333333;
	font-size: 35px;
	height: 40px;
	width: 270px;
	padding: 4px;
	margin-left: 35px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: "Times New Roman", Times, serif;
}

.textarea {
	background-color: #F4F9E3;
	border: 1px solid #B7CE45;
	color: #333333;
	font-size: 15px;
	height: 50px;
	width: 500px;
	padding: 4px;
	margin-left: 35px;
	margin-top: 2px;
	font-family: "Times New Roman", Times, serif;
}

.d1 {
	background-image: url(images/d1.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 500px;
	height: 294px;
}
.d2 {
	background-image: url(images/d2.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 500px;
	height: 86px;
}
.logo {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 500px;
	height: 40px;
}

.text {
	font-size: 26px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	padding-left: 35px;
	padding-bottom: 30px;
}
.text1 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;

}
.button {
    border: none;
    background: url(images/submit.png) no-repeat top left;
    padding: 2px 8px;
    width: 195px;
	height: 45px;
	margin-left: 35px;
	margin-top: 20px;
}
.button:hover {
    border: none;
    background: url(images/submit1.png) no-repeat top left;
    padding: 2px 8px;
    width: 195px;
	height: 45px;
	margin-left: 35px;
	margin-top: 20px;
}