* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	padding:0px;
	margin:0px;
}

div, img {
	behavior: url('css/iepngfix.htc');	
}

img {
	border-style: none;
}

.clear {
	clear: both;
}

#main #container {background:#000 url(../images/background-image.jpg) no-repeat top left;}

#error #container, #success #container {background:#000 url(../images/background-image-without-box.jpg) no-repeat top left;}

#container {
	width: 900px;
	height:821px;
	position: relative;
	margin:0 auto;
	border-bottom:1px solid #333;
}

#header {
	height: 167px;
	width: 900px;
}


#left-column
{
	width:500px;
	position:relative;
	float:left;
	height:821px;
	margin:0 0 0 40px;
}

#steps
{
	position:absolute;
	top:480px;
	left:10px;
}

#steps em
{
	font-family:"Courier New", Courier, Arial, monospace;
	font-size:19px;
	font-weight:bold;
	font-style:normal;
	line-height:110%;
}

#steps b {color:#ffcc00;}

#text
{
	position:absolute;
	top:140px;
	left:0px;
}

#text em{ font-style:normal; font-size:22px;}

#error #text em {color:#F00;}

#success #text em {color:#090;}

#text i{ font-style:normal; font-size:33px;}

#text p
{
	font-family:"Courier New", Courier, Arial, monospace;
	font-size:19px;
	font-weight:bold;
	
}
#midSection {
	height: 392px;
	width: 866px;
}




#botSection {
	height: 285px;
	width: 900px;
}

#footer {
	height: 34px;
	width: 900px;
	clear:both;
	margin:0 auto;
	padding:5px 0;
	text-align:center;
}

#botLeft {
	float: left;
	height: 285px;
	width: 489px;
	background-image: url(../images/botLeftPIN.jpg);
	background-repeat: no-repeat;
	color: #FFF;
}
#botLeft.home     {
	background-image: url(../images/botLeft.jpg);
	color: #FFF;
	padding-top: 10px;
	padding-left: 60px;
	height: 275px;
	width: 429px;
}

#botLeft.success {
	background-image: url(../images/botLeftSuccess.jpg);
	background-repeat: no-repeat;
}


#botRight {
	float: left;
	background-image: url(../images/botRight.jpg);
}

.tickBox {
	font-size: 10px;
}

a {
	color: #FFF;
	font-size: 11px;
}

a:hover {
	color: #FFF;
	text-decoration: none;
}

p {
	margin: 0px;
	padding: 0px;
}

p.onlyrequired {
	font-size:10px;
	color:#FFF;
}
.title {
	font-size: 15px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}

.sub-title {
	font-size: 10px;
	display: block;
	margin: 0px 0px 5px;
}

.msnDownload {
	color: #000;
	font-size: 13px;
	margin-top: 10px;
	padding: 3px;
	background-color: #FFFEFF;
	margin-right: 10px;
}

.msnLink {
	color: #000;
	font-size: 13px;
}

.msnLink:hover {
	color: #000000;
	text-decoration: none;
}

.msnabsolute {
	position: absolute;
	left: 23px;
	top: 478px;
	width: 468px;
	height: 41px;
}

h2 {
	font-weight: normal;
	font-size: 18px;
	color: #ffcc00;
}

#noScript {
	background: #F00;
	color: #FFF;
	padding: 20px;
	text-align: center;
	font-size: 15px;
	position: absolute;
	top: 83px;
	line-height: 1.4em;
}

#pleaseWait {
	position: absolute;
	padding: 10px;
	background: #FFF;
	color: #000;
	font-size: 13px;
	border: 2px solid #999;
	left: 121px;
	top: 505px;
	z-index: 9999;
	width: 300px;
	text-align: center;
}

.step-box {
	padding: 8px;
	margin-bottom: 7px;
	border: 1px solid #333;
	background: #000;
	margin-top: 7px;
}

#btnCC {
	margin-top: 8px;
}

.big {
	font-size: 15px;
}

#step2 img {
}

#terms {
	position: absolute;
	z-index: 9999;
	height: 320px;
	width: 395px;
	overflow: hidden;
	background: #000;
	border: 4px solid #FFF;
	left: 54px;
	top: 305px;
	padding: 10px;
}

