/* Form related */

#submitButton {
	font-size: inherit;
	border: default;
	float: right;
	padding: 2px 5px;
	margin: 3px;
	width: auto;
	height: auto;
	margin-top:-5px;
	*margin-top:-25px;
}

#alertMessage {
	margin: 0;
	padding: 0;
	color: red;
	font-size: 11pt;
	font-weight: bold;
}

.formContainer {
	margin: 0px auto;
	margin-top:-5px;
	width: 95%;
}

.formBox {
	position: static;
	clear: both;
	width: 90%;
	padding: 0px 2px 0px 2px;
}

.formBox div {
	text-align: right;
}


#content .formBox p {
	text-align: right;
	margin-bottom: 0.2em;
	padding: 0;
}

.formBox input, .formBox textarea, .formBox select, .formBox .checkBoxes {
	font-size: inherit;
	width: 180px;
	padding: 2px 2px;
	float: right;
	margin: 2px;
}

.formBox input, .formBox textarea, .formBox select {
	color: #a4825d;
	border: 1px solid #a4825d;
	background: white;
}

.formBox input:focus, .formBox textarea:focus, .formBox select:focus {
	color: black;
	background: snow;
	border: 1px solid black;
}



.hidden {
	visibility: hidden;
}

label {
	float: left;
	width: 260px;
	margin: 3px 0px;
	text-align: right;
}

label.required {
	font-weight: bold;
}

label.required:before {
	content: "* ";
}

.formBox .checkBoxes label {
	float: left;
	width: 100%;
	text-align: left;
}

.formBox .checkBoxes input {
	float: none;
	width: auto;
}

.missing > label:before {
	content:"→→→ ";
}

.missing div label:before {
	content:"! ";
}

.missing {
	border: 1px solid #ff0000;
	background: #ffffee;
	margin-left: -1px;
	color: red;
}

.clearer {
	clear: both;
	height: 1px;
	font-size: 0.01%;
	line-height: 0.01%;
}

hr {
  width: 98%;
	clear: both;
	border-width: 0;
	border-bottom: 1px dotted #a4825d;
	margin-top: 4px;
	margin-bottom: 5px;
}

/* End Form related */
