body {
	background-color: #acacac;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 10px;
}
#container {
	height: 894px;
	width: 894px;
	background-color: #FFFFFF;
	border: 3px solid #000000;
}

#header {
	height: 164px;
	width: 894px;
}

#midSection {
	height: 321px;
	width: 894px;
}

#botSection {
	height: 375px;
	width: 894px;
}

#footer {
	height: 34px;
	width: 894px;
}

#botLeft {
	float: left;
	height: 345px;
	width: 523px;
	background-image: url(../images/botLeftPIN.jpg);
	background-repeat: no-repeat;
	padding-left: 26px;
	padding-top: 30px;
}
#botLeft div.PIN {
	height: 200px;
}

#botLeft div.PIN table {
	margin-top: 20px;
}

* {
	margin: 0px;
	padding: 0px;
}
#botLeft  table {
	color: #000000;
}

#botRight {
	float: right;
	height: 375px;
	width: 345px;
	background-image: url(../images/botRight.jpg);
}

.clear {
	clear: both;
}

#regForm {
	height: 287px;
	width: 503px;
	background-color: #e4b541;
	padding: 5px;
}

.tickBox {
	font-size: 10px;
}

a {
	color: #000000;
	font-size: 11px;
}

p {
	margin: 0px;
	padding: 0px;
}

#imWindows {
	background-image: url(../images/imWindows.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

h2 {
	font-size: 15px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

a:hover {
	color: #FFFFFF;
}

.msnDownload {
	color: #FFFFFF;
	font-size: 15px;
	margin-top: 10px;
	padding: 3px;
	background-color: #e4b541;
	margin-right: 10px;
	border: 1px solid #000000;
}
#botLeft.home     {
	background-image: url(../images/botLeft.jpg);
}

a.msnLink {
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
}

a.msnLink:hover {
	color: #fff;
	text-decoration: underline;
}

#botLeft.success {
	background-image: url(../images/botLeftSuccess.jpg);
	background-repeat: no-repeat;
}
