	#content_shoutbox {
		text-decoration:none;
		float:right;
		color:#7a7a7a;
		text-align:top;
		margin-top:0px;
		padding-top:15px;
		width:187px;
		min-height:300px;
		*height:300px;
		background-image:url(../../gfx/main/shoutbox.png);
		background-position:top left;
		background-repeat:no-repeat;
		font-weight:normal;
		font-size:9px;
	}

		#content_shoutbox .shoutboxheader {
			margin-left:15px;	margin-right:15px;
		}
			#content_shoutbox .shoutboxheader .shoutboxname{
				font-weight:bold;
				font-size:11px;
				text-align:left;
				position:absolute;
				left:430px;
				display:block;
				width:80px;
				overflow:hidden;
			}

			#content_shoutbox .shoutboxheader .shoutboxdate{
				text-align:right;
				position:relative;
				display:block;
				width:auto;
			}

		#content_shoutbox .shoutboxpost {
			text-align: justify;
			margin-top:1px;
			margin-bottom:7px;
			margin-left:15px;	margin-right:15px;
		}

	#shoutbox_newentry {
			text-decoration:none;
			text-align: right;
			margin-top:-10px;
			margin-bottom:3px;
			margin-left:15px;
			margin-right:15px;
	}

		#shoutbox_newentry a  {
			text-decoration:none;
			color:#eb3b18;
		}

		#shoutbox_newentry a:visited {
			text-decoration:none;
			color:#eb3b18;
		}

		#shoutbox_newentry a:hover {
			text-decoration:underline;
			color:#eb3b18;
	}

	#newShoutEntryContainer{
		position: absolute;
		top: 0;
		left: 0;
		z-index: 90;
		width: 100%;
		height: 100%;
		min-height:800px;
		background-color: #000;
		filter:alpha(opacity=80);
		-moz-opacity: 0.8;
		opacity: 0.8;
	}

		#newShoutEntryFormWrapper{
			position: relative;
			top: 220px;
			width: 455px;
			height:405px;
			max-height:405px;
			max-width:455px;
			min-height: 405px;
			margin: 0 auto;
			z-index:100;
			background-image: url(../../gfx/main/shoutboxbubblespike.gif);
			background-repeat:no-repeat;
		}

		#newShoutEntryForm {
			font-color:black;
			position: relative;
			text-decoration:none;
			text-align: left;
			align: left;
			padding-top: 15px;
			padding-left:18px;
			padding-right:15px;
			padding-bottom:10px;
		}


	  #newShoutEntryForm h1{
		text-decoration:none;
		text-align: left;
		margin-top: 5px;
		margin-bottom:14px;
		font-size:22px;
	   }
