body
{
	margin : 0px;
	background-color: ButtonFace;
	font-family: Verdana, Tahoma;
	font-size: small;
}
form
{
	margin : 0px;
}
table
{
	font-family: Verdana, Tahoma;
	font-size: small;
	height : 100%;
	width : 100%;
}
input
{
	font-family: Verdana, Tahoma;
	font-size: small;
}
input.send
{
	padding: 1px 5px 1px 15px;
	background: url(sendmail.gif) no-repeat left;
}
td.send
{
	padding-right : 20px;
}
td.headerContent
{
	width : 100%;
	padding : 0px;
}
input.headerContent
{
	width : 100%;
	border : 1px solid ButtonShadow;
}
td#toContent
{
	border : 1px solid ButtonShadow;
	padding : 1px;
	color: GrayText;
}
td#message
{
	padding-top : 5px;
}
textarea#messageBody
{
	width : 100%;
	height : 100%;	
}
div#errorBubble
{
	font-family: Verdana, Tahoma;
	font-size: xx-small;

	position : absolute;
	width : auto;
	height : auto;
	background-color : InfoBackground;
	border-bottom: 1px solid ThreedDarkShadow;
	border-right: 1px solid ThreedDarkShadow;
	border-top: 1px solid ThreedLightShadow;
	border-left: 1px solid ThreedLightShadow;
	padding : 5px;
	visibility: hidden;
}
p#errorTitle
{
	font-weight: bold; 
	margin : 0px;
	padding-bottom : 10px;
}
p#errorText
{
	margin : 0px;
}
img#closeButton
{
	position: absolute;
	top : 2px;
	right : 2px;
}
/*Result form*/
h1
{
	text-align: center;
}
h1.faliure
{
	color : Red;
}
li.error
{
	color : Red;
}
span#emailReflect
{ 
	font-weight: bold;
}
P.results
{
	margin: 10px;
}