div.form {
	text-align : right;
	height : 18px;
	width : 120px;
	border : 0;
	padding : 1px 0 0 0;
	margin : 1px 0 0 5px;
	display : block;
	float : left;
	font-weight : normal;
	background : transparent;
	font-family : "times new roman", serif;
	color: #ffffff}

input.form {
	height : 20px;
	border : 1px solid #ffffff;
	text-align : left;
	padding : 1px 0 0 2px;
	margin : 1px 0 0 0;
	background-color : #ffffff;
	color : #000000;
	float : left;
	font-size : 12px;
	font-family : "times new roman", serif;
	letter-spacing: 1px}

textarea.form {
	border: 0;
	background-color : #ffffff;
	padding : 2px;
	margin : 0;
	color : #000000;
	float : left;
	font-size : 12px;
	font-family : "times new roman", serif;
	width : 450px;
	height : 150px;}

.submitbutton {
	color : #000000;
	background : #ffffff;
	border: 1px solid #ffffff;
	padding : 2px 0 0 2px;
	margin: 0 0 0 30px;
	font-family : "times new roman", serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px}

.submitbutton:hover {
	color : #ffffff;
	background : #000000;
	border: 1px solid #ffffff;
	padding : 2px 0 0 2px;
	margin: 0 0 0 30px;
	font-family : "times new roman", serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px}
