/* --- structure --- */

/* * {
		margin: 0;
		padding: 0;
		}
*/

#wrapper {
		margin: 20px auto;
		width: 600px;
		background: #f7f7ee;
		/* padding: 20px; */
		/* border: 1px solid #666666; */
		}

#mainContent {
		float: left;
		width: 250px;
		margin-right: 20px;
		background-color: #5fa9fd;
		} 


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



/* --- forms --- */

.row {
		clear: both;
		padding-top: 5px;
		}
		
fieldset {
		margin-bottom: 10px;
		padding: 10px;
		border: 1px s #666666;
		background-color: #becbd4;
		}		

legend {
		padding: 0 10px;
		background: #ffffff;
		text-transform: uppercase;
		color: #0a3152;
		font-size: 1.0em;
	border: 1px solid #4f5b6d;
}
		

label {
		color: #082944;
		font-size: 0.8em; 		white-space: nowrap;
}

.formLabel {		text-align: right;
		margin-right: 10px;
		width: 200px;
		float: left;
		 white-space: nowrap;
}

/* My Comment */

.formControl {
		float: left;
		width: 300px;
}			

textarea {
		width: 650px;
		height: 200px;
		}
		

.clubrules {
		color: #4a5d6d;
		font-size: 0.9em;
	text-indent: 10px;
	left: 20px;
	list-style-type: none;
	list-style-position: outside;
}	
		
		
