#navbar
{
	border-top-color: #555555;
	border-top-style: solid;
	border-top-width: 2px;
}

#msgbox
{
	border-style: solid;
	border-color: #dae8dc;
	border-width: 1px;
	margin-left: 10%;
	margin-right: 10%;
}

#msgbox .post
{
	background-color: white;
	border-color: c2c2c2;
	border-style: solid;
	border-width: 1px;
	max-height: 250px;
	overflow: auto;
	margin: 10 10 5 5;
	padding: 5 5 5 15;
}
#msgbox .post img
{
	float: left;
	padding-right: 10px;
	border-style: none;
}
#msgbox .post a
{
	color: #FF6600;
}
#msgbox .post a:hover
{
	color: #0066FF;
}
#main .description
{
	color: #777777;
	font-size: 90%;
}
form 
{
	width: 100%;
	text-align: center;
}
input {
	border-style: solid;
	background-color: white;
	border-color: cccccc;
	border-width: 1px;
}
textarea {
	border-style: solid;
	background-color: white;
	border-color: cccccc;
	border-width: 1px;
}
.postops {
	font-size: 80%;
	font-style: italic;
}
.vataku {
	color: a73e45;
}

