#formwrapper {
margin: 5px;
border: 1px dotted black;
background-color: #a5b5f1;
width: 460px;
height: auto;
display: block;
float: left;
}

#formwrapper #fcf2 {
font-family:arial;
font-size: 0.9em;
margin: 5px;
border: 0px;
background-color: transparent;
width: 450px;
}

#formwrapper #fcf2 h3 {
font-size: 1em;
background-color: transparent;
color: black;
font-weight: bold;
padding:4px;
margin:0px;
}

#formwrapper #fcf2 p {
text-align: center;
padding: 8px;
}

#formwrapper #fcf2 em {
color:#ff0000;
}

#formwrapper #fcf2 div.r {
clear: both;
padding-top: 5px;
background-color: transparent;
}

#formwrapper #fcf2 label {
float: left;
width: 100px;
text-align: right;
}

#formwrapper #fcf2 span.f {
float: right;
width: 335px;
text-align: left;
}

#formwrapper #fcf2 div.sp {
clear: both;
}

#formwrapper #fcf2 .req {
font-weight:bold;
}

#formwrapper #fcf2 input, #fcf2 textarea {
background-color: white;
border: 1px solid black;
padding: 2px;
}

#formwrapper #fcf2 input:focus, #fcf2 textarea:focus {
background-color: #dfdfdf;
border: 0px;
}

#formwrapper #contactfsubmit:hover {
background-color: #3956CC;
}