@charset "UTF-8";
/* CSS Document */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, , label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	color: #000000;
}

body {
	margin:0px; 
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	}

#wrapper {
	width:500px;
	height:300px;
	margin:0px;
	padding:0px;
	}

#header {
	width:500px;
	height:44px;
	float: left;
	}

#priceBar {
	width:500px;
	height:23px;
	background-color:#000000;
	float: left;
	}

#formLeft {
	padding:0px;
	margin:0px;
	width:250px;
	height:233px;
	float: left;
	background-image:url(images/form_bg.jpg);
	background-repeat:no-repeat;
	}

#formLeft form {
	width:210px;
	margin-left:20px;
	margin-top:20px;
	margin-bottom:0px;
	margin-right:0px;
	padding:0px;
	}

.formLabel {
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	}

#divider {
	width:14px;
	height:233px;
	float: left;
	}

#foreign {
	padding:0px;
	margin:0px;
	width:250px;
	text-align:center;
	}

#offerCopy {
	width:236px;
	height:61px;
	float: left;
	}

#premium {
	width:236px; 
	height:172px; 
	float: left;
	}

a:link {color:#FF0000;}
a:hover {color:#FF0000;}
a:active {color:#FF0000;}
a:visited {color:#666666;}

