fieldset {
    border: 0;
}


.kursForm hr {
    display: block;
    width: 95%;
    border: 1px solid #ebebeb;
    border-width: 1px 0 0 0;
    clear: both;
    margin: 10px auto;
}


.ipsMessage {
    background: #ebfcdf;
    padding: 10px;
    border: 1px solid #a4cfa4;
    color: #0e440e;
    line-height: 1.6;
    font-size: 12px;
}
.ipsMessage.error {
    background-color: #f3e3e6;
    border-color: #e599aa;
    color: #80001c;
}


.ipsType_smaller, .ipsType_smaller a {
    font-size: 11px !important;
}
.ipsForm_required {
    color: #ab1f39;
    font-weight: bold;
}
.desc, .desc.blend_links a, p.posted_info {
    font-size: 12px;
    color: #777;
}
.desc.lighter, .desc.lighter.blend_links a {
    color: #a4a4a4;
}
span.error {
    color: #ad2930;
    font-weight: bold;
    clear: both;
}
span.ipsForm_phone_plus {
    position: absolute;
    line-height: 26px;
    padding: 0 5px;
}


.ipsForm {
    font: normal 13px helvetica,arial,sans-serif;
}
.ipsForm_horizontal .ipsField {
    margin-bottom: 15px;
}
.ipsForm_horizontal .ipsField_content, .ipsForm_horizontal .ipsField_submit {
    position: relative;
    margin-left: 200px;
}
.ipsField .ipsField_title {
    font-weight: bold;
    font-size: 15px;
}
.ipsForm_horizontal .ipsField_title {
    float: left;
    width: 185px;
    padding-right: 15px;
    text-align: right;
    line-height: 1.8;
}

.input_text {
    width: 300px;
}
.input_text.phone {
    padding-left: 15px;
    width: 290px;
}
.input_text, .ipsTagBox_wrapper {
    padding: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: #848484 #c1c1c1 #e1e1e1 #c1c1c1;
    background: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.input_text:focus {
	border-color: #4e4e4e #7c7c7c #a3a3a3 #7c7c7c;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}

.ipsButton {
    background: #212121 url(images/form_button.png) repeat-x top;
    border: 1px solid #212121;
    border-width: 1px 1px 0 1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: inset 0 1px 0 0 #5c5c5c, 0px 2px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 1px 0 0 #5c5c5c, 0px 2px 3px rgba(0,0,0,0.2);
    box-shadow: inset 0 1px 0 0 #5c5c5c, 0px 2px 3px rgba(0,0,0,0.2);
    color: #fff;
    text-shadow: 0 -1px 0 #191919;
    font: 300 12px/1.3 Helvetica, Arial, sans-serif;
    line-height: 30px;
    height: 30px;
    padding: 0 10px;
    text-align: center;
    min-width: 125px;
    display: inline-block;
    cursor: pointer;
}

.ipsBullets ul li, .ipsBullets ol li,
ul.ipsBullets li, ol.ipsBullets li {
	list-style: disc;
	margin-left: 30px;
	list-style-image: none;
}