.csscontact label, .csscontact input
{
	display: block;
	width: 250px;
	float: left;
	margin-bottom: 10px;
}

.csscontact label
{
	text-align: right;
	width: 75px;
	padding-right: 20px;
}

.csscontact br
{
	clear: left;
}

.csscontact div
{
	display: block;
	width: 250px;
	float: left;
	margin-bottom: 5px;
}

.csscontact textarea
{
	width: 350px;
	height: 150px;
}

#submitbutton
{
	margin-left: 0px;
	margin-top: 5px;
	width: 90px;
}


.itemblock
{
       text-align: center;
}

.itemblock div
{
       padding:5px;
}

#fp_d2
{
	float: left;
	width: 25%;
        height: 200px;
}

.tabs {
	width: 750px;
	margin: 10px;
}

.tab_active {
	-moz-border-radius: 5px 5px 0px 0px;
	border-color: #aaa;
	border-width: 1px;
	border-style: solid;
	background-color: #fff;
	color: #000;
	float: left;
	width: 150px;
	cursor: default;
	font-weight: bold;
	padding: 2px;
	font-size: 10pt;
	text-align: left;
}

.tab_inactive {
	-moz-border-radius: 5px 5px 0px 0px;
	border-color: #aaa;
	border-style: solid;
	border-width: 1px;
	background-color: #ddd;
	color: #777;
	float: left;
	width: 150px;
	cursor: default;
	padding: 2px;
	font-size: 10pt;
	text-align: left;
}

.tab_content {
	-moz-border-radius: 0px 10px 10px 10px;
	width: 90%;
	border-color: #aaa;
	border-style: solid;
	border-width: 1px;
	float: left;
	text-align: left;
	padding: 10px;
}

#fp_d1
{
	float: left;
	width: 33%;
	height:15px;
}

#fp_container
{
	width: 100%;
	margin: 0, auto;
}

.paginationstyle a:hover, .paginationstyle a.selected{
color: #000;
background-color: #FEE496;
}

.paginationstyle a.imglinks{ /*Pagination Image links style (class="imglinks") */
border: 0;
padding: 0;
}

.paginationstyle a.imglinks img{
vertical-align: bottom;
border: 0;
}

.paginationstyle a.imglinks a:hover{
background: none;
}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
color: #000;
background-color: yellow;
}

.csspoll label, .csscontact input
{
	display: block;
	width: 250px;
	float: left;
	margin-bottom: 10px;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(frontpage/lightbox2/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(frontpage/lightbox2/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


/*SHOUTBOX*/

.shout-timestamp {
	font-weight: normal;
	font-style: normal;
	color: #bbbbbb;
}

.shout-adminlinks { /* del and ban buttons */
	font-size: 6pt;
	color: #ff0000;
}

.shoutarea {
			overflow: auto;
			width: 98%;       /* the width you want to display */
			height: 110px;     /* the height you want to display */
}

#links-list ul, #subc ul, #fp_container ul
{
        list-style: none;
        padding: 0;
        margin: 0;
}

#links-list li
{
        float: left;
        margin: 0 5px;
        height: 3em;
        line-height: 2em;
}

#links-list br
{
	clear: both;
}

#subc
{
        float:left;
        width:33%;
        height:100px;
        text-align:center;
        padding-top:10px;
}