.pageTitle {
	padding-bottom: 0;
	padding-left: 0;
}

.forms {
	margin: 0 32px;
	~text-align: left;
}

.forms .form {
	float: left;
}

.form form .field {
	font-size: 16px;
	margin: 2px;
	padding: 8px;
	width: 90%;
}

.login form .field {
	width: 100%;
}

.form form label {
	font-weight: bolder;
	padding-bottom: 8px;
}

.form form label,
.form form a {
	color: #474747;
	display: block;
}

.form form a {
	padding-top: 8px;
	text-align: right;
}

.form form .submit {
	margin-top: 16px;
}

.form .text {
	padding-bottom: 16px;
	font-weight: bolder;
}

.form .text a {
	text-decoration: underline;
}

.login {
	width: 260px;
}

.signup {
	border-right: 1px solid #957B7B;
	padding-right: 32px;
	margin-right: 32px;
	width: 59%;
	~width: 550px;
}

.signup form label {
	display: inline-block;
	width: 49%;
}

.signup form label.city {
	width: 30%;
}

.signup form label.zip {
    width: 19%;
}

.signup form label.zip .field {
	width: 71%;
}

.signup form label.newsletter {
	width: 100%;
	padding-bottom: 0;
	position: relative;
}

.signup form label.newsletter * {
	vertical-align: middle;
}

.signup form label.newsletter img {
	position: absolute;
	top: -1px;
	left: -1px;
	~z-index: -1;
}

.signup form label.newsletter input {
	width: 28px;
	height: 28px;
	margin: 0 8px 0 0;
}

/* Custom form elements */

.select {
	position: absolute;
	width: 227px;
	height: 35px;
	line-height: 35px;
	padding: 0 24px 0 8px;
	background: url(images/login/combo.png) no-repeat;
	overflow: hidden;
}

.styledSelect {
	position: relative;
	top: -10px;
	~top: 0;
	~left: -4px;
}
