html, body {
width:100%;
height:100%;
margin:0px;
padding:0px;
background:#000000;
overflow-x:hidden;
overflow-y:auto;
font-family:"Trebuchet MS",helvetica,verdana,sans-serif;
}

a {outline:none;text-decoration:underline;}
a:link {color:#ffa6ff;}
a:link img {outline:none;border:0px;}
a:visited {color:#ff8000;}
a:hover img {border-color:transparent;}
a:hover {color:#ffff80;text-decoration:underline;}
a:active {color:#ff0000;text-decoration:none;}
unknown {text-decoration:none;}

.guestbook_wrapper {
position:absolute;
top:50px;
left:2.5%;
width:95%;
}

#guestbook_page_title {
font-size:1.2em;
color:#e9e9ff;
margin-bottom:15px;
}

.gb_panel {
width:80%;
}

#signit {
font-size:0.9em;
}

.dateline {
font-size:0.8em;
color:#000000;
}

.nameline {
font-size:0.8em;
color:#000000;
}

.guest_message {
font-size:0.8em;
color:#000000;
text-align:justify;
padding:0 10px 10px 0;
}

.guestform {
width:65%;
font-size:10pt;
margin-top:10px;
}

.guestform td {
padding:5px;
}

.gb_entry {
font-size:0.8em;
width:80%;
}

.gb_commentbox {
font-size:0.8em;
width:85%;
}

#notpublic {
padding-top:2px;
font-size:0.8em;
color:#222257;
}

.submit_button {
border:0px;
width:70px;
height:25px;
cursor:pointer;
background:url('imgs/submit_up.gif') no-repeat;
color:transparent;
}

.submit_button:hover {
background:url('imgs/submit_down.gif') no-repeat;
}

.back_button {
border:0px;
width:70px;
height:25px;
cursor:pointer;
background:url('imgs/back_up.gif') no-repeat;
color:transparent;
}

.back_button:hover {
background:url('imgs/back_down.gif') no-repeat;
}

.delete_button {
border:0px;
width:70px;
height:25px;
cursor:pointer;
background:url('imgs/delete_up.gif') no-repeat;
color:transparent;
}

.delete_button:hover {
background:url('imgs/delete_down.gif') no-repeat;
}

.cancel_button {
border:0px;
width:70px;
height:25px;
background:url('imgs/cancel_up.gif') no-repeat;
color:transparent;
}

.cancel_button:hover {
background:url('imgs/cancel_down.gif') no-repeat;
}
