body {background-color: #e9e9e9; color: #3b3b3b; margin: 0 0 0 0; font-family: Verdana;}
a {
        color: #6b6b6b;
}
a:hover {
        color: #AbAbAb;
}
.title{
	float: right; 
	font-weight: bold;
    font-size: 130%; 
	padding: 10px; 
	background-color: #cacaca; 
	color: #6b6b6b;
}

input, textarea
{
   text-align: center;
   background-color: #eaeaea;
   border: solid 2px #cacaca; 
   border-left: none;   
   border-right: none;
   color: #6b6b6b;
   font-weight: bold;
   font-size: 130%;
}

input:hover, textarea
{
   border-color: #bababa;   
}

input:focus, textarea
{
   background-color: #fafafa;   
   color: #6b6b6b;
}

.footer {
	text-align:center;
	font-size:12px;
	font-family:serif;
	margin: 2em 0 0 0;
}

.postarea {
position: relative;
top: -40px;
text-align: center;
}

.errorMessage{
	margin: 80px 0px 0px 0px;
	background:#880000;
	text-align:center;
	padding:2px;
	color: #EEaaaa;
	font-weight: bold;
}
.errorText{
	margin: 0;
	background:#EEaaaa;
	text-align:center;
	padding: 15px 65px 15px 15px;
	color:#880000 ;
	font-weight: bold;
	border-left: solid 50px #880000;
}

#postform {
position: relative; 
top: 10px;
}