div#overlay {
	 visibility:hidden;
	 background-image:url(/see/images_main/bg.png);
	 /*position:absolute;*/position:fixed;
	 left:0px;
	 top:0px;
	 width:100%;
	 height:100%;
	 z-index:1001;
	 text-align:center;
}
	div#overlay div#captcha {
		width:400px;
		margin:210px auto;
		background:#FFF;
		color:#000;
		font-size:12px;
		padding:0;
		text-align:center;
		background:transparent url(/see/images_main/lb.png) no-repeat top;
	}
		div#overlay div#captcha div.bottom {
			background: transparent url(/see/images_main/lbb.png) no-repeat bottom;
			height:32px;
			bottom:-32px;
			position:relative;
		}
	
		div#overlay div#captcha p {
			padding: 0 30px;
			text-align:center;
		}
		div#overlay div#captcha img {
			margin:20px 184px 0;
			width:32px;
		}
div#content table th {text-align:left;}
		
		
iframe { background: transparent !important; }

/* brian 01-08-2011 - IE9 */
/*#header ul.menu {width:930px;margin:0 auto;padding:0;}
#header ul.menu li{padding:0 8px 0 15px;margin:0;}*/
/* brian 01-08-2011 - IE9 */

div.block {height:100px;}

#header ul.menu {padding: 0 0 0 15px;}
