form strong.required {
	display: block;
}

form#registration div.form_field {
    clear: both;
}

form#registration label {
    float: left;
    font-weight: bold;
    width: 12em;
}

form#registration div.field {
    float: left;
}

form#registration div.error {
    background: #ffc;
    border-bottom: .5em solid #fff;
    color: #c00;
}

form#registration div.form_field input,
form#registration div.form_field select,
form#registration div.form_field textarea {
    width: 20em;
    margin-bottom: .5em;
}

form#registration div.form_field textarea {
	height: 5em;
}

form#registration div.form_field.checkbox input {
    width: auto;
}
form#registration div.form_field.checkbox div.field {
    text-align: right;
    width: 12em;
}
form#registration div.form_field.checkbox label {
    float: none;
    font-weight: normal;
    width: auto;
}
form#registration div.form_field.checkbox p {
    clear: both;
    margin-left: 12em;
}


form#registration div.form_field .optional {
    float: left;
    padding-left: 1em;
}

form#registration ul.errors {
    clear: both;
    list-style: none;
    padding: .25em 0;
    margin: 0 0 1em 12em;
}

form#registration fieldset {
    background: #eee;
    border: none;
    clear: both;
    margin: .5em 0;
}
form#registration legend {
    background: #eee;
    padding: .25em;
}
form#registration p {
	padding-left: 1em;
	padding-right: 1em;
}

form#registration div.buttons {
    clear: both;
    margin-left: 12em;
    padding-top: .5em;
}
form#registration div.buttons input {
	background: #798a9d;
	color: #fff;
	cursor:pointer;
	border: 1px solid #475c73;
	padding:1em;
	margin-bottom:.5em;
}

form#registration .note {
    font-size: 80%;
    margin-bottom: 1em;
}

form#registration .error_message {
    color: #c00;
    font-weight: bold;
    margin-bottom: 1em;
}

form#registration .field ul {
	list-style: none;
	margin: .5em 1em;
	padding: 0;
}
form#registration .field ul li {
	float: left;
	display: block;
	padding-right: 1em;
}
form#registration .field ul label {
	font-weight: inherit;
	width: auto;
}
form#registration .field ul input {
	width: auto;
	vertical-align: middle;
}

form#registration fieldset p.label {
	font-weight: bold;
}
form#registration #special_fields fieldset .form_field ul.errors {
	margin-bottom: 5px;
	margin-left: 12px;
}
form#registration #special_fields fieldset .form_field .field input[type=text],
form#registration #special_fields fieldset .form_field .field textarea {
	margin-left: 12px;
	margin-top: 8px;
	width: 480px;
}
form#registration #special_fields fieldset .form_field .field textarea {
	height: 100px;
}

#special_fields {
    display: none;
}

form#availability label, form#availability div.field {
	float: left;
	margin-right: 5px;
}
form#availability ul.errors {
	list-style: none;
	color: #a00;
	float: left;
	margin: 2px 0 0;
	padding: 0;
}
form#availability div.buttons {
	clear: both;
}

