/* @override 
	http://localhost:8888/bwabu/html/css/auth.css
	http://localhost:8888/auth/css/auth.css
	http://localhost:8888/css/auth.css
*/

.auth_box {
	text-align: center;
	border: 1px none #c7c7c7;
	width: 405px;
	margin-bottom: 55px;
	margin-left: 2px;
	margin-right: 2px;
	padding: 15px 8px;
}

.auth_box .auth_content, .auth_box .auth_content p {
	font-size: 13px;
	margin-bottom: 10px;
}

#left_register {
	float: left;
	background-color: #c5c4cd;
}

#right_login {
	float: right;
	background-color: #82afd4;
}

div.page_title {
	margin-bottom: 15px;
	text-align: center;
}

/* @group login form */

input {
	margin-bottom: 6px;
}

input#register_terms {
	margin-bottom: 0px;
}

.auth_form dt {
	width: 140px;
	float: left;
	margin-right: 10px;
	padding-top: 3px;
}

.auth_form dd {
	float: left;
	width: 150px;
	text-align: left;
	margin-bottom: 4px;
}

.auth_form dd {
	float: left;
	width: 20px;
}


.submit {
	margin-top: 5px;
	clear: both;
	margin-bottom: 5px;
	text-align: right;
	margin-right: 50px;
}

/* @end */

/* @group check boxes */

input#terms, input#remember {
	float: left;
	margin-right: 5px;
}



/* @end */

#terms {
	margin-top: 10px;
	text-align: left;
	padding-right: 20px;
	padding-left: 35px;
	text-indent: -15px;
}

/* @group register form */

div.label {
	width: 132px;
	text-align: right;
	margin-right: 15px;
	font-weight: bold;
}

#term_desc {
	margin-left: 20px;
	width: 300px;
	display: block;
	margin-bottom: 20px;
}


/* @end */

.auth_box .label {
	position: relative;
	top: 5px;
}

.auth_box input {
	height: 20px;
	border: 2px solid #7f7f7f;
	background-color: #fffbec;
	width: 180px;
}

.auth_box input#submit, .auth_box input#remember, .auth_box input#register_terms {
	height: auto;
	width: auto;
	border-style: none;
	border-width: 0px;
	background: none;
}