
#tier1 {
	height: 300px;
}
#tier2 {
	margin: 14px 0 1px;
	height: 194px;
}
#main_content div div {
	background: url(../images/ClearBG.png) repeat top left scroll;
	height: 100%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#tier1 #image_rotator {
	padding: 10px;
	height: 93.5%;
	width: 58%;
	float: left;
}
#tier1 #welcome_text {
	padding: 3%;
	height: 83.5%;
	width: 31%;
	float: right;
}
#tier2 #sign_up {
	float: left;
	padding: 3%;
	height: 75%;
	width: 37%;
	position: relative;
}

#tier2 #featured_item {
	float: right;
	height: 90%;
	width: 52%;
	padding: 10px;
}
#welcome_text p {
	text-indent: 1em;
	text-align: justify;
	margin: 10px 0 0 0;
}
#image_rotator_wrapper {
	position: relative;
	height: 390px;
	width: 465px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}
#image_rotator_wrapper img {
	margin-top: -20px;
}
h3 {
	margin-top: -5px;
}
form {
	margin: 0px 0 0 30px;
	padding-top: 10px;
}
label {
	margin: 5px !important;
}
#first_name, #last_name {
	width: 80px;
}
#last_name {
	margin-left: 4px;
}
#email {
	margin: 4px 0 0 2px;
	width: 166px;
}
#birthday {
	margin: 4px 0 0 2px;
	width: 96px;
}
input {
	font-size: 11px;
	height: 17px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
#submit {
	margin: 8px 0 20px 70px;
}
.error {
	color: #e7390d;
	position: absolute;
	top: 55px;
	left: 32%;
	text-align: center;
	
}
