/* default elements */
div, body, html {
	font-family: Tahoma, Arial, Verdana; 
	font-size:11px; 
	color:#2e3335;
	text-align: left;
}

img {
	border: 0px;
}

h1 {
	color: #2d394f;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: solid 3px #f89731;
	margin-bottom: 15px;
	text-align: left;
}

td {
	vertical-align: top;
	text-align: left;
}

.formTable th {
	text-align: right;
	vertical-align: top;
	color: #E86E1C;
}

.highlight {
	padding: 4px;
	border: solid 1px #EE3931;
	background-color: #FEDAD4;
	color: #EE3931;
	margin-bottom: 10px;
	clear: both;
	width: 500px;
}

.highlight ul 
{
	margin-bottom: 0px;
	margin-top: 5px;
	color: #EE3931;
}

.highlight strong {
	color: #EE3931;
}

.error {
	color: #CC0000;
}
.smallPrint {
	font-size: 10px;
}
.charcounter {
	DISPLAY: block; FONT-SIZE: 11px
}
EM.counter {
	DISPLAY: block; 
	COLOR: red;
	height: 100px;
	width: 100%;
	background-color: Blue;
}