/* SS_FORM.CSS stylesheet for Free Contact Form      */
/*     (c)2007 Jeff Morris All Rights Reserved       */

#fcform2 {width:460px; background-color:#eee; color:#008; padding:5px; border:outset 1px #f8f8f8; font-size:10pt;}

#fcform2 #fstatus {float:right; width:240px; height:84px; border:solid 1px #ddd; color:#345;}

#fcform2 #fshdr {height:18px; background:#ddd; padding-left:3px;}

#fcform2 #fstxt {height:64px; padding:3px; overflow:auto}

#fcform2 #fcfname, #fcform2 #fcfmail {float:right; width:210px; height:42px;}

#fcform2 .clear {clear:both}
#fcform2 dl.clear {margin:0 0 8px}

#fcform2 ul#nospam {float:right; margin: 10px 0;}
#fcform2 ul#nospam li {float:left; margin-left: 3px;}
#fcform2 ul#nospam li.button input {border:outset 1px #eee;}

#fcform2 dl#hardsum {margin:0;padding:0;}
#fcform2 dl#hardsum dt, #fcform2 dl#hardsum dd {float:left; font-weight:bold; text-align:center; color:#009;}
#fcform2 #sum {height:100%; font-size:1.0em; font-weight:bold; color: #008;}

#fcform2 .text {border:inset 1px #d8d8d8;}
#fcform2 .text:focus {background: #f8f8ff; border:1px solid #789;}

#fcform2 input.button {border: outset 1px #ddd; cursor:pointer; background:#ddd url('_bg.jpg');}
#fcform2 a#freecontactform {text-decoration:underline}
#fcform2 div#pass {clear:both;}

#fcform2 .post_err, .post_msg {margin:0 auto;}
#fcform2 .post_err {color:#a00; background-color:#ffe; font-weight:bold;}

