#content-body
{
	padding-top: 0;
	padding-bottom: 12px;
}
.errors
{
	margin-left: 24px;
}

.registration-errors, .login-errors
{
	color: #BF3819;
	font-weight: bold;
	background-image:url(../images/note-exclamation.png);
	background-repeat:no-repeat;
	padding-left: 32px;
	min-height: 26px;
	margin-bottom: 16px;
	margin-top: -10px;
}

.registration-errors span, .login-errors span
{
	position: relative;
	top: 5px;
}

.errors span
{
	position: relative;
	top: 5px;
}

.input-wrap
{
	padding: 3px;
	background-color: #F9E4B9;
	display: inline;
}

.input-wrap input
{
	position: relative;
	bottom: 1px;
	height: 15px;
	width: 200px;
}


#sign-in div.input-wrap
{
	border: solid 1px #655435;
	margin-bottom: 10px;
}

#sign-in div 
{
	margin-top: 0;
	margin-bottom: 3px;
}

#sign-in div input
{
	width: 245px;
}

#sign-in-header
{
	background-image: url('../images/sign-in-header.png');
	background-repeat: no-repeat;
	width: 350px;
	height: 18px;
	padding-bottom: 3px;
	border-bottom: solid 1px #bf391a;
}

#sign-in-header span
{
	visibility: hidden;
}

#register-form
{
	background-color: #655435;
	padding-top: 6px;
	padding-bottom: 16px;
	padding-left: 12px;
	width: 320px;

}

#register-form p
{
	margin-bottom: 10px;
	margin-top: 10px;
}

#login
{
	display: inline;
	float: right;
	margin: 0;
	padding-right: 16px;
}

#wrapper
{
	height: 100%;
}

#register
{
	margin: 0;
	position: relative;
	float: left;
	width: 350px;
	height: 100%;
	padding-left: 12px;
}

.register-input
{
}

#register-wrap
{
	width: 290px;
	height: 100%;
	margin-top: 40px;
	padding-left: 16px;
}

#register-form div.input-wrap
{
	position: relative;
	margin-bottom: 10px;
	border: solid 1px #655435;
	
}

.register-label 
{
	position: relative;
	width: 90px;
	float: left;
	display: inline;
	color: #FFE4B4;
	font-weight: bold;
}

.note
{
	background-image: url('../images/note-exclamation.png');
	background-repeat: no-repeat;
	height: 26px;
	vertical-align: middle;
	padding-left: 32px;
	margin-left: 16px;
	padding-top: 5px;
}

#register-header
{
	position: relative;
	background-image: url('../images/register-header.png');
	background-repeat: no-repeat;
	width: 325px;
	height: 18px;
	padding-bottom: 3px;
	border-bottom: solid 1px #bf391a;
}

#register-header span
{
	visibility: hidden;
}

#log-in-header span
{
	visibility: hidden;
}

#register-button
{

	background: transparent url('../images/submit-button.png') no-repeat center top;
	width: 89px;
	height: 25px;
	border: none;
	cursor: pointer;
	margin-left: 220px;
	margin-top: 15px;
}

#register-button span
{
	visibility: hidden;
}

#sign-in-button
{

	background: transparent url('../images/submit-button-light.png') no-repeat center top;
	width: 89px;
	height: 25px;
	border: none;
	float: right;
	margin-right: 5px;
	margin-top: 15px;
	cursor: pointer;
}

#sign-in-button span
{
	visibility: hidden;
}

#sign-in-wrap
{
	position: relative;
	margin-top: 40px;
}

#sign-in
{
	position: relative;
	width: 350px;
	height: 70px;
	line-height: 28px;
	margin-left: 16px;
}

#sign-in label
{
	position: relative;
	display: inline;
	width: 80px;
	float: left;
}

