body {
	margin : 0px;
	border : 0px;
	background-color: buttonface;
	filter:progid:DXImageTransform.Microsoft.Alpha(
			  Opacity=100, FinishOpacity=40, Style=1,
			  StartX=0,  FinishX=0, StartY=0, FinishY=100);	
}
td {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 9pt;
	cursor : default;
}
label {
	color :white;
}
input {
	border : 1px solid threeDShadow;
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 9pt;
}
input.submit {
	border : 2px solid;
	border-color: ButtonHighlight ButtonShadow
				  ButtonShadow ButtonHighlight;
	cursor : hand;
	width : 100%;
}
a {
	color: white;
	border-bottom:1px dotted white;
	text-decoration:none
}
a:hover {
	border-bottom:1px solid white;
}
.login {
	margin-top : 100px;
	background-color : #5A6373;
	color : white;
	FILTER: progid:DXImageTransform.Microsoft.shadow(Color=threeDShadow,direction=120)
}
.inf {

	background-color:#F1F2F5;
	border : 1px solid;
	color:black;
	border-color: ButtonHighlight ButtonShadow
				  ButtonShadow ButtonHighlight;
}
.log {
	border : 1px solid;
	border-color: ButtonHighlight ButtonShadow
				  ButtonShadow ButtonHighlight;
}