/* CSS BY MARC VEENS - S5.nl 
======================================================= 
*/

/*   
  SmartWizard 2.0 plugin 
  jQuery Wizard control Plugin
  by Dipu
  
  http://www.techlaboratory.net
  http://tech-laboratory.blogspot.com
*/
.swMain {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	overflow: visible;
	float: left;
	width: 100%
}

	.swMain .stepContainer {
		display: block;
		position: relative;
		margin: 0;
		padding: 0;
		clear: both;
		margin-bottom: 20px
	}

	.swMain div.actionBar {
		display: block;
		position: relative;
		clear: both;
		margin: 3px 0 0;
		padding: 1em 0 0;
		color: #5A5655;
		min-height: 50px;
		text-align: center;
		overflow: auto;
		z-index: 88
	}

	.swMain .buttonNext {
		display: block;
		float: right;
		margin: 0 0 0 10px
	}

	.swMain .buttonDisabled {
		opacity: .4;
		cursor: text
	}

	.swMain .buttonFinish, .swMain .buttonPrevious {
		display: block;
		float: right;
		margin: 0 0 0 10px
	}

.txtBox {
	border: 1px solid #CCC;
	color: #5A5655;
	font: 13px Verdana,Arial,Helvetica,sans-serif;
	padding: 2px;
	width: 430px
}

	.txtBox:focus {
		border: 1px solid #EA8511
	}

.swMain .loader {
	position: relative;
	display: none;
	float: left;
	margin: 2px 0 0 2px;
	padding: 8px 10px 8px 40px;
	border: 1px solid gold;
	color: #5A5655;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	z-index: 998
}

.swMain .msgBox {
	position: relative;
	display: none;
	float: left;
	margin: 4px 0 0 5px;
	padding: 5px;
	border: 1px solid gold;
	background-color: #FFD;
	font: 400 12px Verdana,Arial,Helvetica,sans-serif;
	color: #5A5655;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	z-index: 999;
	min-width: 200px
}

	.swMain .msgBox .content {
		font: 400 12px Verdana,Arial,Helvetica,sans-serif;
		padding: 0;
		float: left
	}

	.swMain .msgBox .close {
		border: 1px solid #CCC;
		border-radius: 3px;
		color: #CCC;
		display: block;
		float: right;
		margin: 0 0 0 5px;
		outline-style: none;
		padding: 0 2px;
		position: relative;
		text-align: center;
		text-decoration: none
	}

		.swMain .msgBox .close:hover {
			color: #EA8511;
			border: 1px solid #EA8511
		}

.formPage .wizard-steps {
	padding: 5px 0;
	position: relative;
	z-index: 2;
	background: #D9DEDE;
	height: 57px;
	display: block;
	float: left
}

.wizard-steps li {
	float: left;
	position: relative;
	margin: 0;
	width: 25%;
	text-align: center;
	padding: 4px 0;
	font-family: 'Open Sans',Arial,Verdana,sans-serif;
	font-size: 16px;
	font-weight: 400
}

.register2 .wizard-steps li {
	width: 20%;
}

.wizard-steps .wizard-step-bar {
	position: absolute;
	top: 33px;
	z-index: 1;
	width: 74px;
	height: 3px;
	background: #fff;
	border-bottom: 1px solid #fff;
	right: 77px
}

.register2 .wizard-steps .wizard-step-bar {
	right: 87px;
	width: 99px;
}

.wizard-steps li:first-child .wizard-step-bar {
	display: none
}

.wizard-steps a {
	position: relative;
	z-index: 10;
	display: block;
	text-align: center
}

	.wizard-steps a:hover {
		text-decoration: none
	}

.wizard-steps .wizard-step-number {
	float: none;
	position: absolute;
	top: 24px;
	height: 18px;
	line-height: 17px;
	width: 18px;
	left: 50%;
	margin-left: -9px;
	font-size: 11px;
	z-index: 2;
	border: 2px solid #424242;
	border-radius: 100px;
}

.wizard-steps a.done .wizard-step-number, .wizard-steps a.selected .wizard-step-number {
	font-weight: 400
}

.wizard-steps .wizard-step-label {
	text-align: center;
	font-family: 'Open Sans',Arial,Verdana,sans-serif;
	font-size: 16px;
	font-weight: 400
}

.wizard-steps a.selected .wizard-step-label {
	font-weight: 700
}
