@CHARSET "UTF-8";

.button-back { float: left; }
.button-next, .finish { float: right; }

.step { clear: left; }

.error-image { background: url('../img/error.png') no-repeat right top; }

.stepy-titles { list-style: none; margin: 0px 0px 10px 0px; padding: 0; width: 100%; border-top:1px solid #DCE5EE; border-bottom:1px solid #DCE5EE; background-color: #E4EDE3; }
.stepy-titles li { color: #CCC; cursor: pointer; font: bold 16px Tahoma; float: left; padding: 10px 45px 10px 10px; }
.stepy-titles li div { float:left; margin-right:5px; }
.stepy-titles li span { font: 11px Tahoma;}
.stepy-titles .current-step { color: #68A965; cursor: auto; }

/*** Optionaly (jQuery Validate) ***/

.error { background-color: #FAF4F4; }

label.error { 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; }