/* -------------------vorher f96 jetzt f60--------------Shout it out--------------*/
form {
 margin: 0px;
}
#asb_container {
 width: 400px;
}

#asb_input {
 margin: 5px;
}
#asb_input .textname {
 border:0;
 background-color: #eee;
 border-top: 1px solid #aaa;
 border-left: 1px solid #aaa;
   -moz-border-radius-topleft:5px;
 margin-bottom: 6px;
 font: bold 10pt "Trebuchet MS";
 color: #777;
 width: 120px;
}
#asb_input .textname:focus {
 background:#fafafa;
 border-top: 1px solid #f60;
 border-left: 1px solid #f60;
}
#asb_input .texttext {
 border:0;
 background-color: #eee;
 border-top: 1px solid #aaa;
 border-left: 1px solid #aaa;
  -moz-border-radius-topleft:5px;
 margin-bottom: 4px;
 font: 10pt Georgia;
 color: #666;
 width: 388px;
}
#asb_input .texttext:focus {
 background:#fafafa;
 border-top: 1px solid #f60;
 border-left: 1px solid #f60;
}



#asb_content_wrap {
 background-color: #fff;
 overflow: auto;
}
#asb_content {
 margin: 5px;
}
#asb_content .name {
 color: #666;
 padding-right: 5px;
 font: bold 10pt "Trebuchet MS";
  cursor:help;
}
#asb_content .message {
 color: #666;
 padding-right: 5px;
 font: 10pt Georgia;
}

/*---------------------------------Buttons auf der ganzen Seite-----------*/
input.button {
 font: bold 8pt Verdana;
 color: white;
 float:right;
 border:0;
  -moz-border-radius-bottomleft:11px;
 cursor:help;
 background-color: #58a;
 border-bottom:1px solid #aaa;
 border-right:1px solid #aaa;
        }
input.button:hover {
background-color: #f60;
      }