/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6E4535;
}
a:link {
	color: #726358;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ECE9D8;
}
a:hover {
	text-decoration: underline;
	color: #694539;
}
a:active {
	text-decoration: none;
}
#commentboxeven{
padding:10px;
width:500px;
padding:10px;
background-color:#FFFFCC;
border:#FFFF99 solid thin;
}
#commentboxodd{
padding:10px;
width:500px;
padding:10px;

}
#commentname{
font-weight:bold;
border-bottom:#663333 dashed thin;
border-bottom-width:100%;
}
#commentdate{
float:right;
font-size:10px;
}
#comment{
padding-top:10px;
padding-bottom:10px;
}
label
{
	font-size:10;
	font-weight:bold;
}

#success{
background-color:#D7FFE1;
border:#009933 medium solid;
font-weight:bold;
text-align:center;
}	
#error{
background-color:#FDDFDB;
border:#FAB6CF medium solid;
font-weight:bold;
text-align:center;
}	


