//Script:  Secure Contact Form Script (FREE Version)
//Version: 3.5 FREE
//Date:    August 2008
//Author:  Stuart Cochrane
//URL:     www.freecontactform.com
//License: See license.txt

#fcf2 {
font-family:arial;
font-size:11px;
margin:5px;
border:1px solid #3D5686;
background-color:#FFF;
width:450px;
}
#fcf2 h3 {
font-size:1em;
color:#000099;
font-weight:bold;
padding:4px;
margin:0px;
; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: center; border: #0099FF; border-style: solid; border-top-width: thin; border-right-width: thin; border-bottom-width: thin; border-left-width: thin
}
#fcf2 p {
text-align:center;
padding:8px;
}
#fcf2 em {
color:#F00;
}
#fcf2 div.r {
clear: both;
padding-top: 5px;
background-color:#FFF;
; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small; color: #003399
; font-weight: bold
}
#fcf2 label {
float: left;
width: 100px;
text-align: right;
}
#fcf2 span.f {
float: right;
width: 335px;
text-align: left;
}
#fcf2 div.sp {
clear: both;
}
#fcf2 .req {
font-weight:bold;
; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small; color: #003366; text-align: right
}
#fcf2 input, #fcf2 textarea {
background: #FFF;
border:1px solid #000;
padding:2px;
}
#fcf2 input:focus, #fcf2 textarea:focus {
background: #f2f2f2;
border:1px solid #3D5686;
}