html, body { height:100%; }
A{
color: #ccc;
}
body{
	background-color:#000;
	margin:0px;
	font-family: arial, helvetica;
}
h1,h1 a{
	color:#5a7a5b;
	margin:0px;
	font-size:12pt;
	margin-top: 0px;
}
#txt, #notxt{
	margin-left:0px;
	height:100%;
	float:left;
}
#txt{
	width:51%;
}
#notxt{
	width:49%;
}
#notxt div{
	float:left;
	clear:both;
}
#txt{
	background-color:#5a7a5b;
}
#txt table{
	background-color:#5a7a5b;
	float: right;
	width:	100%;
}
#txt table, #notxt table{
	border: 0px;
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
}
#txt table td, #notxt table td{
	vertical-align: top;
	padding: 0px;
}
#txt table td.pad{
	padding: 10px;
	padding-left: 10%;
	color: #eee;
	font-size: 10pt;
}
div img, a img, a{
	border: 0px;
	outline: none;
}
span.error{
	color:#ffd5c6;
}

input.fld, textarea.textForm{
width: 87%;
max-width: 400px;
}

textarea.textForm{
height: 200px;
}

input.captcha{
width: 100px;
}

div#payment{
position:absolute;
bottom:15px;
left:51%;
padding-left:11px;
color:#d7d7d7;
width:47%;
clear:both;
}