.art-postcontent .osm-page-title {
    margin: 10px 0 !important;
    border-bottom: 1px solid #E2E8EE;
    padding-left: 10px;
    padding-bottom: 5px;
}

.art-postcontent h2.osm-heading, .art-postcontent h2.eb-heading {
	margin-bottom: 20px;
    border-top: 1px solid #E2E8EE;
    padding-top: 10px;
}

.art-postcontent h3.osm-heading {
	margin: 10px 0;
}

.control-group {
	margin-bottom: 15px;
}

form.form-horizontal .control-label label {
	font-weight: normal;
}

.control-label {
    float: left;
    width: 140px;
    padding-top: 5px;
    text-align: right;
	color: #c7452b;
}

.controls {
	margin-left: 160px;
}

.control-group:after {
    clear: both;
}

.control-group:before, .control-group:after {
    display: table;
    content: "";
}

.clearfix:after {
    display: block;
    content: "";
    clear: both;
}

form.form-horizontal select,
form.form-horizontal textarea,
form.form-horizontal input[type="text"],
form.form-horizontal input[type="number"],
form.form-horizontal input[type="email"],
form.form-horizontal input[type="tel"],
form.form-horizontal input[type="url"],
form.form-horizontal input[type="password"] {
    display: inline-block;
    height: 18px;
    padding: 4px;
    margin-bottom: 9px;
    font-size: 13px;
    line-height: 18px;
    color: #555555;
    box-sizing: content-box;
}

form.form-horizontal textarea,
form.form-horizontal input[type="text"],
form.form-horizontal input[type="number"],
form.form-horizontal input[type="email"],
form.form-horizontal input[type="tel"],
form.form-horizontal input[type="url"],
form.form-horizontal input[type="password"] {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

form.form-horizontal textarea:read-only,
form.form-horizontal input[type="text"]:read-only,
form.form-horizontal input[type="number"]:read-only,
form.form-horizontal input[type="email"]:read-only,
form.form-horizontal input[type="tel"]:read-only,
form.form-horizontal input[type="url"]:read-only,
form.form-horizontal input[type="password"]:read-only {
    background-color: #eee;
}