@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
}
#container   #centerbox {
	background-position: center center;
}
.textbox {
	background-image: url(images/blackscreen.png);
	color: #E5E5E5;
	width: 250px;
	font-size: 0.8em;
	position: absolute;
	bottom: 20px;
	right: 20px;
	font-family: tahoma, arial;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 20px;
}
#contactphp  input, #contactphp textarea {
	font-size: 0.8em;
	font-family: tahoma, arial;
	background-color: #ECFFF5;
	border: 0px;
}
#contactphp  .submit {
	background-color: #999999;
	border: 0px;
}
#contactphp .reset {
	background-color: #999999;
	border: 0px;
}
