/*******************************************************************************************************
*********************************************** LETTER *************************************************
*******************************************************************************************************/
#about_label{
	border-top: 1px solid #bbbbbb;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #bbbbbb;
	margin: 10px 10px 0 0;
	text-align: center;

-moz-border-radius: 15px;
-webkit-border-radius: 15px;
padding:3px;
border:1px solid #444444;
background: url("/images/templates/label_bg.png") no-repeat #2c6d76;

}

#about_label p{
	color: #ffffff;
	font-weight: bold;
	font-size: 70%;
	padding: 5px 0 5px 0;
}

#main table {
	color: #000000;
	border: 1px solid #333333;
	font-size: 80%;
	margin: 10px 0 0 20px; 
	padding: 0;
	width: 580px;
}

#main table th,td {
	padding: 0;
	text-align: center;
	width: 50%;
}

#main table th {
	background: #555555;
	color: #ffffff;
}

#main table input,select,textarea{
	background: #eeeeee;
	margin: 5px 0 20px 0;
}

#main table #post_name,#post_email{
	width: 250px;
}

#main table #post_subject,#post_url,#post_message{
	width: 540px;
}

#main table #post_message {
	height: 200px;
}

#main #flash {
	font-size: 70%;
	font-style: italic;
	margin: 10px 20px;
}

#main ul,li {
	color: red;
	font-size: 80%;
	font-weight: bold;
	list-style: none;
	margin: -15px 0 20px 0;
}

#main span {
	color: #222222;
	font-weight: bold;
	margin: 0 0 0 20px;
}

#main p.grey {
	font-size: 80%;
	margin: 0 0 10px 20px;
}



