form.contact-us {
	width: 300px;
	margin-right: 10px;
	background: #ff9999;
	padding-top:10px;
	padding-bottom:10px;
	color:white;
	float:left;
}

form.group-classes, form.register-me {
	width: 425px;
	margin-right: auto;
	margin-left:auto;
	background: #ff9999;
	padding-top:10px;
	padding-bottom:10px;
	color:white;
}
form.register-me { width:300px; }

div.form-msg {
	width: 300px;
	margin-right: 10px;
	padding-bottom:10px;
	color:black;
	float:left;
}

div.form-title {
	font-weight:bold;
	font-size:16px;
	color:black;
	margin-left:10px;
	margin-bottom:8px;
	text-align:center;
}

div.form-title h2 {
	font-size:22px;
	font-weight:bold;
	text-align:center;
	margin:0px;
	margin-top:4px;
	margin-bottom:4px;
	font-style:normal;
	font-family: "Monotype Corsiva", "Lucida Handwriting", serif;
}

div.form-subtitle {
	font-weight:bold;
	font-size:12px;
	color:black;
	margin-left:14px;
	margin-right:14px;
	margin-bottom:8px;
	text-align:left;
}

div.form-label {
	width: 110px;
	text-align: right;
	padding-right: 10px;
	float: left;
	color: white;
	font-weight:bold;
}
div.wide {
	width:200px;	
}

form p {
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
	color: white;
}

div.form-container {
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	color: black;
}

div.form-box {
	width:215px;
	float:right;
	height:auto;	
}

input.form-input, textarea.form-input, div.form-input, select.form-input {
	width: 160px;
	border: 1px solid black;
	margin-bottom: 4px;
}

select.form-input-month {
	width:100px;
	margin-left:2px;
	margin-bottom:4px;	
	border: 1px solid black;
}

select.form-input-day {
	width:48px;
	margin-left:2px;
	margin-bottom:4px;	
	border: 1px solid black;
}



.form-button {
	font-weight: bold;
	color: white;
	border: 1px solid black;
	padding: 2px;
	background: #ff9999;
	width: 160px;
	cursor: pointer;
}

.form-error {
	font-weight: bold;
	color: #000000;
	font-style: italic;
	font-size: 10px;
	text-align: left;
	margin-bottom: 5px;
	margin-left:30px;
	width:230px;
	text-align:right;
}

div.thinner {
	width:190px;
	margin-left:200px;
}