@charset "utf-8";
/* CSS Document */

#reg-form {
	margin-bottom: 20px;
}

#reg-form button {
	margin-right: 10px;
}

#reg-form fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 20px;
}

#reg-form input, select, textarea {
	position: absolute;
	left: 300px;
	border: 1px solid #999999;
}

#reg-form legend {
	font-size: 105%;
	font-weight: bold;
	color: #000;
	margin-left: -10px;
	margin-top: 10px;
}

#reg-form .bold {
	font-weight: bold;
}

#forum-button {
	display: block;
	width: 92px;
	height: 22px;
	background-image: url(/assets/images/forum-button.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top:-23px;
	margin-left: 215px;
}

#forum-button:hover { 
	background-position: 0 -22px;
}

#forum-button span {
  display: none;
}

#customize-button {
	display: block;
	width: 106px;
	height: 22px;
	background-image: url(/assets/images/customize-button.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top:-23px;
	margin-left: 325px;
}

#customize-button:hover { 
	background-position: 0 -22px;
}

#customize-button span {
  display: none;
}