#tabZ{ 
margin: 12px 0px 30px ;
border-bottom: 1px solid #aaaaaa; 
} 

#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: #ffffff; 
background-color: #862633;
border-left: 1px solid #aaaaaa; 
border-top: 1px solid #aaaaaa; 
border-right: 1px solid #aaaaaa; 
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: #862633; 
background-color: #e9e9e9;
border-left: 1px solid #862633; 
border-top: 1px solid #862633; 
border-right: 1px solid #862633; 
padding: 8px 8px 2px 8px;
margin: 0px; 
text-decoration: none;
font-weight: bold;
position: relative;
border-bottom: 2px solid #aaaaaa; 
}

#tabZ a:hover { 
color: #862633; 
background-color: #e9e9e9;
} 

#tabZ a.active:hover { 
background-color: #862633; 
color: #ffffff;
text-decoration: none;
border-bottom: 2px solid #aaaaaa; 
} 


#tabZ li.selected a{
color: #555555; 
background-color: #e9e9e9;
border-top: 1px solid #aaaaaa;
font-weight: bold;
padding: 15px 8px 2px 8px; 
} 

#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;
}