.flatdiv
{
    background: url(FlatImg/F-Top-Left.png) no-repeat;
    margin:10px 0px 10px 0px;
   
}
.actions
{
	display: block;
	float: left;
	width: 30px;
	padding:5px;
}

.flatdiv-right{
 background: url(FlatImg/F-Top-Right.png) no-repeat 100% 0;
 
	
} 
.flatdiv h2
{
  margin:0px 15px;
  padding:5px 20px 0px 20px;
   background: url(FlatImg/F-Top.png) repeat-x;
}

.flatcontent
{
	padding: 15px 15px 5px 15px;
	background: #404E5B;
	color: white;
}

.flatleftbottom
{
  padding: 0px ;
  background: url(FlatImg/F-Bottom-Left.png) no-repeat 0 100%;
  height:13px;
}

.flatrightbottom
{
padding: 0px ;
background: url(FlatImg/F-Bottom-Right.png) no-repeat 100% 100%;
height:13px;
}
.flatcenter
{

	background-color: #404E5B;
	height: 13px;
	margin: 0px 15px 0px 15px;
}
.Head {
	color: #FF9900;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	margin: 0px;
	
}

.Normal, .NormalDisabled {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
a:link {
	color: #FF9900;
	text-decoration: none;
}


