﻿* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	margin: 10px auto auto;
	text-align: center;
}
#container {
	width: 900px;
	margin: auto;
	text-align: left;
	background-color: #000;
	position: relative;
}

#header {
	height: 167px;
	width: 900px;
}

#midSection {
	height: 321px;
	width: 900px;
}

#botSection {
	height: 380px;
	width: 900px;
}

#footer {
	height: 34px;
	width: 894px;
}

#botLeft {
	float: left;
	height: 350px;
	width: 526px;
	background-image: url(../images/botLeftPIN.jpg);
	background-repeat: no-repeat;
	padding-left: 26px;
	padding-top: 30px;
	color: #000;
}
#botLeft div.PIN {
	height: 200px;
	color: #000;
}

#botLeft div.PIN table {
	margin-top: 20px;
	color: #000;
}
#botLeft  table {
	color: #000;
}

#botRight {
	float: right;
	background-image: url(../images/botRight.jpg);
}

.clear {
	clear: both;
}

#regForm {
	height: 287px;
	width: 503px;
	padding: 5px;
}

.tickBox {
	font-size: 10px;
}

a {
	color: #000;
	font-size: 11px;
}

a:hover {
	color: #000;
	text-decoration: none;
}

p {
	margin: 0px;
	padding: 0px;
}

p.onlyrequired {
	font-size:10px;
	color:#000;
}

#imWindows {
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	height: 285px;
	width: 486px;
}

h2 {
	font-size: 15px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}

.msnDownload {
	color: #000;
	font-size: 13px;
	margin-top: 10px;
	padding: 3px;
	background-color: #FFFEFF;
	margin-right: 10px;
}
#botLeft.home     {
	background-image: url(../images/botLeft.jpg);
	color: #000;
}

.msnLink {
	color: #000;
	font-size: 13px;
}

.msnLink:hover {
	color: #000000;
	text-decoration: none;
}

#botLeft.success {
	background-image: url(../images/botLeftSuccess.jpg);
	background-repeat: no-repeat;
}

.msnabsolute {
	position: absolute;
	left: 23px;
	top: 478px;
	width: 468px;
	height: 41px;
}
