/* Styles specific to competition page */
/* Arranged alphabetically by tag, then classname/id */

/* <div> */
li#gender_options div {
	float: left;
	width: 306px;
}

/* <fieldset> */
fieldset#group_1 {
	float: left;
	width: 50%;
}
fieldset#group_2 {
	float: right;
	width: 50%;
}
fieldset#group_3 {
	clear: both;
	padding-top: 10px;
	width: 100%;
}

/* <input> */
li#gender_options input {
	display: inline;
	float: none;
	width: auto;	
}

/* <label> */
li#gender_options label {
	display: inline !important;
	font-size: 90%;
	font-weight: normal;
	margin-right: 20px;
	width: auto !important;
}
li.option label {
	width: 780px;	
}

/* <small> */
li label small {
	color: #718E10;
	font-weight: normal;	
}
li.option label small {
	color: #000;	
	font-size: 90%;
}

/* <span> */
form fieldset ol li span.error {
	background: #FF0000;
	padding: 3px 5px;
	margin: 0 5px;
	color: #FFF;
}

/* <strong> */
li#gender_options strong {
	display: block;	
}

/* <textarea> */
textarea#comments {
	height: 70px;
	width:	754px;
}