/* CSS Document */

	.btn-group:hover, .btn-group.active {
		background: #a19062;
		color:#fff;
	}
	.btn-group ul.dropdown-menu li a:hover {
		background:#6e6f71;
		color:#fff;
	}
	.A4form table.myTable th {
		background: #edb;
		color:#000;
	}
	.A4form table.sTable th {
		background: #fff;
	}
	.but-primary { 
		color: #fff; 
		background:#a19062;
		background:#6e6f71;
	} 
	.but-primary:hover, 
	.but-primary:focus, 
	.but-primary.active, 
	.open .dropdown-toggle.xbut-primary { 
		background:#6e6f71;
		background:#a19062;
		color:#fff;
	} 
	button.but-primary[disabled], 
	button.but-primary[disabled]:hover{
	  background:#a19062;
	  color:#fff;
	}
	.steps li.active a, .steps li.active p {
	  background: #a19062;
	  color: #fff;
	}
	.steps li.active a:after, .steps li.active p:after {
	  border-left: 12px solid #a19062;
	}
























