/* FORM CONTACT */

fieldset {
 position: expression('relative'); /* Fixes IE problem with fieldset+legend boundaries */
 padding: 10px 0px 15px 0px;
 margin: 20px 20px 20px 0px;
 border: 0px;
}

legend {
 position: expression('absolute'); 
 top: expression('-9px'); /* Fixes IE problem with fieldset+legend boundaries */
 padding: 0 20px;
 height: 32px;
 line-height: 32px;
 text-align: center;
 background: url('/images/layout/legend.gif') center no-repeat;
 color: #6f4250;
 font-weight: bold;
 text-transform: uppercase;
 display: none;
}

/* .label is typically used on a span or p tag to label a radio or checkbox group */
label.preField, .label {
 display: -moz-inline-box;
 display: inline-block; 
 width: 100px; /* Min-width for IE6 */
 min-width: 100px; 
 padding: 0 2px;
 margin: 4px 4px 0 0;
 height: 18px;
 color: #ff008a;
line-height: 18px;

}
.label { display: block; width: auto; }

/* Repeat Behavior */
.repeat {
 margin: 3px 0;
 padding-right: 6px;

}
#contact_form textarea {
width: 400px;
}
#contact_form select {
width: 172px;
}
textarea {
 padding: 0;
 vertical-align: top;
 margin: 4px 0 1px 16px;
 border: 1px solid #cdcdcd;
 width: 400px;
 height: 150px;
}
input {
 border: 2px solid #cdcdcd;
 height: 1px;
 margin: 4px 0;
 height: 18px;

}
input[type=text], input[type=password] {
 width: 180px;
 height: 18px;
 border: 1px solid #cdcdcd;
}
input.large { width: 285px;}

p.submit input { width: 94px; height: 25px; margin-left: 108px;}
select {
 padding: 0;
 height: 18px;
 margin: 4px 0 4px 0px;
 border: 1px solid #cdcdcd;
}
.reqMark {
 color: #ff008a;
 margin: 0 3px; 
}

p.small { font-size: 11px; color: #ff008a}
