/*  File: register.css      */
/*  By:   Jeremy Tredway    */
/*  Ver:  2008-09-28        */


/* contact form */

.err {
	background-color: #fff;
	border: solid 1px #ddd;
	color: #c30;
	margin: .5em 0 1em 0;
	padding: 6px;
}
.error {
	color: #c30;
	display: none;
	font-size: 11px;
	padding: 2px 0 4px 145px;
}
.go_red {
	color: #c30;
	font-weight: bold;
}

.req { background: transparent url("/img/icon_req.gif") no-repeat 97% 50%; }
.req_notice {
	text-align: right;
	width: 420px;
}

.std_form {
	margin: 0 0 1em 0;
}

.std_form legend {
	display: none;
}

.std_form ol {
	list-style: none;
}
.std_form li {
	clear: left;
	float: left;
	margin: 0 0 .5em 0;
	width: 100%;
}

.std_form .submit {
	display: block;
	margin: 1em 0;
}

.std_form fieldset {
	clear: both;
	float: none;
}

.std_form label {
	display: block;
	float: left;
	width: 140px;
}

.std_form .text {
	width: 280px;
}
.std_form .medium {
	width: 210px !important;
}
.std_form .small {
	width: 140px !important;
}

.std_form:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.std_form .join_button {
	background: transparent url("/img/buttons/join.png") no-repeat 0 0;
	border: none;
	cursor: pointer;
	display: block;
	height: 25px;
	margin: 5px 0 0 70px;
	width: 84px;
	text-indent: -999em;
}

.std_form .submit_button {
	background: transparent url("/img/buttons/submit.png") no-repeat 0 0;
	border: none;
	cursor: pointer;
	display: block;
	height: 25px;
	margin: 0;
	width: 104px;
	text-indent: -999em;
}

#sb_div {
	margin: .5em 0 1em 0;
}


/* begin register form */

.register_extra label {
	display: block;
	padding: .5em 0;
}

.register_extra textarea {
	height: 120px;
	margin: 0 0 .5em 0;
	width: 420px;
}


/* begin cta join */

#cta_join_grubsquad .register_info label {
	width: 70px;
}
#cta_join_grubsquad .register_info .text {
	width: 150px;
}
#cta_join_grubsquad .error {
	padding-left: 75px;
}


/* begin sponsor application */

#sponsor_form label {
	width: 195px;
}
#sponsor_form .error {
	padding-left: 195px;
}
#sponsor_form .note {
	color: #999;
	font-size: 11px;
	padding: 2px 0 4px 195px;
}

.sponsor_extra label {
	display: block;
	padding: 0 0 0.5em;
}

.sponsor_extra textarea {
	height: 100px;
	margin: 0 0 0.5em;
	width: 475px;
}
