BODY{
     margin-top: 0px;
     margin-bottom: 0px;
     margin-left: 0px;
     background-color:#8E8E8E;
     scrollbar-base-color:#8E8E8E;
     scrollbar-shadow-color:#8E8E8E;
     scrollbar-highlight-color:#000000;
     scrollbar-face-color:#8E8E8E;
}

td { color:#CFCDCD; 
	font-size : 9pt;
	font-family : verdana, arial,  helvetica, sans-serif;
}

.content { 
	background-color:#000000;
	background-attachment : fixed;
	background-image : url(../img/back.jpg);
	background-position : top;
	background-repeat : no-repeat;

    color:#DAC2CC; 
	font-size : 12px;
	font-family : verdana, arial,  helvetica, sans-serif;
}

.line { color:#D099B0; 
	font-size : 11px;
	font-family : verdana, arial,  helvetica, sans-serif;
}

a:link {color:#888385; 
		font-size : 9pt;
		font-family : verdana, arial,  helvetica, sans-serif;
		text-decoration: none;
}
a:visited { color:#888385; 
			font-size : 9pt;
		    font-family : verdana, arial,  helvetica, sans-serif;
			text-decoration: none;
}
a:active {  color:#888385; 
			font-size : 9pt;
		    font-family : verdana, arial,  helvetica, sans-serif;
			text-decoration: none;
}
a:hover {   color:#cccccc; 
			font-size : 9pt;
			font-family : verdana, arial,  helvetica, sans-serif;
			text-decoration: none;
}


/* --------------Buttons------------- */
select {background-color:#404040; color:#CFCDCD; font-family:Verdana, helvetica, sans-serif; font-weight:norm; font-size:11px;}
textarea {background-color:#404040; color:#CFCDCD; font-family:Verdana, helvetica, sans-serif; font-weight:norm; font-size:11px; border-color:#666666; border-width:1px;}
input {background-color:#404040; color:#CFCDCD; font-family:Verdana, helvetica, sans-serif; font-weight:norm; font-size:11px; border-color:#666666; border-width:1px;}
.red {background-color:#404040; color:#CFCDCD; font-family:Verdana, helvetica, sans-serif; font-weight:norm; font-size:11px; border-color:#666666; border-width:1px;cursor: hand;}

.lines {
	background-color:#8E8E8E;
	background-image:url("../img/guestbook_line.gif");
}

.linesblack {
	background-color:#000000;
}


.popup
{
	position : absolute;
	width : 310px;
	visibility : hidden;
	left : 300px;
	height : 310px;
	top : 100px;
}
