#tabZ{ 
margin: 12px 0px 30px ;
border-bottom: 1px solid #002f8b; 
} 

#tabZ ul{ 
padding-bottom: 0px; 
padding-left: 5px;
}

#tabZ li{ 
display: inline; 
overflow: hidden; 
list-style-type: none; 
margin: 12px 1px 0px 1px;
} 

#tabZ a{ 
color: #002f8b; 
background-color: #c1c6cf;
border-left: 1px solid #002f8b; 
border-top: 1px solid #002f8b; 
border-right: 1px solid #002f8b; 
border-top: 1px #777 solid;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
padding: 8px 8px 2px 8px; 
text-decoration: none;
border-bottom: none;
}

#tabZ a.active { 
color: #FFFFFF; 
background-color: #002f8b;
border-left: 1px solid #002f8b; 
border-top: 1px solid #002f8b; 
border-right: 1px solid #002f8b; 
padding: 8px 8px 2px 8px;
margin: 0px; 
text-decoration: none;
font-weight: bold;
position: relative;
border-bottom: 2px solid #002f8b; 
}

#tabZ a:hover { 
color: #002f8b; 
background-color: #f2f2f2;
} 

#tabZ a.active:hover { 
background-color: #f2f2f2; 
color: #002f8b;
text-decoration: none;
border-bottom: 2px solid #f2f2f2; 
} 

#check
{
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#checktab1
{
	width: 50%;
	float: left;
}

#checktab2
{
	/*margin-left: 150px;*/
	width: 50%;
	float: left;
}