
/*** Eingabemaske ***/

form.mod_guestbook_write {
   text-align:right;
   width:660px;
   height:40px;
}

table.mod_guestbook_formtable {
   width:500px;
   margin:0px auto 0px auto;
}

table.mod_guestbook_formtable input, select {
   width:100%;
}

table.mod_guestbook_formtable select {
   width:auto;
}

table.mod_guestbook_formtable input.button {
   width:auto!important;
}

table.mod_guestbook_formtable input.cbox {
   width:auto!important;
   border:0px none;
}

table.mod_guestbook_formtable textarea {
   width:100%;
   height:150px;
}

table.mod_guestbook_formtable th {
   text-align:right;
   width:120px!important;
}

table.mod_guestbook_formtable th.lower {
	padding-top:5px;
}

table.mod_guestbook_formtable td.tooltipcol {
   width:16px!important;
}

table.mod_guestbook_formtable td input.captcha {
   width:auto;
}

table.mod_guestbook_formtable td input.error_captcha {
   width:auto;
   border:1px solid red;
}


/*** Ausgabe ***/

table.mod_gb_entrytable {
   width:660px;
   margin:0px 10px 0px 0px;
}

table.mod_gb_entrytable td {
	background-color:#e0e0e0;
	padding:3px;
}

table.mod_gb_entrytable td.info a {
   border:0px none;
}

hr.mod_gb_spacer {
   border:0px none;
   background-color:transparent;
   height:0px;
}