@CHARSET "UTF-8";
.button-back {
	float: left;
}
.button-next, .finish {
	float: right;
}
.button-back, .button-next, .finish {
	color: #fff;
	cursor: pointer;
	font: 14px 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;
	background-color:#b0232a;
	font-weight:bold;
	height:20px;
	/*width:40px;*/
}
.button-back:hover, .button-next:hover, .finish:hover {
	border-color: #DFDCD6;
	color:#CCC;
}
.step {
	border: 1px solid #DDD;
	clear: left;
	font: 10px verdana;
	width: 500px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-opera-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.step label {
	color: #444;
	display: block;
	font: bold 10px verdana;
	margin: 10px 0 3px 7px;
}
.step legend {
	color: #B0232A;
	font-size: 18px;
	font-weight: bold;
	padding: 0 2px 3px 2px;
}
.step input, .step textarea, .step select {
	border: 1px solid #AAA;
	font: 10px verdana;
	margin-left: 7px;
}
.error-image {
	background: url('../img/error.png') no-repeat right top;
}
.stepy-titles {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.stepy-titles li {
	color: #DDD;
	cursor: pointer;
	font: bold 15px verdana;
	float: left;
	padding: 10px 40px 10px 2px;
	width:78px;
	height:36px;
	background: url('../img/arrow_gray.png') no-repeat;
	background-position:right;
	padding-right:40px;
}
.stepy-titles li span {
	font: 11px verdana;
	display: block;
}
.stepy-titles .current-step {
	color: #B0232A;
	cursor: auto;
	background: url('../img/arrow-32-64.png') no-repeat;
	background-position:right;
	padding-right:40px;
}
#SignupForm-titles li:first-child {
	padding-right:35px;
}
#SignupForm-titles li:nth-child(2) {
padding-right:60px;
}
#SignupForm-titles li:nth-child(3) {
padding-right:74px;
}
#SignupForm-titles li:nth-child(4) {
padding-right:17px;
}
#SignupForm-titles li:nth-child(5) {
padding-right:75px;
}
#SignupForm-titles li:nth-child(5) div{
	width:128px;
}

#SignupForm-titles li:nth-child(6) {
padding-right:18px;
}

#SignupForm-titles li:nth-child(7) {
padding-right:90px;
}
#SignupForm-titles li:last-child {
	padding-right:60px;
}
/*** Optionaly (jQuery Validate) ***/
label.valid{
	color:green !important;
	/*background:url('../img/OK.png') no-repeat !important;*/
	background: none repeat scroll 0 0 #B5E0B4 !important;
}

.error {
	background-color: #FAF4F4;
}
label.error {
    border: 2px solid #DDDDDD;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 6px #000000;
    color: #FFFFFF;
    font-size: 11px;
    min-width: 120px;
    padding: 4px 10px;
    position: relative;
	width: 150px;
	margin-top: -30px;
	float:right;
	background-color: #EE0101;
	
    
	/*background: url('../img/alert.png') no-repeat;
	color: #DE5130;
	display: block;
	float: left;
	font: 10px verdana;
	height: 13px;
	margin: 3px 3px 0 10px;
	padding-left: 21px;
	padding-top: 2px;*/
}
