.body{
	font-family:verdana,geneva,helvetica;
	font-size:11px;
	line-height:1.4em;
	width:540px;
	}

.heading,h3{
	font-family:verdana,geneva,helvetica;
	font-size:13px;
	font-weight:bold;
	}
	
.bottom{
	font-family:verdana,geneva,helvetica;
	font-size:11px;
	margin:20px 0px 50px 0px;
	padding-top:10px;
	border-top:1px solid #979797;
	}

a{
	color:#990000;
	}

td{
	font-family:verdana,geneva,helvetica;
	font-size:11px;
	}

.label{
	background-color:#eee;
	padding-left:8px;
	padding-right:8px;
	text-align:right;
	width:130px;
	}

.element{
	padding-left:4px;
	}

input{
	font-family:verdana,geneva,helvetica;
	font-size:11px;
	}

select{
	font-family:verdana,geneva,helvetica;
	font-size:11px;
	}

textarea{
	font-family:verdana,geneva,helvetica;
	font-size:11px;
	width:95%;
	}

.submit{
	height:25px;
	cursor:hand;
	background-color:#eee;
	}

.aHeading{
	background-color:#eee;
	padding:4px;
	font-size:12px;
	font-weight:bold;
	}

.aTable{
	font-family:verdana,geneva,helvetica;
	font-size:11px;
	margin-left:20px;
	}

.aTable th{
	background-color:#ddd;
	padding:3px;
	text-align:left;
	}

.aTable td{
	background-color:#eee;
	padding:3px;
	}

.error{
	color:#990000;
	}

#errorMsg{
	width:95%;
	padding:12px;
	background-color:#ffffe5;
	font-family:verdana;
	font-size:11px;
	color:#000;
	font-weight:bold;
	border:1px solid #000;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='#d5d5d5', Positive='true');
	margin-bottom:20px;
	}

#errorMsg li,ul{
	font-weight:normal;
	/*color:#990000;*/
	}
