/*--------------- Sign-Up Form ---------------*/

input.input-text {
	width: 20em;
	line-height: 1.5em;
	border: .2em solid #666666;
	background-color: #CCCCCC;
	color: #666666;
	margin-bottom: .5em;
}
input.input-text:hover {
	border: .2em solid #3A64AC;
}
input.input-text:focus {
	border: .2em solid #666666;
	background-color: #FFFFFF;
}

input.validate {
	width: 18em;
	line-height: 1.5em;
	border: none;
	background: none;
	color: #3A64AC;
	margin-bottom: .5em;
}

input.submit {
	margin-top: 2em;
	float: right;
	width: 100;
	height: 31;
	cursor: pointer;
	border: none;
	background: url("../images/signupsubmit_btn.png") no-repeat left top;
}

input.submit:hover {
	background-position: 0px -30px;
}

input.submit:active {
	background-position: 0px -60px;
}

form.signupclass label {
	font-family: Helvetica;
	font-size: .9em;
	display: block;
	vertical-align: bottom;
	color:#DDDDDD;
	float: left;
	width: 9em;
	margin-right: 1em;
	text-align: left;
}


/*------------- Small Login Form -------------*/

form.loginclass label {
	display: inline;
	font-family: Helvetica;
	font-size: .7em;
	vertical-align: bottom;
	color:#BBBBBB;
	float: left;
	width: 9em;
	margin-right: 1em;
	text-align: left;
}

input.login-text {
	display: inline;
	width: 12em;
	line-height: 1em;
	border:2px #DDDDDD #000000 #000000 #DDDDDD;
	color:#666666;
}

input.login-submit {
	margin-top: 2px;
	float: right;
	width: 51;
	height: 20;
	cursor: pointer;
	border: none;
	background: url("../images/loginsubmit_btn.png") no-repeat left top;
}

input.login-submit:hover {
	background-position: 0px -20px;
}

input.login-submit:active {
	background-position: 0px -40px;
}

