/* !contact form
----------------------------------------------------------------*/
.errors { margin:0 0 5px; padding:5px; border:1px dashed #FF9090; }
#EmailForm fieldset { border:0; }
#EmailForm fieldset table { width:420px; margin:20px 0; padding:0; }
#EmailForm fieldset table td { height:20px; padding:0 0 10px; }
#EmailForm fieldset table td lable.lable { line-height:20px; }
textarea#cfNachricht.message { float:right; width: 255px; height:100px; margin:10px 0; border:1px solid #FFCC5D; overflow: auto;}
input#cfName.text,input#cfVorname.text,input#cfEmail.text,input#cfTelefon.text,input#cfBetreff.text { float:right; width:250px; height:14px; padding: 4px; color:#888; border:1px solid #FFCC5D; }
#cfNachricht.message { color: #888; padding: 2px; }
input value { color:#ccc; }
#cfCode { width:252px; font-size:20px; text-align:center; color:#4D669F; font-weight:bold; letter-spacing:1px; border:1px solid #FFCC5D; padding:18px 0; }
#cfReset,#cfSenden { color:#888; padding:2px 6px; border:1px solid #ccc; }
#cfReset:hover,#cfSenden:hover { color:#222; border-color:#FFCC5D; cursor:pointer; }
