.error_reg, .error_auth{
	color: red;
}
input.btnFill {
    line-height: 48px;
}
.ok_message{
	text-align: center;
	padding: 30px;
	color: green;
}
.error_inp input, .error_inp textarea{
	border-color: red !important;
}
.error_text{
	color: red;
	font-size: 12px;
	font-weight: 400;
	display: none;
}
ol.cs-ol{
	margin-top:5px; 
	margin-bottom:5px;
}
h2.cst-title{
    border-bottom: solid 1px #e8e8e8;
    padding-bottom: 20px;	
}
ol.cs-ol li:before {
    background: none;
    border-radius: none;
    content: "— ";
    position: static;
    display: inline;
    width: auto;
    height: auto;
    background-color: none;
}