/* Forms */
#content form {
	clear: both;
	margin: 1em 0 0 0;
	padding: 0;
	position: relative;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
#content fieldset {
	margin-top: 15px;
	padding: 20px 20px 15px 20px;
	border: 1px solid #ccc;
}
#content fieldset legend {
	color: #000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
}
#content form div {
	clear: both;
	margin: 0px;
	padding: .5em 0px;
	vertical-align: text-top;
}
#content form div.text input {
	width: 220px;
}
#content form div.submit {
	border: 0;
	clear: both;
	margin: 10px 0 20px 0;
	position: relative;
	top: 20px;
	font-weight: bold;
	font-size: 1.1em;
}
#content label, #content legend {
	color: #666666;
}

#content div.textarea label {
	display: block;
	float: left;
}
#content div.text label, #content div.select label {
	display: block;
	width: 215px;
	padding-right: 10px;
	font-weight: normal;
	float: left;
}
#content div.checkbox label {
	width: 420px;
	position: relative;
	top: -3px;
}
#content input{
 clear: none;
}
#content textarea {
	clear: both;
	display: block;
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	width: 445px;
	height: 6em;
}
#content select {
	vertical-align: text-bottom;
}
#content input[type=hidden] {
	display: none;
}
#content div.submit input {
	display: inline;
	padding: 5px 10px;
	width: auto;
}
#content p.instructions {
	color: #959595;
    float: right;
    margin: 0;
    position: absolute;
    right: 25px;
    top: 25px;
}


#content fieldset div.radio {
	margin: 0px;
	padding: 0px;
}
#content div.radio label {
	display: block;
	font-weight: normal;
	float: right;
	clear: none;
	margin-top: -0.7em;
	padding-left: 1em;
	bottom: 2em; 
}
#content div.radio div.rdoLabel {
	width: 210px;
}	

/*********************
REQUIRED FIELD STYLING
*********************/
#content form div.required {
	font-weight: bold;
}
#content form div.required input {
	font-weight: normal;
}
/*********************
ERROR MESSAGES
*********************/
#content form div.error label {
	font-weight: bold;
}
#content form div.error-message {
	background-image: url(/theme/mainehoops/img/template/form-error.png);
    background-position: 0 2px;
    background-repeat: no-repeat;
    color: #f7941d;
    font-weight: bold;
    height: 38px;
    line-height: 38px;
    margin: 2px 0 0;
    padding: 0 0 0 44px;
}

div#content p.errors {
	display: block;
	font-size: 1em;
	background-image: url(/theme/mainehoops/img/template/form-error-large.png);
	background-repeat: no-repeat;
	background-position: 20px 0px;
	margin: 0px;
	padding: 3px 0px 0px 60px;
	height: 74px;
	line-height: 74px;
}
/**************************
** INSTRUCTIONS / CONTEXT HELP 
***************************/
form p.smallText {
	margin: 0 0 0 20px;
	padding: 0;
	font-size: .8em;
}

div#late-message h2 {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, sans-serif;
}
div#late-message h3 {
	font-weight: normal;
    margin: 0 0 1em;
    padding: 0;
	font-family: Tahoma, Arial, sans-serif;
}