@charset "utf-8";
/* CSS Document */
#logo {
	background:url(images/gordons-logo.gif) no-repeat;
	width:257px;
	height:45px;
}
	#logo i {
		display:none;
	}
.indeximg {
	margin-bottom:40px;
}
#registerform {
	width:300px;
	border:1px solid #FFF;
	overflow:hidden;
	padding:10px;
}
.lbl, .frminput {
	float:left;
	margin-bottom:10px;
}
.lbl {
	text-align:right;
	clear:left;
	width:120px;
}
	.lbl span {
		font-size:.8em;
	}
.frminput {
	padding-left:10px;
	clear:right;
	width:120px;
}
.regsend {
	margin-top:10px;
	font-size:1.2em;
	font-weight:bold;
}
.gone, i {
	display:none;
}
.register {
	border:1px solid #000;
	background:#fff url(images/b_register.gif) no-repeat center 10px;
	height:40px;
	display:block;
	margin-bottom:20px;
}