form.input {
    border:1px solid #e2e2e2;    
}
form.searchbox {
    margin:0px;
    padding:0px;
    border:0px;
}
input {
    border-top:2px solid #dcdfe3;
    border-right:2px solid #dce0e3;
    border-left:1px solid #e5e9ed;
    border-bottom:1px solid #e5e9ed;
    background-color:#f1f5f8;
    font-family:arial;
    color:#666666;
}
textarea {
    border-top:2px solid #dcdfe3;
    border-right:2px solid #dce0e3;
    border-left:1px solid #e5e9ed;
    border-bottom:1px solid #e5e9ed;
    background-color:#f1f5f8;
    font-family:arial;
    color:#666666;
}
input.error {
    background-color:#db4c4c;
    color:#ffffff;
}
input.searchbox {
    height:18px;   
}
input.searchbutton {
    margin-top:0px;
}

table.form {
    width:100%;
}
td.form_message {
    padding-bottom:12px;
    text-align:center;
}
td.form_col1 {
    padding:11px;
    width:50%;
    vertical-align:top;
}
td.form_col2 {
    padding:11px;
    width:50%;
    vertical-align:top;    
}
td.form_bottom {
    padding:11px;
}
td.form_button {
    padding:4px;
    background-color:#e2e2e2;
    text-align:right;
}

div.form_input {
    clear:both;
    padding-bottom:12px;
    width:100%;
}
div.form_caption {
    display:inline;
    text-align:left;
}
div.form_value {    
    display:inline;
    float:right;
    text-align:right;
}
div.form_button {
    display:inline;
    float:right;
    height:25px;
}
div.form_button_left {
    float:left;
    width:6px;
    height:25px;
    background-image:url('../images/button_left.png');
    background-repeat:no-repeat;
}
div.form_button_text {
    float:left;
    height:25px;
    background-image:url('../images/button_center.png');
    background-repeat:repeat-x;    
}
div.form_button_right {
    float:left;
    width:6px;
    height:25px;
    background-image:url('../images/button_right.png');
    background-repeat:no-repeat;
}

a.form_button {
    display:block;
    padding-top:3px;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:4px;
    
    font-weight:bold;
    color:#ffffff;
}

