/* VHR Worldwide */

/* Steps */

.step label {
	color: #66431c;
	font-weight: bold;
	margin-bottom: .72em;
}

.step label .heading {
	font-size: 1.09em;
}

.step {
	overflow: hidden;
	*height: 1%;
	padding: 12px 0;	
}

/* Setting */

.step .step_setting {
	float: left;
	width: 35%;
	position: relative;
}

.step .step_setting input,
.step .step_setting select {
	width: 90%;
}

.step .step_setting .arrow {
	display: block;
	background: url('../images/arrow_l_grey.gif') top left no-repeat;
	width: 9px;
	height: 16px;
	position: absolute;
	right: 4px;
	top: 24px
}

/* Instructions */

.step .step_instructions {
	float: left;
	width: 19%;
}

/* Description */

.step .step_description {
	float: right;
	width: 37%;
	padding-left: 15px;
	border-left: 1px solid #c6c6c6;
}

/* Footer */

#ww_footer .success_box	 {
	width: 40%;
}

#ww_submit {
	width: 25%;
	text-align: right;
}

