.home-page-contract-search {
    padding: 0;
    height: 27px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-top: 20px;
    width: 277px;
    float: left;
}

.home-page-contract-search #id_contract_search {
    display: inline-block;
    height: 27px;
    width: 250px;
    margin: 0;
    border: none;
    position: relative;
    box-shadow: none;
}

.home-page-contract-search .btn {
    display: block;
    width: 27px;
    height: 27px;
    box-shadow: none;
    top: 0;
    right: 0;
    position: absolute;
    padding: 0;
    margin-right: 155px;
    margin-top: 23px;
}

.home-page h4 {
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
    color: #00aef0;
}

.home-page p.groove {
    margin-top: 25px;
    text-align: center;
    vertical-align: middle;
    height: 40px;
    width: 200px;
    border-style: solid;
    border-color: gainsboro;
    line-height: 30px;
}

.float_right {
    float: right;
    color: #FFFFFF;
    vertical-align: center;
    margin-bottom: 125px;
}

.home-page p.solid {
    background-color: #00aef0;
    border-color: #00aef0;
}

.home-page p a {
    color: #FFFFFF;
    text-decoration: none;
}

.home-page p.black a {
    color: black;
    text-decoration: none;
}

.home-page p.txt_left {
    margin-left: 140px;
    text-align: left;
    vertical-align: middle;
    width: 350px;
    margin-top: 25px;
    font-size: 15px;
}

.home-page img {
    width: 15%;
    display: inline-block;
    float: left;
    margin-top: 20px;
    padding-left: 5px;
}

.home-page .label_right {
    margin-left: 50px;
    font-size: 14px;
    margin-top: 20px;
    width: 350px;
    height: 55px;
}

.home-page .label_right_header {
    font-weight: bold;
    font-size: 16px;
    margin-left: 20px;
    margin-top: 10px;
}

