div#wall_main {
	background: url('bg.jpg');
	width: 450px;
	height: 500px;
	position: relative;
}

div.wall_box {
	position: absolute;
	border: 1px solid black;
	background-color: gray;
	opacity: .9;
	filter: alpha(opacity=90);
	font-family: Verdana;
	font-size: 12px;
	padding: 2px;
}

textarea.wall_entry_body {
	font-family: Verdana;
	font-size: 12px;
	width: 120px;
	height: 60px;
}

.wall_entry_author {
	font-family: Tahoma;
	font-size: 10px;
	width: 75px;
}

