.ums_people_search label{
    font-weight: bold;
}

div.ups_campus {
    min-width: 250px;
    float: left;
    clear: both;
    margin-bottom:10px;

}
div.ups_query {
    min-width: 250px;
    float: left;
    clear: both;
    margin-bottom:10px;
}

div.ups_submit {
    min-width: 250px;
    float: left;
    clear: both;
    margin-bottom:10px
}
.ums_people_search_checkbox{
    vertical-align:middle;
}

._link{
    cursor: pointer;
}

.ups_button{
    box-shadow:inset 0 1px 0 0 #ffffff;
    background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
    background-color:#f9f9f9;
    border-radius:6px;
    border:1px solid #dcdcdc;
    display:inline-block;
    cursor:pointer;
    color:#666666;
    font-size:15px;
    font-weight:bold;
    padding:6px 24px;
    text-decoration:none;
    text-shadow:0 1px 0 #ffffff;
}

.ups_button:hover {
    background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
    background-color:#e9e9e9;
}
.ups_button:active {
    position:relative;
    top:1px;
}

th.ums_people_search_table_sorter {
    white-space: nowrap;
}

.clearer {
    clear: both;
}
