.defaultForm {
	margin-bottom: 25px;
}

.defaultForm input {
	padding: 0 15px;
	display: block;
	border-radius: 4px;
}

.defaultForm input[type="text"],
.defaultForm input[type="number"],
.defaultForm input[type="email"],
.defaultForm input[type="password"],
.defaultForm input[type="tel"],
.defaultForm select,
.defaultForm textarea {
	height: 50px;
	margin: 15px auto;
	width: 90%;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.defaultForm textarea {
	height: 100px;
}

.defaultForm input[type="checkbox"] {
	float: left;
	margin-right: 5px;
}

.defaultForm input[type="radio"] {
	display: inline;
	margin-right: 5px;
}

.defaultForm label {
	margin-right: 10px;
}

.defaultForm button, .linkButton {
	height: 55px;
	margin: 5px auto;
	width: 90%;
	border: none;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	text-align: center;
	display: block;
	border-radius: 4px;
}

button.half {
	width: 44%;
	margin: 5px 5px;
	display: inline-block;
}

#fbReloadButton {
	display: none;
}

.linkButton, .linkButton:hover, .linkButton:visited, .linkButton:active {
	line-height: 55px;
	text-decoration: none;
	cursor: pointer;
}



/* login form */
#loginForm {
	padding-bottom:20px;
	border-bottom:1px solid #999999;
}

#loginLeft {
	text-align: center;
}
#loginRight {
	text-align: center;
}

.forgotPassword { margin-top:10px; }

#loginDivider {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 100%;
}

#loginDivider span {
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	line-height: 27px;
	margin: 10px auto;
	display: block;
}

#loginDividerLine {
	display: none;
}

#registrationCaptcha {
	width: 90%;
	margin: 15px auto;
	text-align: center;
}

#loginCaptcha {
	width: 90%;
	margin: 15px auto;
	text-align: center;
}

div.checkbox {
	width: 90%;
	margin: 15px auto;
}

#contactUsCaptcha {
	width: 90%;
	margin: 15px auto;
	text-align: center;
}

#contactAddressContainer {
	width: 90%;
	margin: 15px auto;
}

#contactAddress {
	float: left;
	margin-right: 50px;
}

.loginMessage {
	font-size:1.2em;
	padding: 10px;
	margin: 10px;
}

#fbLoginSection {
	display: none;
}

@media(min-width:768px) {

	#loginDivider {
		width: 16.66666667%;
	}

	#loginDividerLine {
		display: block;
		height: 640px;
		width: 2px;
		background: #DFDFDF;
		margin: auto;
	}

}