body{
	color:white;
}

.wrapper{
	width:95%;
	border-style:solid;
	border-color:black;
	border-width:4px;
	background:url(background.jpg);
	padding: 5px 5px 5px 5px;
}

.titletext{
	font-size:24px;
	font-weight:bold;
	color:white;
}

.messagebody{
	background:white;
	color:black;
}

.namebox{
	width:50%;
}

.messagedisplay{
	width:95%;
	height:100px;
	margin:10px 0px 0px 0px;
	border-style:solid;
	border-width:2px;
	border-color:black;
}

.messagebox{
	width:65%;
	height:25px;
	margin: 10px 0px 0px 0px;
}

.submitbutton{
	height:25px;
	width:75px;
	vertical-align:bottom;
	color:black;
}

.clearbutton{
	margin-top:2px;
	height:20px;
	width:100%;
	font-size:8px;
	display:inline;
	color:black;
	float:right;
	display:none;
}
