/** Styles für die Tipform und die Bestätigungsseite **/
/* Formular */
.tipform {overflow:hidden; margin-left:4px;margin-top:10px;}
.tipform fieldset {margin:0px; padding:0px;}
.tipform .errorMessage {margin-bottom:10px; padding:5px; background-color:#BB2A03;}
.tipform .errorMessage p {margin:0px; padding:0px; font-size:11px; font-weight:bold; color:#ffffff;}

.tipform .labelclass {float:left; width:200px;}
.tipform .labelclass label {display:block; margin:0px; padding:0px; margin-right:10px; font-family: Verdana, Arial, Helvetica; color:#777776; font-size:10px;}
.tipform .tipname, .tipyouradr, .tiprecipouradr, .tipmessage, .tipcaptcha, .tipsubmir {margin-bottom:5px;}

.tipform #tip_submit {width:170px;}

.tipform input, textarea {color: #5F5F5F; font-weight: bold; font-size: 10px; line-height: 12px; font-family: Verdana, Arial, Helvetica; border: 1px solid #817F7F; width: 250px; background-color:#E8E8E8;}

/* Versendet Bestätigung */
.tipsend {margin-left:4px; margin-top:20px;}
.tipsend .tipsendtxt {padding:4px; border-top:1px dotted #817F7F; border-bottom:1px dotted #817F7F;}
.tipsend p {margin:0px; padding:0px; font-size:11px;}
.tipsend .sendlink {margin-top:10px; font-size:10px; font-weight:bold; font-family: Verdana, Arial, Helvetica; color:#777776;}