html, body {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background:#FFF url(../img/bg.gif) top repeat-x;
	color: #000000;
}
#noscript {
	width: 100%;
	position: fixed;
	line-height: 30px;
	color: #000000;
	background: #f9f76f;
	height: 30px;
	padding: 0px 0px 0px 20px;
	z-index: 100;
	border-bottom: 1px solid #bbb934;
}
#outer {
	position:relative;
	width: 996px;
	margin-left: auto;
	margin-right: auto;
	overflow:visible;
}
#container {
	position:relative;
	width: 976px;
	text-align: left;
	padding: 0px 10px 10px 10px!important;
	background:url(../img/contbg.png) no-repeat bottom left!important;
	background:#FFF;
	border:none!important;
	border:1px solid #CCC;
	top:10px;
	height:auto;
	float:left;
}
#header {
	position:relative;
	width:100%;
	height:115px;
}
#header #logo {
	position:absolute;
	bottom:25px;
	left:5px;
}
#header #strap {
	position:absolute;
	bottom:33px;
	right:5px;
}
#columns {
	margin:0px;
	padding:0px;
	float:left;
	width:100%;
	margin-bottom:7px;
}
#colLeft {
	position:relative;
	width:467px;
	float:left;
	margin:10px 30px 10px 25px!important;
	margin:10px 30px 10px 10px;
	padding-top:130px;
}
#colLeft p, #colRight p {
	color:#333333;
	font-size:13px;
	line-height:17px;
}
#colLeft ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#colLeft ul li {
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 15px;
	color:#333333;
	font-size:13px;
	background:url(../img/bullet.gif) no-repeat 0px 4px;
	line-height:17px;
}
#colRight {
	position:relative;
	width:430px;
	float:left;
	margin:10px 0px 10px 0px;
	padding-top:115px;
}
img {
	border:none;
}
.curveSmall {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #dedede;
}
.formItem {
	background:url(../img/inputBG.gif) no-repeat 0px 0px;
	height:33px;
	width:426px;
	margin-bottom:5px;
	padding-top:14px;
}
.formItem span {
	color:#FFF;
	width:90px;
	float:left;
	display:block;
	margin-left:15px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	float:left;
}
.formItem input {
	width:287px;
}
label.error {
	color:#2E3192;
	float:left;
	margin-left:106px;
}
