/*-Tag Styles:-------------------------------------------------*/
body {
	padding:0px;
}
div {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
/*-Custom Body Structure Styles:--------------------------------*/
#frame {
	width: 720px;
	padding:5px;
	border: 1px solid #DDD;
}
#header {
	margin:0px;
	padding:0px;
	height:95px;
	display:block;
	text-align:left;
}
#header img {
	float:left;
	margin-right:5px;
}
#footer {
	margin:0px;
	padding:3px;
	clear:both;
	border-top:5px solid #86c775;
	text-align:center;
	font-size: 10px;
	line-height: 15px;
}
#table {
	width:400px; 
	border: 1px solid #000; 
	border-top:none;
}
/*-Other Banner Styles:-------------------------------------*/
#siteTitle {
	padding:5px 0px 5px 8px;
	font-size:17px;
	font-weight:bold;
	border-bottom: 1px solid #479e55;
	text-align:left;
}
#titleDes {
	font-size:17px;
	font-weight:bold;
	padding:5px 0px 5px 8px;
	margin:0px;
	text-align:left;
}
/*-Div's (display as table row) Styles:-------------------------------------*/
div.row {
  clear: both;
  font-size:11px;
  border-bottom:1px solid #000;
}
div.row span.label {
  float: left;
  text-align: right;
  display:block;
  width:150px;
  white-space:nowrap;
  padding:4px;
}
div.row span.formw {
  float: left;
  text-align: left;
  padding:4px;
  border-left: 1px solid #000;
}
/*-Navigation bar Styles:-------------------------------------*/
#navi {
	display:none;
	font-size:10px;
	font-weight:normal;
}
/*-Other Misc Styles:-------------------------------------*/
.spacer {
  clear: both;
  padding:0;
}
#body h3 {
	margin:0;
	padding-top:3px;
	font-size:17px;
}
/*-Result Page Styles:-------------------------------------*/
#alert {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold; 
	border:1px solid #ddd;
	margin:10px;
	width:300px;
	padding-bottom:5px;
}
.title {
	font-weight: bold;
	padding:5px;
	text-align:left;
	border-bottom: 1px solid #86c775;
}
.msg { 
	padding:10px;
}
#result, #subject {
	width:450px; 
	border: 1px solid #000; 
	border-top-width:0px;
}
#result .title, #subject .title {
	border: 1px solid #fff;
	text-align:center;
	font-size:11px;
	color:#000;
}
#result span.label {
	display:block;
	width:120px; 
	font-weight: bold;
}
#subject span.label {
	display:block;
	width:330px; 
}