/*.button-back { float: left; }

.button-back, .button-next, .finish {
	border: 1px solid #C9C4BA; color: #7F0055; cursor: pointer; font: 10px verdana; padding: 3px 10px; text-decoration: none;
	-khtml-border-radius: 3px; -moz-border-radius: 3px; -opera-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
}
.button-back:hover, .button-next:hover, .finish:hover { border-color: #DFDCD6; color: #B07; }
*/
a { text-decoration:none; }
#emailform {
	margin-top: 0;
	padding: 0 0 81px 0;
}
.button-next, .finish { 
	float: right; 
	margin: 0 10px 5px 0 !important;
	position: absolute;
	bottom: 0;
	right: 0;
}
.button-back {
	float: left; 
	margin: 0 0 5px 10px !important;
	position: absolute;
	bottom: 0;
	left: 0; 
}
.btn {
	font-size: 20px !important;
	height:auto !important;
	padding:4px 5% !important;
}
.btn-primary {
	background:#3FA6D3 !important;
}
.btn-primary:hover {
	background:#348DB4 !important;
}
.wizard {
	margin:0 auto 10px;
	position:relative;
	z-index:1;
	/*width:65%;*/
}
.files .name {
	width:auto;
}
.step {
	display: block;
	float: left;
	margin: 0;
	padding: 5px;
	border: 1px solid #CCC;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #5A5655;
	background-color: #F8F8F8;
	text-align: left;
	overflow: visible;
	z-index: 88;
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;*/
	width: 97%;
	min-height:300px;
	clear: both;
	position:relative;
}
.step label { color: #444; display: block; font: 400 16px sans-serif; margin: 10px 0 3px 7px; }
.step legend {
	display: block;
	position: relative;
	margin: 0;
	border: 1px solid #E0E0E0;
	padding: 5px;
	font: 100 18px sans-serif;
	color: #fff;
	background-color: #610032;
	clear: both;
	text-align: left;
	z-index: 88;
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;*/
	width:98% !important;
}
.step input, .step textarea { border: 1px solid #AAA; font-size: 20px; margin-left: 7px; }
.step input[type="radio"] { border: none !important; }

.step input { width:40%; text-indent: 10px;margin: 5px 7px;min-height: 40px;outline-color: #4baad3;padding: 5px;}

.step input[class="addImgBtn"] { width:90%;}

.step textarea { font-size:12px; font-weight:100; text-indent:0; }

.finish { border:none !important;}

/*.error-image { background: url('../img/error.png') no-repeat right top; }*/
fieldset {
	margin:10px !Important;
}
.stepy-titles { 
	list-style: none; 
	margin: 0; 
	width: 100%;
	position: relative;
	display: block;
	padding: 0 3px;
	border: 0 solid #E0E0E0;
	float: left; 
}
.stepy-titles li { /*color: #DDD; cursor: pointer; font: bold 18px verdana; float: left; padding: 10px;*/
	color: #CCCCCC;
	background: #F8F8F8;
	border: 1px solid #CCC;
	cursor: text;
	display: block;
	position: relative;
	float: left;
	margin: 5px;
	padding: 3px;
	height: 60px;
	width: 30%;
	text-decoration: none;
	outline-style: none;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
	z-index: 99;

}
.stepy-titles li div:before {
	position: relative;
	float: left;
	width: 30px;
	text-align: center;
	padding: 0 5px 5px;
	font: bold 45px Verdana, Arial, Helvetica, sans-serif;
}
.stepy-titles li div.Step1:before {
	content:"1";
}
.stepy-titles li div.Step2:before {
	content:"2";
}
.stepy-titles li div.Step3:before {
	content:"3";
}
.stepy-titles li div {
	position: relative;
	display: block;
	text-align: left;
	font: bold 20px Verdana, Arial, Helvetica, sans-serif;
}
.stepy-titles li span { 
	font: 11px verdana; 
	display: block; 
	float: left;
	width: 74%; 
}
.stepy-titles .current-step { 
	color: #F8F8F8;
	/*background: #EA8511;
	border: 1px solid #EA8511;*/
	background: #610032;
	border: 1px solid #8B1A54;
	cursor: text;
	-moz-box-shadow: 5px 5px 8px #888;
	-webkit-box-shadow: 5px 5px 8px #888;
	box-shadow: 5px 5px 8px #888;
	/*color: #369;*/ 
	cursor: auto; }

/*** Optionaly (jQuery Validate) ***/

.error { background-color: #FAF4F4 !important; }

label.error { 
	background: url('../img/alert.png') no-repeat; 
	color: #DE5130; 
	display: block; 
	float: left; 
	font: 100 20px sans-serif;
	/*height: 13px; */
	margin: 3px 3px 0 10px; 
	padding-left: 21px; 
	padding-top: 2px;
	background-position: 1px;
}
.wizard .table {
	width:64%;
}
.finish {
	width:auto !important;
}
#leadform-step-0 input[type=radio],
#leadform-step-2 input {
	width:auto;
}
.leadform-buttons {
	margin-top:80px;
}
.leadform-buttons input {
	text-indent:inherit;
}
.inputContainer {
	width:45%;
	float:left;
}
.step .inputContainer input {
	width:90%;
}
@media (max-width:768px){
	.wizard .table {
		width:100%;
	}
	.stepy-titles li {
		width:92%;
	}
	.step, .step input, .step textarea {
		width:90%;
	}
	.step input[type="submit"] {
		width:40%;
	}
	.finish {
		padding:4px 5% !important;
		position:relative;
		margin:auto !important;
	}
	.inputContainer {
		width:100%;
		float:none;
	}
}