/*******************************************************************************/
/* RESET */
/*******************************************************************************/

/* feedback */
.msg { background: url(../images/bgGuestBook.gif) repeat-x; padding-top: 4px; }
#GuestBook { }
#GuestBook tr { }
#GuestBook td { height: 32px; border-bottom: 1px solid #e1e3e2; }
#GuestBook td input { height: 20px; width: 400px; border: 1px solid #bbb; }
.gray { background-color: #f7f9f8; color: #33689e; text-align: center; font-weight: bold; }
.white { padding-left: 7px; }
.asterisk { color: #f00; display: inline-block; vertical-align: top; }
#GuestBook td #GuestBook_UserEmail, #GuestBook td #GuestBook_QQ { width: 300px; }
#GuestBook_Content { width: 90%; height: 125px; }
#GuestBook td #GuestBook_Submit, #GuestBook td #GuestBook_Reset { width: 75px; height: 35px; background: none transparent scroll repeat 0% 0%; border: 0; cursor:pointer; margin:5px 15px; }
.last { text-align: center; }
#GuestBook td #GuestBook_Reset { background: url(../images/btnReset.gif) no-repeat top center; }
#GuestBook td #GuestBook_Submit { background: url(../images/btnSubmit.gif) no-repeat top center; }
