body {
	background-color: #ffffff;
	background-image: url(images/common_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
}
.input {
	background-color: #f4f4f4;
	border: 3px solid #FF883D;
	color: #333333;
	font-size: 35px;
	height: 40px;
	width: 320px;
	padding: 4px;
	margin-left: 135px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "Times New Roman", Times, serif;
}
.text {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	padding-left: 134px;
	padding-bottom: 0px;
	
}
.table {
	background-color: #ffffff;
	border: 3px solid #FF731B;
	color: #333333;
	padding: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "Times New Roman", Times, serif;
}
.d1 {
	background-image: url(images/d1.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 590px;
	height: 250px;
}
.d2 {
	background-image: url(images/d2.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 590px;
	height: 128px;
}
.d3 {
	background-image: url(images/d3.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 590px;
	height: 230px;
}

.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;
}