body,html {
	height: 100%;
}
body {
	background-color: #d8d8d8;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
body,td,th {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
}

a  {
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;
	}

a:hover {
	font-family: Arial;
	font-size: 11px;
	color: #f05133;
	text-decoration: underline
	}

.wWindow
	{
		filter:alpha(Opacity=90);
		position: absolute;
		top: 100px;
		left: 20px;
		float: left;
		width: 600px;
		height: 550px;
		background-color:#F1F3F5;
		border-collapse: collapse;
		border:1px solid #000000; 
		padding-top:5;
		padding-bottom:5;
		padding-left:5;
		padding-right:5;
		text-align: left;
		vertical-align: top;
		z-index: 200;
	}
.wDragable
	{
		position:relative;
		cursor:hand;
		z-index:1000;
		visibility: hidden;
	}