
.formrow {
	float: left;
	clear: left;
	width: 100%;
	padding: 5px 0;
	margin-bottom: 10px;
}

label {
	width: 150px;
	float: left;
	font-size: 80%;
	color: #666;
}

.hasError {
	background-color: #fff0f0;
}

.dateselector_day, .dateselector_month {
	margin-right: 5px;
}

.required {
	font-size: 150%;
	color: #f00;
	padding-right: 4px;
}

h6 {
	float: left;
	width: 100%;
	margin-top: 10px !important;
	margin-bottom: 10px;
	color: #0456BC;
	font-size: 80%;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
}

.formerror p {
	color: #f00 !important;
}

.formerror h5 {
	color: #f00 !important;
	font-weight: bold;
}

#register_button {
	margin-top: 25px;
	text-align: center;
}

#register_button img {
	border: 0;
}

#member_left {
	width: 250px;
	float: left;
	margin-right: 30px;
}

#member_left ul {
	margin: 0 0 0 20px;
	padding: 0;
}

#member_left ul li {
	font-size: 70%;
}

#member_login {
	border: 1px solid #ccc;
	width: 230px;
	float: left;
	padding: 10px;
}

#member_login h5, #member_benefits h5 {
	margin: 0 !important;
}

#member_login .formrow label {
	font-size: 70% !important;
}

#member_login #username, #member_login #password {
	font-size: 130%;
	width: 90%;
}

#member_login p {
	float: left;
	width: 70%;
	font-size: 70%;
}

/* Members Main Page */

#member_nav {
	width: 230px;
	float: left;
}

#member_nav h5 {
	margin: 0;
	padding: 0;
}

#member_add_game {
	width: 230px;
	float: left;
}

#member_add_game select {
	font-size: 70%;
	width: 240px;
}

#member_add_game form {
	margin: 0 !important;
	padding: 0 !imoprtant;
}

#member_add_game .formrow {
	margin: 0 0 5px 0;
	padding: 0;
}

#member_content {
	clear: left;
	margin-top: 10px;
}

table.gamegrid td.gr_title ul {
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
}

table.gamegrid td.gr_title li {
	margin: 0 10px 0 0;
	padding: 0;
	display: inline;
}

/* Screen Shot Table */

table.ss {
	width: 100%;
	margin: 0 auto 0 auto;
}

table.ss td {
	padding: 0 15px 30px 15px;
	text-align: center;
}

table.ss a img {
	border: 5px solid #ccc;
}

table.ss a:hover img {
	border-color: #f60;
}

.success_message {
	background-color: #E5EBF3;
	padding: 10px;
	font-size: 80%;
	padding-left: 50px;
	background: #E5EBF3 url('../../i/common/success_mark.gif') 10px 50% no-repeat;
}