/* forms for Sharp Scapes 3/06 */

/* Global */
form, fieldset.frame, fieldset.floatframe, .floatframeodd, .floatframeven, .float {
 margin: 0; padding: 0;
 border: none;
}
form {
 width: 500px;
}
fieldset {
 width: 500px;
 }
fieldset.floatframe {
 clear: both;
 width: 100%;
} 
fieldset.float {
 float: left;
 margin: 0.5em 2% 0.5em 0;
}
legend, label {
 font-size: 1.3em;
 font-weight: 500;
}
label {
 margin: 0.5em 5px 0 5px;
 }
legend.h3 {
 font-size: 1.9em;
 font-weight: 600;
 padding-left: 4px;
}
legend.h4 {
 font-size: 1.6em;
 font-weight: 600;
 padding-left: 4px;
}
fieldset.floatright {
 text-align: right;
 border: none;
 float: right;
 margin: 0.5em 2% 0.5em 0;
}

fieldset.floatframeodd {
 background: #dae1e6;
 color:  #09242b;
}
fieldset.floatframeven {
 background: #f4f5f8;
 color:  #09242b;
}
select {
margin: 0.25em 0;
}
input.txt {
 height: 1.25em;
 width: 15em;
 margin-left: 1.5em;
}
input.ckbx {
 padding-left: 1.5em;
}
input.button {
 margin-right: 0.05em;
}

textarea#request, /* sign up */
textarea#question,  /* contact */
textarea#damage  /* contact */
{
 margin: 0.25em 0 0.25em 1.5em;
 height: 8em;
 width: 440px;
}

* html form, * html fieldset {
 width: 480px;
}
* html label {
 padding-left: 5px;
}
