/* CSS Document */

body
	{ font-size: 8pt; font-family: "Century Gothic", "sans serif"; background: #ffffff; }
img
	{
	border: 0px;
	}
.white, .white:active, .white:visited { text-decoration: none; color: #FFFFFF; }
.white:hover { text-decoration: underline; color: #FFFFFF; }

.black, .black:active, .black:visited { text-decoration: none; color: #000000; }
.black:hover { text-decoration: underline; color: #000000; }

#lightbox
	{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}

/* Shoutbox Styles */

div.shoutbox
	{
	border: 0px;
	width: 733px;
	height: 550px;
	background: url("frame.gif") no-repeat top left;
	}

div.innerWin
	{
	width: 550px;

	margin: 0px !important;
	padding: 80px 0px 0px 170px !important;

	margin: 0px 0px 0px 160px;
	padding: 80px 0px 0px 0px;

	text-align: right;
	}

div.comment_window
	{
	border: 0px;
	overflow: auto;
	font-size: 12px;
	margin: 2px;
	padding: 1px 10px 15px 1px;
	height: 250px;
	text-align: left;
	}


.inputform
	{
	height: 125px;
	width: 300px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	}

form.shoutform
	{
	margin: 2px;
	padding: 1px 15px 2px 2px;
	font-size: 11px;
	border: 0px;
	}

.odd
	{
	border-bottom: 1px solid #999999;
	padding: 2px;
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
	}
