@charset "utf-8";
/* CSS Document */
	*{margin:0;padding:0;outline:0;}
	html, body, #wrapper {
		height:100%;
		width: 100%;
		background:#d9d9d8 url(../images/stylish-login-form.jpg) no-repeat center center;
		font:normal 12px Arial, Helvetica, sans-serif;
	}
	.main_wrapper{
		max-width:700px;
		margin:0 auto;
		border:1px solid #ccc;
		box-shadow:0px 0px 10px #ccc;
		-moz-box-shadow: 0px 0px 10px #ccc; /* Firefox 3.6 and earlier */
		border-radius:10px;
		-moz-border-radius:10px;
		background:#fff;
		color:#7d7d7d;
	}
	.bg_style_img{
		background:url(../images/under-construction.gif) no-repeat;
		width:339px; height:258px;	
	}
	.bg_style_img_alert{
		background:url(../images/dialog_warning.png) no-repeat;
		width:128px; height:128px;
	}	
	#wrapper td {
	   vertical-align: middle;
	   text-align: center;
	}
	.main_wrapper ul{
	text-align: left;
	margin-left: 50px;
}
	.main_wrapper ul li{
	margin-top: 5px;
	font-weight: bold;
	color: #000;
	list-style-type: circle;
}
	.main_wrapper ul li a{
	color: #00F;
	text-decoration: none;
	font-weight: normal;
}
	.main_wrapper ul li a:hover{
	color: #F00;
	text-decoration: underline;
}.tt1 {
	text-align: left;
	font-weight: bold;
	color: #900;
	float: left;
	margin-left: 20px;
}
.tt2 {
	text-align: left;
	font-weight: bold;
	color: #900;
	float: left;
	margin-left: 20px;
}
