body {
font-family:Arial, Helvetica, sans-serif;
}
a {
	text-decoration:none;
}
a:link {
	color: #548DC7;    
}
a:visited {
	color: #548DC7;
}
a:hover {
	color: #BFDFFF;
}
a:active {
	color: #FFFFFF;
}
.container { 
text-align:left;
border: 1px solid #003963;
border-bottom: 0px;
margin-left:3px;
margin-right: auto;
padding-left:5px;
padding-right:5px;
width:630px;
background-color:#000000;
}
.content{
background: transparent url(images/symbol_comments.png) no-repeat top right;
padding: .5em;
color:#99CCFF;
}
.guestbook{
padding-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
background-color: #000C1E;
border: 1px solid #003963;
border-top: 0px;
margin-bottom: 8px;
overflow: hidden;
}
.guestbook_top{
padding: 3px;
background-color:#001031;
border: 1px solid #528CC6;
}
input, textarea {
color:#99B4FF; background:#000000; margin-bottom:10px; border:1px solid #053E61; font-size: 12px;
}
input:hover, textarea:hover {
background-color:#001031;
}
td{
	font-size: 12px;
	color: #528CC6;
}