/* User Registration */

@import "SignIn_Common.css";

/* Form */

.userform {
	border: 1px solid #fff;
}

#Join {
	width: 60%;
	position: relative;
	overflow: hidden;
	z-index: 20;
}

#form_fields,
#form_notes {
	width: 48%;
}

#form_notes {
	float: right;
	padding-top: 60px;
}

#form_notes h6 {
	font-weight: bold;
}

/* Semi-Transparent Background */

#jblend {
	background-color: #f0f0f0;
	opacity: .6;
	filter: alpha(opacity=60);
}
