div.comment
{
width: 300px;
font-family: "comic sans ms";
font-size: 12px;
margin: auto;
padding: 0px;
margin-top: 10px;
padding-bottom: 10px;
}

div.comment span
{
display: block;
width: 300px;
height: 25px;
position: relative;
font-family: georgia;
font-size: 16px;
color: #881111;
}

div.comment span i
{
position: absolute;
top: 0px;
right: 0px;
font-size: 12px;
color: #000000;
}

div.comment span b
{
font-weight: normal;
display: block;
float: left;
padding: 0px;
padding-right: 10px;
color: #444444;
}

div#guestbook
{
width: 350px;
height: 274px;
position: absolute;
top: 26px;
right: 0px;
overflow: auto;
border-left: 1px solid #777777;
}

#contact h1
{
background: #222222;
color: #ffffff;
font-weight: normal;
font-family: georgia;
font-size: 18px;
position: absolute;
margin: 0px;
top: 0px;
left: 269px;
padding: 4px;
width: 345px;
z-index: 200;
}

form label
{
display: block;
float: left;
width: 70px;
cursor: pointer;
}

input.x
{
cursor: pointer;
}

input.w, textarea
{
border: 1px solid #444444;
background: #ffffff;
}

input.w
{
width: 200px;
}

textarea
{
width: 270px;
height: 100px;
font-family: arial;
font-size: 12px;
}

div#mail
{
width: 300px;
height: 300px;
position: absolute;
top: 0px;
right: 20px;
}

#mail h3
{
font-family: georgia;
font-weight: normal;
font-size: 18px;
margin: 0px;
margin-bottom: 10px;
margin-top: 10px;
}