
  /*Body of form 3d5686*/
#fcf2 {
font-family:arial;
font-size:11px;
margin:5px;
border:1px solid #000000;
background-color:#ffff99;
font-color: 
width:500px;

}
  /*Header text  */
#fcf2 h3 {
font-size:1.5em;
background-color:#000000;
color:#CCCC33;
font-weight:bold;
padding:4px;
margin:0px;
}

/*  */
#fcf2 p {
text-align:center;
padding:8px;
}

/* asterisk color */
#fcf2 em {
color:#fff;
}
  /*lines between questions  */
#fcf2 div.r {
clear: both;
padding-top: 5px;
background-color:#ffff99;
}
/* color of questions */
#fcf2 label {
float: left;
width: 100px;
text-align: right;
color: #000000;
}

/* width of box from right side */
#fcf2 span.f {
float: right;
width: 425px;
text-align: left;
}
#fcf2 div.sp {
clear: both;
}
#fcf2 .req {
font-weight:bold;
}

/* Input box color */
#fcf2 input, #fcf2 textarea {
background: #ffff99;
border:1px solid #000;
padding:2px;
}

/* f2f2f2 */
#fcf2 input:focus, #000000 textarea:focus {
background: #fffff;
border:1px solid #3D5686;
}