
.SearchLandPrice {
    border-radius: 3px;
    padding: 5px;
}
.SearchLandPrice .Title {
    background: rgba(0, 0, 0, 0) url("Images/p.png") no-repeat scroll left 6px center;
    display: inline-block;
    height: 40px;
}
.SearchLandPrice .Title > span {
    color: #ea2320;
    font: bold 15px/42px arial;
    padding-left: 45px;
    text-transform: uppercase;
}
.SearchLandPrice .SearchForm {
    background: #eee none repeat scroll 0 0;
    border: 1px solid #bbb;
    font: 13px arial;
    margin-bottom: 15px;
    padding: 10px;
}
.SearchLandPrice .SearchForm tr:nth-child(1) input {
    border: 1px solid #abc1de;
    height: 19px;
}
.SearchLandPrice .SearchForm .SearchButton, .CancelButton {
    background: #cc0000 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font: 13px arial;
    margin: 10px 5px 0 0;
    padding: 6px 10px;
}
.SearchLandPrice .SearchForm .SearchButton:hover, .CancelButton:hover {
    background: #ea2320 none repeat scroll 0 0;
}
.SearchLandPrice .Content .rgMasterTable {
    border-collapse: collapse;
}
.SearchLandPrice .Content .RecordCount, .Location {
    margin-bottom: 10px;
}
.SearchLandPrice .Content .RecordCount > span, .Location > span {
    color: #333;
    font-weight: bold;
}
.SearchLandPrice .Content table th {
    background: #d7e1ed none repeat scroll 0 0;
    border: 1px solid #bbb!important;
    color: #222;
    padding: 5px;
    text-align: center;
}
.SearchLandPrice .Content table td {
    background: none!important;
    border: 1px solid #bbb!important;
    padding: 10px 5px;
}

.RadGrid.RadGrid_Office2007 {
    border: medium none!important;
}
.RadGrid .rgGroupHeader {
    background: none!important;
    margin: 0;
    padding: 0;
}
.RadGrid .rgGroupHeader td p {
    color: #333;
    font: bold 13px arial;
    margin: 0;
    padding: 0;
}
.rgGroupHeader .rgGroupCol {
    background: none!important;
}

