﻿body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
}

p, td, li 
{
	font-family: Trebuchet MS, "Trebuchet MS", Arial;
	font-size: 14px;
	color: #999999;
	line-height: 20px;
}

p 
{
	margin: 0px;
	padding: 0px;
}

.TextBox 
{
	width: 400px;
	border-left: 1px solid;
	border-top: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: #cccccc;
	font-family: Trebuchet MS, "Trebuchet MS", Arial;
	font-size: 14px;
	color: #666666;
}

.Error 
{
	color: #cc0000;
}



