/*  
Forms Styles for Contact page and Meet Entry page on the HASA website
Date of Production: 02/04/2008
*/

input:focus,
textarea:focus,
label:focus {
}

input.text, select {
width: 450px;
}

div.submit-button {
text-align: center;
}

#contact #submit, #meet #submit {
font: 12px/100% Arial, Helvetica, sans-serif;
color: #000000;
background: url(http://www.hudsonswimteam.org/wordpress/wp-content/themes/i3theme-1-4/images/submit-btn.gif) no-repeat top left;
border: none;
width: 135px;
height: 25px;
padding-bottom: 6px;
margin: 5px auto 0px auto;
}

input#dayone, input#daytwo, input#daythree, input#dayfour {
margin-left: 135px;
}

#note {
font-variant: small-caps;
line-height: 1.2em;
float: right;
margin: 15px 35px 0px 0px;
color: blue;
width: 130px;
}

textarea {
width: 450px;
height: 200px;
background: #ffffff url(http://www.hudsonswimteam.org/images/logos/hasa_logo_watermark.gif) center no-repeat;
}

input.disabled {
border: 1px solid #F2F2F2;
background-color: #F2F2F2;
}

input.required, textarea.required {
border: 1px solid #00A8E6;
}

input.validation-failed, textarea.validation-failed {
border: 2px solid #FF3300;
color : #FF3300;
}

select.validation-passed, input.validation-passed, textarea.validation-passed {
border: 1px solid #dcdcdc;
background-color: #FFFFF0;
color : #000;
}

.validation-advice {
margin: 5px 0;
padding: 5px;
background-color: #FFFF00;
color : #000;
font-weight: normal
font-size: 12px;
border: 1px solid black;
}

.custom-advice {
margin: 5px 0;
padding: 5px;
background-color: #C8AA00;
color : #FFF;
font-weight: bold;
}

fieldset {
padding: 1em;
margin: 0px auto 0.5em auto;
width: 465px;
background: url(http://www.hudsonswimteam.org/images/backgrounds/tablebg03.gif);
font-size: 0.9em;
}

fieldset legend {
font-size: 1.5em;
}

label {
font-weight: normal;
color: blue;
}

.form-row {
clear: both;
padding: 0.5em;
}

.field-label {

}

.field-widget {

}

