/* vim: set sw=4 ts=4 sts=4 si noet: */

#registration-form {
	width: 95%;
}

.scaffold ul {
	list-style-type: none;
	margin: 0 5px 5px 0;
	padding-left: 0px;
}

.scaffold .actions {
	clear: left;
}

.scaffold .input {
	clear: both;
}

.scaffold input,
button {
	padding: 4px!important;
	font-size: 12px;
	margin: 0.2em 0;
	-moz-box-shadow: 0 0 10px #eeeeee inset;
}

.scaffold input[type=submit], button {
	cursor: pointer;
	-moz-box-shadow: none;
	-moz-border-radius: 5px;
	border: none;
	color: #fff;
	background: #373984;
	min-width: 60px;
}

.scaffold input[type=submit]:hover, button:hover {
	background: #8082ca;
	color: #fff;
}

.scaffold select {
	padding: 3px;
	margin: 0.2em 0;
	font-size: 12px;
	margin-right: 2px;
	-moz-box-shadow: 0 0 10px #eeeeee inset;
}

.scaffold label {
	padding: 4px;
	font-weight: normal;
}

.scaffold .required label {
	font-weight: bold;
}

.scaffold .date {
	font-size: 12px;
	text-align: left;
	border: 0px;
	padding: 0px;
	width: auto;
}
.scaffold .date select {
	border: 1px solid #bbbbbb;
	-moz-box-shadow: 0 0 10px #eeeeee inset;
}

label, .submit {
	width:20%;
	float: left;
	clear: left;
}

input{
	float: left;
	clear: right;
	width: 60%;
}

#registration-form select {
	float: left;
}

.error {
	-moz-border-radius: 0 4px 4px 0;
	-moz-box-shadow: 0 0 6px #dddddd;
	background: #fffe36;
	border: 1px solid #e1e16d;
	margin: 0.5em 0;
	padding: 0;
	width: auto;
}

.new .error input {
	width:45%;
}

.new .error .error-message {
	height: 30px;
}
label.error {
	float: right;
}

.date label.error {
	display: none!important;
}

.required.error {
	width: auto;
	border: 1px solid;
	background: #fff;
}
.required.error .error-message {
	clear: right;
	float: left;
}
.input input.required {
	float: left;
	clear: right;
	width: 40%;
	margin: 0.5em;
}

.input.date {
	clear: both;	
}

#registration-form .input.date select {
	float: none;
	clear: none;
}

.phone_number {
 width: 26%!important;
}

.input.checkbox input {
	width: auto;
	clear: right;
	float: none;
}

.input.checkbox .tnc {
	float: left;
	clear: left;
}

.disabled {
	color: #000;
}


.scaffold .radio label {
	clear: none;
	width: auto;
	margin-right: 10px;
}

.scaffold .radio input {
	width: auto;
}

.scaffold .input.radio {
	clear: right;
	float: left;
}

#reg-term {
	float: left;
}
.contents label {
	width: 14%;
}
.contents .input.select {
	float: left;
	width: 35%;
	clear: right;
}

.contents .input.select label {
	float: left;
	width: auto;
}

.contents select {
	margin: 0.2em 2px 0.2em 10px;
}

.contents .required.error {
	float: left;
	width: 100%;
}

.contents .required.error .error-message {
	padding: 5px 0 0 5px;
}

.contents .form-buttons,
.videos .form-buttons {
	clear: none;
	width: auto;
}
.contents .form-buttons .submit,
.videos .form-buttons .submit {
	clear: none;
	float: left;
	width: auto;
	margin-right: 5px;
}
.contents .form-buttons input {
	width: auto;
}

.attach-photo {
	float: left;
	clear: left;
	width: 100%;
}

.session-messages {
	color: red;
}

.message {
	padding: 5px;
	background: #fff;
	color: red;
}

.scaffold .error {
	border: 0;
	-moz-box-shadow: none;
}
.scaffold .error-message {
	margin-left: 85px;
}

.scaffold p.error {
	width: 100%;
	background: none;
}

.success {
	border: none;
	background: url(../img/title-heading-long.png) no-repeat;
	height: 30px;
}

.error, .notice, .success {
	margin-bottom: 0.8em;
}

fieldset {
	clear: left;
	padding: 0px;
}

.boards .input.select {
	width: 50%;
	float: left;
	clear: right;
	margin-top: 10px;
}

.boards .select label {
	width: 25%;
	font-weight: bold;
}

