<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
    Document   : style
    Created on : Oct 8, 2012, 12:22:52 PM
    Author     : UZ
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.rmsearch {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 5px 5px 5px 5px;
    padding: 10px;
    width: 200px;
}

.rmsearch input, .rmsDropDown {
    background-color: #FFFFFF;
    border: 1px solid #DFDDDD;
    border-radius: 5px 5px 5px 5px;
    color: #333333;
    padding: 4px 2px;
    margin-bottom: 10px;
    margin-top: 3px;
    width: 195px;
}

.rmsearch span {
    margin-bottom:5px;
    color:#d32b31;
    font-weight: bold;
}

.rmsearch a {
    color:#d32b31 !important;
    margin-right:10px;
    font-weight: bold;
    text-decoration:none;
}

.rmsearch .sbtn {
    width:70px;
    cursor:pointer;
}
</pre></body></html>