/* 
    Document   : screen
    Created on : 01-Jun-2009, 18:06:16
    Author     : mbp-tomek
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#string, #job_location {
    padding: 2px 5px;
    width: 260px;
    border: 2px solid #901C1D;
    color: green;
    font-size: 20px;
}

#string, #job_location {
    border:2px solid black;
    color:green;
    font-size: 114%;
    padding:2px 5px;
    width:260px;
    font-weight: bold;
}

.search_now {
    background-color:green;
    border:2px solid black;
    color:white;
    cursor:pointer;
    font-size:113%;
    font-weight:bold;
    line-height:16px;
    margin:0;
    padding:2px 5px;
    text-align:center;
    text-decoration:none;
}

#top_ad_banner {
	margin-bottom:3em;
	}
	
#middle_ad_banner {
	margin-top:3em;
	margin-bottom:3em;
	}

#bottom_ad_banner {
	margin-top:3em;
	}