.overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.white {
	display: none;
	position: absolute;
	left: 5%;
	width: 90%;
	background-color: white;
	z-index:1002;
	overflow: auto;
}
body {
	background: url(../img/bg.gif) repeat-x #ffffff;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
#wrap-margin {
	background: url(../img/wrap-margin.png) repeat-y;
	width: 936px;
	margin: 0px auto;
	padding: 0px 4px 0px 4px;
}
#wrap {
	background-color: #ffffff;
	width: 928px;
}
	#header {
		background: url(../img/header.jpg) no-repeat;
		width: 928px;
		height: 161px;
		margin: 0px auto;
		padding: 0px 0px 0px 0px;
	}
		#logo {
			height: 76px;
			padding: 50px 0px 0px 50px;
		}
		#menuBar {
			background: url(../img/menu-bg.jpg) no-repeat;
			padding: 0px 0px 0px 0px;
			margin: 0px;
			height: 35px;
		}
	.left-col {
		width: 200px;
		float: left;
		margin: 15px 15px 0px 15px;
		_margin: 15px 15px 0px 7px;
	}
	.middle-col {
		width: 468px;
		float: left;
		margin: 15px 0px 0px 0px;
	}
	.wide-col {
		width: 668px;
		float: left;
		margin: 15px 15px 0px 0px;
	}
	.right-col {
		width: 200px;
		float: left;
		margin: 15px 15px 0px 15px;
		_margin: 15px 7px 0px 15px;
	}
	#footer {
		background: url(../img/footer-div.gif) repeat-x;
		padding: 10px 0px 10px 0px;
		margin: 0px 15px 0px 15px;
		color: #9d9fa0;
	}
		.footer-left {
			float: left;
			width: 170px;
		}
		.footer-right {
			float: left;
			width: 728px;
			text-align: right;
		}
		#footer a, #footer a:hover {
			color: #9d9fa0;
			font-weight: normal;
			text-decoration: none;
		}
		#footer a:hover {
			text-decoration: underline;
		}
	
.left {
	float: left;
}
.right {
	float: right;
}
.search-btn {
	background: url(../img/btn-search.png) no-repeat;
	border: none;
	width: 52px;
	height: 20px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	_margin: 0px 0px 7px 0px;
}
.update-btn {
	background: url(../img/btn-update.png) no-repeat;
	border: none;
	width: 84px;
	height: 22px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	_margin: 0px 0px 7px 0px;
}
.submit-btn {
	background: url(../img/btn-submit.png) no-repeat;
	border: none;
	width: 84px;
	height: 22px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	_margin: 0px 0px 7px 0px;
}
.register-btn {
	background: url(../img/btn-register.png) no-repeat;
	border: none;
	width: 84px;
	height: 22px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	_margin: 0px 0px 7px 0px;
}
.login-btn {
	background: url(../img/btn-login.png) no-repeat;
	border: none;
	width: 84px;
	height: 22px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	_margin: 0px 0px 7px 0px;
}

.error, .success, .info {
	background: url(../img/error.png) no-repeat 5px 5px #fcadad;
	border: 1px solid #df1515;
	color: #df1515;
	font-weight: bold;
	text-align: center;
	padding: 10px 0px;
	margin: 10px;
	min-height: 38px;
	_height: 38px;
}
.success {
	background: url(../img/success.png) no-repeat 5px 5px #b4ffa8;
	border: 1px solid #2f8721;
	color: #2f8721;
}
.info {
	background: url(../img/info.png) no-repeat 5px 5px #9cdcff;
	border: 1px solid #0252a6;
	color: #0252a6;
}
form{
	margin: 0px;
}
a, a:hover {
	font-weight: bold;
	color: #4885c5;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.txtform {
	border: 1px solid #094180;
	background-color: #ffffff;
}

/* Float Fix */	
.clearfix:after{
    content: ".";  
    display: block;  
    height: 0;  
    clear: both;  
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */  