﻿
.textboxStd, .textboxWatermark {
    background-color:#f6f6f6;
    border:1px solid #c0c0c0;
    height:14px;
    font-family:Arial;
    font-size:11px;
    color:#444444;
    }
    
.textboxWatermark {
    color:#aaaaaa;
}

.buttonStd {
    background: #c0c0c0;
    border:1px solid #444444;
    font-family:Arial;
    font-size:11px !important;
    font-weight:bold;
    height:20px;
    color: #444444;
    }

/* search */
.searchTextbox {
    padding: 2px;
    margin: 0px;
    background: #003f90;
    border:1px solid #427BB0;
    height:14px;
    font-family:Arial;
    font-size:11px !important;
    color: #eeeeee;
    }

.searchButton {
    background: #001C79;
    border:1px solid #427BB0;
    font-family:Arial;
    font-size:11px !important;
    font-weight:bold;
    height:20px;
    color: #eeeeee;
    }

.errText {
    color:#dd0000 !important;
    }