body
{
	margin:0 auto; background: #990000 url("images/template_images/bg_body.jpg") no-repeat top;
}
img{border:0;}



input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	border: 1px solid #999999;
}

.font1{color:#ffffff; font:11px Tahoma, serif;}
.link1{color:#990000; font:11px Tahoma, serif; text-decoration:underline;}


select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	border: 1px solid #999999;
}
.noline {
	text-decoration: none;
	color: 000000;

}
a:hover {
	text-decoration: underline;
}
.nolineb {
	color: AC2F2C;
	text-decoration: none;
}
.nolineo {
	color: 787D10;
	text-decoration: none;
}

div.row {
  clear: both;
  padding-top: 10px;
  }

div.row span.label {
  float: left;
  width: 150px;
  text-align: right;
  }

div.row span.input {
  float: left;
  width: 335px;
  padding-left: 15px;
  }

.Error {
	color: red;
	font-weight: bold;
	
html[xmlns] .MozClear {
	/* this selector should be valid CSS, but Opera 7.5 (and above) will pick
	 * this up as well. Shouldn't be a problem, Opera should handle this fine,
	 * but it's a Mozilla-targeted hack, and it should probably only affect
	 * mozilla. You can do that by replacing the INVALID CSS selector
	 * : root .mozClear for what's give here.
	 */
	border-bottom: 1px solid transparent;
	margin-bottom: -1px;
	/*padding-bottom: 10px;*/
	}
	
.Clear {
	clear: both;
	}
}


