/*
 *	Styling for Member Registration & Settings change pages
 *	Copyright (c) 2009 Daniel Phillimore - Roger Clark Motorsport
 */

.clsMemberOptions_Section {
	position: relative;
	margin: 8px 0px;
	border: solid #FFFFFF 1px; /* force IE6 to behave */
}

.clsMemberOptions_SectionCaption {
	position: absolute;
	left: 0px;
	top: 0px;
	border: none;
	height: 20px;
	width: 280px;
	font-size: 13px;
}

.clsMemberOptions_SectionContent {
	margin: 0px 0px 0px 300px;
	border: none;
	height: auto;
	width: auto;
}

.clsMemberOptions_BlockCaption {
	margin: 0px 0px 20px 0px;
	border: 0px;
	height: auto;
	width: auto;
	clear: left;
	text-decoration: underline;
}

.clsMemberOptions_SectionContent input, .clsMemberOptions_SectionContent select {
	border: solid #999999 1px;
	
	width: 200px;
	height: 16px;
}

.clsMemberOptions_SectionContent select {
	border: solid #999999 1px;
	
	width: 204px;
	height: 20px;
}

.clsMemberOptions_SectionContent textarea {
	border: solid #999999 1px;
	
}

.clsMemberOptions_Section ul {
	padding-left: 20px;
}