ul.inline,
ul.inline li {
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
	}
	
#tabmenu { 
	display:block;
	color: #000; 
	border-bottom: 1px solid #d6d6d6;
	font-size:11px;
	font-weight:bold; 
	z-index: 1; 
	background:url(images/tab_bg.jpg) repeat-x;	 
	height:29px;
	} 		
#tabmenu a {
 	border-right:1px solid #fff;
 	display:block;
	float:left;
    color: #fff; 
    padding: 8px; 
    margin: 0px; 
    text-decoration: none;
    cursor:hand;
    cursor:pointer; 
	background:url(images/tab_bg.jpg) repeat-x;	  
    }  
#tabmenu a:hover { 
 	text-decoration:underline;
  	background:#2f5397;
	color:#fff;
   	}
#tabmenu a.active,
#tabmenu a.active:hover { 
   background:url(images/tab_active.jpg) repeat-x;
   border-bottom:1px solid #fff;
   color:#cb0100;
   cursor:text;
   text-decoration:none;
   }   

#step0,
#step1,
#step2,
#step3,
#step4,
#step5{
	display:block;
	height:100%;
	padding:8px;
	background: #f4f4f4;	
	border:1px solid #f4f4f4;	
	margin:0;
	background:url(images/cf_bg.jpg) repeat-x;
	
	}

#step1,
#step2,
#step3,
#step4,
#step5{
display:none;
}
	
#step0 p,
#step1 p,
#step2 p,
#step3 p,
#step4 p,
#step5 p{
	padding:0px;
	font-size:12px;	
	}
	
#results ul{
	display:block;
	list-style-type:none;
	margin:2px 4px;
	padding:0;
	
	}

#results li{
	display:block;
	list-style-type:none;
	padding:4px 0;
	margin:3px 0;
	background:#fff;
	border:1px solid #f4f4f4;
	border-bottom:1px solid #e4e4e4;
	}

#results a{
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	margin:0 5px;
	padding-left:15px;
	color:#475775;
	
	}



#results a:hover{
	color: #2f5397;
	}
	
	
form{
padding:0;
margin:0;
}	
input.text,select {
	font-size: 11px;
	vertical-align: middle;
	color:#333;	
	font-family: Arial;
	width: 50%;	
	}

	
label {
	font-weight:bold;
	margin:0 0 2px 0;
	display: block;
	border: none;
	}	
input.check {	
	margin-right:4px;
	}
input.radio {
	margin-right: 2px;
	vertical-align: middle;	
	}


.err{
padding:0px;
	font-size:12px;	
	font-weight:bold;
	color:#f00;
}
