* {margin:0px;padding:0px;}

body {
	font-family: "Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #FFFFFF;
	background-color: #252525;
	background-image: url(bg.jpg);
	margin: 1%;
	padding: 0px;
}

fieldset {
	display:block;
	background-color: #252525;
	border: 1px solid #333333;
	width: 85%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 1%;

}

fieldset legend {
	background-color: #B72B10;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
	border-top: 1px none;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px none;
	display: block;
	margin-bottom: 1em;
}
fieldset div.row {
	width: 100%;
	display: block;
	height: 2em;
	margin-bottom: 1em;
}

fieldset .row label {
	width: 40%;
	display: block;
	float: left;
	text-align: right;
	padding-right: 1em;
}
fieldset .missing {color:#FF0000}
fieldset .row input, fieldset .row select, fieldset .row textarea {
	width: 40%;
}
fieldset .row input {padding:1px;}
fieldset .terms {
	width: 75%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
}

fieldset .terms textarea {
	width: 100%;
	font-family: "Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	font-size: 70%;
	height: 10em;
	background-color: #34494C;
	color: #A2BCBF;
	border: 1px solid #333333;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 5px;
	background-image: url(terms_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
 hr{border-top: .2em solid #383838; height: .2em; border-right: 0 none; border-bottom: 0 none; border-left: 0 none; margin-top: 0.5em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px;}
div.submitbutton {text-align:center;} 
.submitbutton input {	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #252525;
	background-image: url(button_buy_now.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 63px;
	width: 156px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-transform: uppercase;
}
