﻿.header .bottom
{
	display: none;
}

.header .collage
{
	margin-top: 4px;
	width: 780px;
	height: 152px;
	background-image: url(../images/home-collage.jpg);
}

.content .signup
{
	text-align: center;
	float: right;
	color: #fff;
	height: 116px;
	width: 204px;
	background-color: #214667;
	background-image: url(../images/signup-bg.png);
	background-repeat: repeat-x;
	
	border: double 2px #3073ab;
	border-right-color: #0c3354;
	border-bottom-color: #0c3354;
	padding-top: 12px;
	padding-bottom: 0px;
}

.signup h1
{
	margin-top: 0px;
	font-size: 1.0em;
	color: #fff;
	font-weight: normal;
}

.signup p
{
	margin-bottom: 8px;
}

.signup input[type="text"]
{
	margin-bottom: 6px;
	color: #888;
}

.content .signup fieldset
{
	padding: 0px;
	margin: 0px;
	border-style: none;
}

.signup div
{
	padding-bottom: 0px !important;
}
