body { background: url(images/bierwelt_halb_400px.gif) 0 50% no-repeat fixed black}
form { margin-left: 10px}
label { width: 150px; float: left; text-align: right; margin-right: 10px; display: block; height: 23px}

#existing-guestbook-entries { height: 36px; margin-top:10px; margin-bottom:25px;/* 20px 10px 0px 0px;*/}
#anti-spam { height: 36px; margin: 10px 0px 0px 0px;}
#thank-you { height: 36px; margin: 10px 0px 0px 0px;}

#button { color: silver;background-color: #252525}
#name, #email, #hptitle, #hpurl, #entry, #random {background-color: #252525;color: silver;border: solid 1px #252525}

.gbentries { margin-right:12px;margin-left:10px; margin-bottom:10px; border:1px solid #252525;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}

/******************  Formular ******************/ 
fieldset {border: 1px solid #252525;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;padding: 20px;margin-bottom:12px;margin-right:12px;}
legend {background-color: #252525;padding:1px 10px 1px 10px;}
form br { /* Alle Zeilenumbrueche in Formularen auswaehlen */  clear: left; /* das floating der labels und inputs aufheben */}

