/* CSS Document */

/****************************
AUTHOR: Heidi Weiland
DATE: August 2007
CONTACT: heidi@soundwebsolutions.net

NOTES: form styling
****************************/
form form{
margin-left:15px;
}
fieldset {
margin-bottom:1em;
padding-top:1em;
padding-right:15px;
padding-left:15px;
color:#666666;
background-color:#ffffff;
}
fieldset fieldset {
padding-left:0;
border:none;
border-bottom:1px solid #666666;
margin-bottom:45px;
padding-bottom:5px;
}
fieldset fieldset legend {
font-size:1em;
margin-bottom:-10px;
color:#666666;
}
label {
font-weight:bold;
 cursor:pointer; /* provides visual feedback indicating all label content can be clicked to activate the corresponding form fields */
 float:left;
 padding-bottom:10px;
 min-width:200px;
 font-size:.8em;
 padding-top:5px;
 padding-top:0;
 }
legend {
font-size:1.2em;
font-weight:bold;
color:#333333;
}
textarea {
width:400px;
}

input, select {
margin-right:10px;
color:#666666;
font-weight:normal;
float:left;
}


#content form p {
width:auto;
margin-left:0;
font-size:1em;
line-height:1em;
}
form form h2 {
font-size:1em;
display:inline;
}
form form em {
font-weight:normal;
margin-right:2px;
}
.description {/* this is for content located within the label tag */
font-weight:normal;
display:block;
}
.format { /* this is for examples of how to format input */
font-size:.9em;
}

#content #pageErrors  h2{
color:red;
margin-left:3em;
line-height:1em;
font-size:1em;
font-weight:bold;
}
#content #pageErrors  p{
color:red;
margin-left:3em;
line-height:1em;
font-size:1em;
}
/************************* STYLES FOR SPECIFIC ELEMENTS ****************/


#submit input {
float:left;
width:200px;
margin-bottom:10px;
}

.error {
float:left;
color:red;
font-weight:bold;
clear:both;
background-image:url(/images/warning.gif);
background-position:left center;
background-repeat:no-repeat;
padding-left:25px;
}

.clear {
float:left;
clear:both;
width:415px;
}
.bold {
font-weight:bold;
}