/* 
Description: Styles for Forms
Author: Sam Stevens, Stevens Media, www.stevensmedia.com
Version: 08.23.10
*/

FORM {
	font-size: 0.9em;
}

FORM, TEXTAREA, INPUT, SELECT {
	line-height: normal;
}

TEXTAREA, INPUT, SELECT {
	float: left;
	background-color: #EEE;
	border: 1px solid #CCC;
	width: 200px;
	padding: 2px;
}

TEXTAREA {
	font: normal 1em "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}

FORM P {
  clear: left;
  margin: 0;
  padding: 5px 0;
}

FORM P LABEL {
  float: left;
  width: 40%;
}

FIELDSET {
  margin-top: 16px;
  padding: 10px;
  border: 1px solid #CCC;
}

LEGEND {
	font-weight: bold;
    background-color: #FFFFFF;
}

.hint {
	font-size: 0.8em;
	color: #750000;
}

INPUT.button {
	width: 200px;
	font-size: 1.2em;
	font-weight: bold;
	cursor: pointer;
	margin-left: 186px;
	color: Black;
	-moz-appearance: button;
	padding: 6px;
	border: 2px outset ButtonFace;
	background-color: ButtonFace;
	line-height: normal !important;
	white-space: pre;
	-moz-box-sizing: border-box;
	-moz-user-select: none;
	-moz-binding: none;
	text-align: center;
	text-shadow: none;
}

.required {
	color: #750000;
}
