html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td 
{ 
	margin: 0; padding: 0; 
}
body, table, td
{
	font-family: Arial, Verdana;
	font-size: 11px;
	padding: 6px;
}
a, a:hover, a:link{
	color: black;
	text-decoration: underline;
}
.floatLeft
{
	float: left;
	width: 150px;
	padding: 6px;	
}
.floatLeftInput
{
	float: left;
	padding: 6px;
}
.floatLeftInput input
{
	border: 0;
	border-bottom: 1px solid #000000;
	font-size: 11px;
	width: 300px;
}
.floatLeftInput input.checkbox
{
	width: 10px;
	height: 10px;
}
.floatLeftInput textarea
{	
	border: 1px solid #000000;
	font-size: 11px;
	width: 300px;
	height: 100px;
}
.clear
{
	clear: both;
}
.req
{
	color: red;
}
.error
{
	color: red;
	font-style: italic;
	font-weight: bold;
}
#contentLoading{
	filter: alpha(opacity=80);
	opacity: .80;
	width: 100%;
	height: 100%;
	background-color: white;
	z-index: 1000;
	position: absolute;
	display: none;
}
textarea{
	width: 300px;
	font-size; 11px;
	height: 200px;
	border: 1px solid #000000;
}
.other{
	width: 150px;
}
.loading{
	border: 0;
	background-image: url('images/ajax-loader.gif') no-repeat;
}
span.showHide{
	text-decoration: underline;
}
#confirmed{
	background-color: #FFCCCB;
}