@charset "utf-8";


.ocp ul.formfields {
    list-style:none;
}

.ocp ul.formfields li {
    background-color:#f2f2f2;
    line-height:38px;
    margin-bottom:1px;
    padding: 0 10px;
}

.ocp ul.schoollist {
    background-color: #FFF;
    border: 1px solid #E2E1D7;
    display: inline;
    float: left;
    width: 300px;
}
.ocp ul.schoollist li {
    padding: 6px;
    border-top: 1px solid #E2E1D7;
    position: relative;
}
.ocp ul.schoollist li:first-child {
    padding: 6px;
    border-top: 0px;
}

.ocp ul.schoollist li a.title {
    font-weight: bold;
    border: 1px solid #B7B9B5;
    display: inline-block;
    padding: 5px 10px;
    text-decoration: none;
}
.ocp ul.schoollist li.current {
    background-color: #E2E1D7;
}
.ocp ul.schoollist a.andmore{
    float: right;
    position: absolute;
    right: 5px;
    bottom: 5px;
    border: 0px;
}
.ocp