.program-image {
    width: 79px;
    height: 111px;
}

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.alert,
.alert h4 {
    color: #c09853;
}

.alert h4 {
    margin: 0;
}

.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 20px;
}

.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-success h4 {
    color: #468847;
}

.alert-danger,
.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

.alert-danger h4,
.alert-error h4 {
    color: #b94a48;
}

.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-info h4 {
    color: #3a87ad;
}

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
    margin-bottom: 0;
}

.alert-block p + p {
    margin-top: 5px;
}

#form-box input {
    float: left;
}

#form-box input#newsletter-text {
    padding: 3px 3px;
    border-top: 2px solid #787878;
    border-left: 1px solid #bebebe;
    border-bottom: 1px solid #dcdcdc;
    border-right: 1px solid #bebebe;
    width: 174px;
    margin-right: 9px;
    color: #000000;
}

#form-box input#nesletter-submit {
    padding: 0;
    width: 101px;
    height: 25px;
    line-height: 25px;
    color: #000000;
    background: url(/static/img/layout/bg-nesletter-submit.png) left top no-repeat;
    cursor: pointer;
}

#form-box input#nesletter-submit:hover {
    color: #ff0000;
}

.file-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.file-list li {
    margin: 0;
    padding: 0;
}

.controls ul li {
    list-style-type: none;
    display: inline;
}

.ib_box .slider {
    overflow: hidden;
    width: 150px;
}

.slider ul {
    width: 156px;
    height: 215px;
    margin: 0;
    padding: 0;
}

.slider li {
    display: block;
    float: left;
    width: 156px;
    height: 215px;
    padding: 0;
    margin: 0;
}
.asteriskField {
    display: none;
}
.requiredField {
    color:red;
}

.radio input[type="radio"], .checkbox input[type="checkbox"] {
    margin-left: 0 !important;
}