body {
	background: #999;
}
div#layout-two,
div#container {
	width: 990px;
}
div#layout-two div#head {
	padding: 10px;
	background: #fff;
	border-bottom: 5px solid #000;
}

div#layout-two div#head h1.logo {
	display: block;
	float: left;
	width: 215px;
	height: 46px;
	text-indent: -1000em;
	background: #fff url('../images/reviewpro-logo.png') no-repeat;
}

div#layout-two div#head img.affiliate-logo {
	display: block;
	float: right;	
}

div#layout-two div#content {
	padding: 20px 10px 10px 10px;
	background: #f0f0f0;
}

div#layout-two div#content div#primary {
	width: 635px;
	float: left;	
}
div#layout-two div#content div#secondary {
	width: 315px;
	float: right;
}



div#layout-two form.demoform p label em {
	width: 170px;
}
div#layout-two form.demoform p.bigbutton {
	margin-top: 20px;
}
div#layout-two form.demoform p.bigbutton a.button {
	margin-left: 193px;
}
div#layout-two form.demoform p label span {
	width: 400px;
}
div#layout-two form.demoform p.reqMissing label span {
	width: 390px;
}
div#layout-two form.demoform p label span small.errorText {
	float: left;
	text-align: left;
	width: 80%;
}


div.section.blue.button p.bigbutton {
	margin: 0;
}
div.section.blue.button p.bigbutton a.button {
	margin-bottom: 0;
}
div.section.blue.button p.bigbutton a.button span {
    line-height: 45px;
}


div#layout-two div#secondary ul,
div#layout-two div#secondary ol {
	margin: 0;
}

div#footer p {
	width: 990px;
}