/* 
    Document   : template.welcome
    Created on : 12-Jul-2011, 1:34:19 PM
    Author     : gsecher
    Description:
        Purpose of the stylesheet follows.
*/

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

root { 
    display: block;
}

.welcome-content h3 {
    margin-top: 20px;
}

.welcome-content h1 {
    color: #8A7A67;
    font: bold 40px/35px Arial;
    margin-top: 50px;
    width: 250px;
}


.search-position-title-line1,.search-position-title-line2 {
    font-family: Arial ;
    font-size: 18px ;
    color : #8a7a67 ;
    line-height: 20px;
    font-weight: bold;
}
.search-position-title-line2 {
    color : #b82e26 ;
    margin-top:2px;
    margin-bottom:15px;
}

.search-position-input {
    background: none;
    background-color: white;
    border: 1px solid #CCC;
    height: 26px;
    width: 350px;
    padding-left: 5px;
}