
label.error,
.required {
    font-size: 12px;
    color: red;
}
.intro {
	margin: 0 0 10px;
	text-align: center;
}
#wrapper {
	width: 500px;
	margin: 0 auto;
	position: relative;
}


label {
	margin-bottom: 5px;
}
fieldset {
	border: none;
	padding: 0;
    margin: 0 0 10px;
    width: 100%;
}
input, textarea, label, select {
	display: block;
	outline: none;
}
input, textarea, select {
		margin-bottom: 10px;
}
input, textarea {
	background: -moz-linear-gradient(center top , #F2F2F2, #FFFFFF) repeat scroll 0 0 transparent;
    border: 1px solid #DEDEDE;
    border-radius: 5px 5px 5px 5px;
    color: #403D3A;
    font-size: 16px;
    padding: 1px 6px;
}
textarea {
	width: 100%;
	height: 140px;
    resize: none;
    box-sizing: border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;

}
input {    
	width: 200px;
    height: 26px;
}
::-webkit-input-placeholder {
   color: #ccc;
}
:-moz-placeholder {
   color: #ccc;
}

a {
	color: #333;
	font-size: 20px;
	text-decoration: none;
}
.simple-form-button {
	-moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: -moz-linear-gradient(center top , #FFFFFF, #EEEEEE) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(center top , #FFFFFF, #EEEEEE) repeat scroll 0 0 transparent;
    border-color: #E2E2E2 #DDDDDD #CCCCCC;
    border-left: 1px solid #DDDDDD;
    border-radius: 5px 5px 5px 5px;
    border-right: 1px solid #DDDDDD;
    border-style: solid;
    border-width: 1px 1px 2px;
    color: #000000;
    cursor: pointer;
    font-size: 9pt;
    margin: 0;
    padding: 8px 18px;
    width: auto;
    height: auto;
}
.submit-button {
	background: -moz-linear-gradient(center top , #FFFFFF, #2a8db4) repeat scroll 0 0 transparent;
    float: right;
    display: none;
}

.form-controls {
    clear: both;
}

.previous-fieldset {
	display: none;
	float: left;
}
.next-fieldset {
	float: right;
}

a.next-fieldset,
a.previous-fieldset {
	color: #ccc;
}

.clear {
	clear: both;
}
.progress {
	border-bottom: 1px solid #EEECE9;
    border-top: 1px solid #FFFFFF;
    height: 20px;
}

.progress-bar {
        height: 4px;  /* Can be anything */
        position: relative;
        /* background: #e2e2e2; */
        padding: 0;
        margin: 10px 0 70px 0;
        /* overflow: hidden; */
}

.progress-bar .progress-bg{
        display: block;
        height: 100%;
        background-color: rgb(43,194,83);
        overflow: hidden;
        width: 0%;
        background: #3a7bd5;  /* fallback for old browsers */
        background: -webkit-linear-gradient(to left, #3a6073, #3a7bd5);  /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to left, #3a6073, #3a7bd5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.progress-bar .progress-text {
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 10;
    font-weight: 500;
    font-size: 24px;
    color: #000;
    
}