//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;
width:500px;
}

#fcf2 h3 {
font-size:1.5em;
color:#FFFFFF;
font-weight:bold;
padding:4px;
margin:0px;
}

#fcf2 p {
text-align:left;
padding:8px;
}

#fcf2 em {
color:#F00;
}

#fcf2 .r {
/* clear: both; */
padding-top: 5px;\
text-align: left;
}
	
#fcf2 label {
float: left;
width: 170px;
text-align: left;
}

#fcf2 span.f {
float: right;
width: 335px;
text-align: left;
}

.f input {
padding: 2px 0 2px 0;
/* margin: 0 0 0 150px; */
margin: 0 0 0 100px;
}

#fcf2 div.sp {
clear: both;
}

#fcf2 .req {
font-weight:bold;
}

#fcf2 input, #fcf2 textarea {
background: #fff;
/* border:1px solid #000; */
border: 0;
/* padding: 2px; */
margin: 0 0 2px 0;
/* width: 250px; */
}

#fcf2 textarea {
width: 284px;
}

/*
#fcf2 input:focus, #fcf2 textarea:focus {
background: #f2f2f2;
border:1px solid #3D5686;
}
*/
