body {
	width: 1024px;
	margin: 0;
	padding: 0;
	background: url('linebkgrnd.png') top left repeat-y;
	font-family:Verdana;
	color: #000;
	overflow:scroll;
}
.logo {
	position: absolute;
	left: 73px;
	top: 30px;
}
h1 {
	font-family:Verdana;
	position: absolute;
	font-weight: bold;
	font-size: 120px;
	top: 10px;
	left: 260px;
}
h2 {
	font-family:Verdana;
	position: absolute;
	font-weight: normal;
	color: #888;
	font-size: 40px;
	top: 175px;
	left: 540px;
	
}
.receive {
	position:relative;
	top:275px;
	left:290px;
	width:500px;
}
.form {
	position: relative;
	border: #000 5px solid;
	padding: 20px;
	width: 450px;
	font-size: 1.2em;
}
.form p {
	font-size: .6em;
	text-align:right;
}
.contact {
	font-size: 0.6em;
	position: relative;
}
table {
	text-align: left;
}
td:first-child {
	text-align:right;
	width:120px;
}
input#text {
	font-size:14px;
	color: rgb(82,83,113);
	width: 86%;
	background-color: rgb(255,255,255);
	border: 3px solid rgb(128,128,128);
}
textarea#styled {
	font-family:Verdana;
	font-size:14px;
	color: rgb(82,83,113);
	width: 86%;
	height: 120px;
	border: 3px solid rgb(128,128,128);
	background-color: rgb(255,255,255);
}
input#button {
	color: rgb(0,0,0);
	position: relative;
	background-color: rgb(255,255,255);
	font-family: Verdana;
	border: 3px solid rgb(128,128,128);
}