

html {

}
body{
	font-family: cairo,sans-serif;
line-height: 1.6;
    font-size: 14px;
font-style: normal;
font-weight: normal;
    
}
	
#header{
	max-width:1100px;
	margin: 30px auto 0;
}

#content{
	max-width:1060px;
	margin: 0 auto;
	padding:0 20px;
}

h1{color: #008000;
    font-weight: normal;
	}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}
.btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: cairo,sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 0.57143rem 1.14286rem 0.64286rem 1.14286rem;
    font-size: 1rem;
    background-color: #37B823;
    border-color: #2c931c;
    color: #FFFFFF;
    transition: background-color 300ms ease-out;
    outline: none;
    z-index: 1;
}


select {

    background-color: #FAFAFA;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    border-color: #88979D;
    color: #222;
    font-family: inherit;
    font-size: 1rem;
    line-height: normal;
    padding: 0.57143rem;
    border-radius: 0;
    height: 2.64286rem;
}
select {
    width: 100%;
}
select {
    padding-top: 0;
    padding-bottom: 0;
}
input[type="file"], input[type="checkbox"], input[type="radio"], select {
    margin: 0 0 1.14286rem 0;
}



input:not([type]), input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #88979D;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    color: #222;
    display: block;
    font-family: inherit;
    font-size: 1rem;
    height: 2.64286rem;
    margin: 0 0 1.14286rem 0;
    padding: 0.57143rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color 0.15s linear,background 0.15s linear;
    -moz-transition: border-color 0.15s linear,background 0.15s linear;
    -ms-transition: border-color 0.15s linear,background 0.15s linear;
    -o-transition: border-color 0.15s linear,background 0.15s linear;
    transition: border-color 0.15s linear,background 0.15s linear;
}
.status, .form-status, .status_type_error, .intro .status {
    border-style: solid;
    border-width: 1px;
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 1.42857rem;
    padding: 1rem 1.71429rem 1rem 1rem;
    position: relative;
    transition: opacity 300ms ease-out;
    background-color: #CC0000;
    border-color: #af0000;
    color: #FFFFFF;
}
.form-group-error input{
	border:1px solid red;
}


	
.form-group.required .control-group label, .form-group.required .control-label {
    font-weight: bold;
}

form .control-label {
    margin-bottom: 0.41667rem;
}

label {
    color: #333740;
    cursor: pointer;
    display: block;
    font-size: 100%;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 0;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="radio"] {
    display:inline-block;
	padding-left:10px;
}

label {
    display:inline-block;
}
