BODY, INPUT, TD, SELECT, TEXTAREA {
	color: #FFFFFF; 
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-decoration : none;
}

A {
	color: #FFFFFF;
	text-decoration : underline; 
}

body,{
	font-family : Trebuchet MS, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11pt;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	background : #e4e4e4;
}

.input{
	border-width : 1px;
	color : #575757;
	font-family : Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 12px;
	width : 300px;
	height : 20px;
	border-style : solid;
	font-weight: bold;

}
.textarea{ 
	border-width : 1px;
	color : #575757;
	font-family : Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 12px;
	width : 300px;
	height : 50px;
	border-style : solid;
	font-weight: bold;
}
.button {
	background: url(images/forward/sendbutton.gif) no-repeat;
	margin: none;
	padding: none;
	height: 59px;
	width: 107px;
	display: block;
}
.button:hover {
	background: url(images/forward/sendbutton-over.gif) no-repeat;
}
.button .filler {
	border: none;
	width: 107px;
	height: 59px;
	background: transparent;
	display: none;
}
.messageContainer {
	margin-left: 50px;
}

