@import url("../css/global.css");
@import url("../css/browse.css");
@import url("../css/dashboard.css");

/* REGISTER FORM
----------------------------------------- */

#reg_form #reg_colA {
	float: left;
	width: 50%;
}
#reg_form #reg_colB {
	float: right;
	width: 46%;
}

#terms_box {
	background: #fff;
	border: 1px solid #ccc;
	padding: 10px;
	height: 100px;
	overflow: auto;
}
#terms_box p {
		font-size: 11px;
		line-height: 16px;
		margin: 0 0 15px 0;
}

#reg_form .agree_terms {
	padding: 15px 0 0 0;
	color: #5DA144;
	margin: 0;
}
#reg_form .agree_terms input {
	margin: 0 10px 0 0;
}

#reg_form #reg_head {
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 11px;
	font-weight: bold;
	line-height: 34px;
	text-align: right;
}

#reg_form #reg_head #btn_register {
	display: block;
	width: 138px;
	height: 34px;
	text-indent: -999em;
	text-align: left;
	background: url(../gfx/btn_register.jpg) no-repeat 0 0;
	float: right;
	margin: 0 0 0 30px;
	outline: none;
	border: none;
	cursor: pointer;
}
#reg_form #reg_head #btn_register:hover {
	background-position: 0 -34px;
}

#reg_head #btn_login {
	display: block;
	width: 68px;
	height: 32px;
	text-indent: -999em;
	text-align: left;
	background: url(../gfx/btn_login_2.png) no-repeat 0 0;
	float: right;
	margin: 0 0 0 30px;
	outline: none;
	border: none;
	cursor: pointer;
}
#reg_head #btn_login:hover {
	background-position: 0 -32px;
}

.instructions ul li {
	margin: 0 0 10px;
	line-height: 1.4em;
}