/* CSS Document */

body	{
	height: 100%;
}

div p {
	margin-left:25px ;
	margin-right:25px ;
	font-family:Arial, Helvetica, sans-serif ;

}

h4 {
	margin-left:25px ;
	margin-right:25px ;
}

.mainbox {
	Z-INDEX: 3;
	POSITION: relative;
	TOP: 0px;
	height: 1530px;
	width:	230px;
	background-color: white;
	float: left;
	border-left: 1px inset #FFFFFF;
}

.edge {
	position: relative;
	background-color: #8abee1;
	width: 19px;
	height: 1530px;
	float: left;
	left: 0px;
	top: 0px;
}

.content {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	background-color: white;
}

.menu {
	position: relative;
	float: left;
	width: 20px;
	height: 1530px;
	color: #FFFFFF;
	border-top: none;
	border-right: 1px inset #FFFFFF;
	border-bottom: none;
	border-left: 1px inset #000000;
	
}

#form {
	width: 150px;
	margin-left:25px;
	margin-right:25px;
}

/* left side */ 
.shadow {
	position: absolute;
	z-index: 2;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/shadow.png');
	width: 23px;
	height: 100%;
	top: 0px;
	right: 0px;
}

.shadow[class] {
	position: absolute;
	z-index: 2;
	background-image:url(images/shadow.png);
	width: 23px;
	height: 100%;
	top: 0px;
	right: 0px;
}
/* left side */ 

.shadow_right {
	position: relative;
	float: left;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/shadow_right.png');
	width: 23px;
	height: 1530px;
}

.shadow_right[class] {
	position: relative;
	float: left;
	background-image:url(images/shadow_right.png);
	width: 23px;
	height: 1530px;
}

.mfaa	{
	position: absolute;
	z-index: 4;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/MFAA.png');
	width: 87px;
	height: 47px;
	bottom: 20px;
	left: 20px;
	
}

.mfaa[class]	{
	position: absolute;
	z-index: 4;
	background-image:url(images/MFAA.png);
	width: 87px;
	height: 47px;
	bottom: 20px;
	left: 20px;
	
}

.flash {
	position: absolute;
	z-index: 1; 
	width: 640px;
	height: 480px;
	text-align: left;
	left: 50%;
	top: 50%;
	margin-left: -320px; 
	margin-top: -240px; 

}
