body {
	font-family: Arial, 'Lucida Grande', Verdana, Helvetica, Sans-Serif;
	color: black;
	margin: 0;
	padding: 5px;
	background-color: #f2f2f2;
}


A img {
	text-decoration: none;
	border: none;
}

A {
	color: #8e9628;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

OBJECT {
	margin: 0px;
	padding: 0px;
}


TEXTAREA {
	width: 100%;
	border: none;
}

DIV.two-columns {
	width: 598px;
}

DIV.left-column {
	float: left;
	width: 420px;
}

DIV.right-column {
	text-align: right;
	float: right;
	width: 172px;
}

DIV.clear {
	clear: both;
}


DIV#header DIV#title {
	margin: 0px;
	font-size: 18px;
	color: #333333;
	font-weight: normal;
}

DIV.container {
	padding: 5px;
	margin-top: 5px;
	border-top: 1px solid #80a82d;
	border-left: 1px solid #80a82d;
	border-right: 1px solid #80a82d;
	border-bottom: 2px solid #6c980f;
	background-color: white;
}

DIV.container DIV.title {
	text-align: left;
	margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #80a82d;
	font-size: 11px;
}

DIV.container DIV.title SPAN.hilight {
	font-weight: bold;
	font-size: 10px;
	background-color: #80a82d;
	color: white;
}

DIV.container A:hover {
	text-decoration: none;
}

SPAN.avatar {v
}

SPAN.avatar IMG {
	border: 1px solid black;
	margin-right: 6px;
	margin-bottom: 2px;
}

DIV#voices {
	margin-top: 0px;
}

TABLE.voices TR TD {
	padding-right: 4px;
	padding-top: 2px;
	vertical-align: top;
}

TD.voice A {
	color: black;
}

TD.voice {
	padding: 0px;
	font-size: 10px;	
}

DIV#promo {
	text-align: center;
	margin-top: 10px;
}

DIV#footer {
	margin-top: 10px;
	font-size: 10px;
}

DIV#status {
	font-size: 10px;
	color: gray;
	text-align: left;
}

DIV#alert {
	font-size: 10px;
	color: red;
	font-weight: bold;
	text-align: left;
}

DIV#submit-container {
	width: 160px;
	text-align: right;
}

SPAN#chars-left-status {
	font-size: 10px;
	color: gray;
}

DIV#disclaimer {
	margin-top: 10px;
	font-size: 9px;
	color: #aaaaaa;
}

INPUT#captcha-input {
	font-size: 11px;
	font-weight: bold;
}

TEXTAREA#text-input {
	font-family: Arial, 'Lucida Grande', Verdana, Helvetica, Sans-Serif;
	font-size: 11px;	
}


