@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(moabrim.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.topshadow {
	text-decoration: underline;
	font-size: 16px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	border-top-width: thin;
	border-left-width: thin;
	background-image: url(../bg/panelbg.png);
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
     -moz-box-shadow: 2px 3px 6px #333333;
     -webkit-box-shadow: 2px 3px 6px #333333;
     box-shadow: 2px 3px 6px #333333;
     /* For IE 8 */
     -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666')";
     /* For IE 5.5 - 7 */
     filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666');  
	 }
