/* FORM CONTACT */

.pink_form fieldset {
 position: expression('relative'); /* Fixes IE problem with fieldset+legend boundaries */
 padding: 30px 10px 15px 10px;
 background-color:#ffffff;
 margin: 20px 0;
 border: 2px solid #f9bfce;
}

.pink_form 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;
}

/* .label is typically used on a span or p tag to label a radio or checkbox group */
.pink_form label.preField, .label {
 display: -moz-inline-box;
 display: inline-block; 
 width: expression('7em'); /* Min-width for IE6 */
 min-width: 7em; 
 padding: 0 2px;
 margin: 0 4px 0 0;
 height: 26px;
}
.pink_form .label { display: block; width: auto; }

/* Repeat Behavior */
.pink_form .repeat {
 border: 2px solid #f9bfce;
 background-color: #FFFFFF;
 margin: 3px 0;
 padding-right: 6px;

}
#contact_form textarea {
width: 100%;
}
#contact_form select {
width: 100%;
}
.pink_form textarea {
 padding: 0;
 vertical-align: top;
 margin: 4px 0 1px 0;
 border: 1px solid #cdcdcd;
 width: 435px;
 height: 150px;
}
.pink_form input {
 border: 2px solid #cdcdcd;
 height: 22px;
 margin: 1px 0;
}
.pink_form input[type=text], .pink_form input[type=password] {
 width: 170px;
 height: 22px;
 border: 1px solid #cdcdcd;
}
.pink_form select {
 padding: 0;
 margin: 2px 0 1px 0;
 border: 1px solid #cdcdcd;
}
.pink_form .reqMark {
 color: red;
 margin: 0 3px; 
}

