﻿html {
    height:100%;
}

body {
    background: #177fec url(/Shared/Templates/110/i/1/real_estate_site_bkgd.jpg) repeat-x top;
    margin: 0;
    height:100%;
    font-family: Verdana, Arial, Sans-Serif;
}

img {
    border:0;
}

#container {
    position: absolute;
    left: 0;
    width: 997px;
}


/*------------------------------------------------------------------------------------------------------------------
>>> MAIN HOME AREA <<<
>>> mainHomeContainer, flashHeader, navigation, navigationControl, mainHomeContentArea, quickSearch, quickSearchControl,
    listingsByEmail, login, loginControl, informationCenter, quickLinks <<<
------------------------------------------------------------------------------------------------------------------*/


#mainHomeContainer {
    position: relative;
    width: 770px;
    height: 845px;
    z-index: 800;
    background: url(/Shared/Templates/110/i/1/real_estate_home_main_bkgd.jpg) no-repeat;
}

#flashHeader {
    position: absolute;
    top: 15px;
    left: 5px;
    width: 765px;
    height: 145px;
}

#sademobroker-home
{
	position:absolute;
	top:0px;
}      
      
#navigation {
    position: absolute;
    z-index: 1000;
    top: 160px;
    left: 5px;
    width: 765px;
    height: 33px;
    margin-top: 0;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
    line-height: 18px;
    background: url(/Shared/Templates/110/i/1/real_estate_nav_bkgd.gif) no-repeat;
}

/*-->> NAVIGATION CONTROL <<--------------------------------------------------------------------------------------------------------*/

#navigationControl {
    position: absolute;
    top: 1px;
    left: 0;
    width: 764px;
    height: 33px;
}

#navigationControl img {
    display: block;
    float: left;
    background: url(/Shared/Templates/110/i/1/real_estate_nav_div.gif) no-repeat right;
    padding-right: 1px;
}
#navigationControl .navLast {
    padding: 0px;
}

.navSubMenu {
	border: solid 1px #a9a8a8;
}

.navSubEntry td{
	display: block;
	padding: 2px 10px 2px 25px;
	color: #fff;
	background: #000 url(/Shared/Templates/110/i/1/real_estate_nav_item_icon.gif) no-repeat 5px 7px;
}

.navSubEntry a{
    color: #fff;
}

.navSubEntryHover td{
	color: #fff;
	background: #ff5f01 url(/Shared/Templates/110/i/1/real_estate_nav_item_ro.gif) no-repeat 3px 7px;
}

/*---------------------------------------------------------------------------------------------------------------------------------*/


#mainHomeContentArea {
    position: absolute;
    top: 299px;
    left: 5px;
    width: 765px;
    height: 508px;
}

#quickSearch {
    position: absolute;
    top: 0;
    left: 0;
    width: 491px;
    height: 282px;
    background: #fff url(/Shared/Templates/110/i/1/real_estate_qsearch_bkgd.gif) no-repeat;
}

#quickSearchFindAgent {
    position: absolute;
    top: 31px;
    left: 285px;
    width: 121px;
    height: 25px;
}

#quickSearchAdvanced {
    position: absolute;
    top: 203px;
    left: 32px;
    width: 289px;
    height: 53px;
    background: url(/Shared/Templates/110/i/1/real_estate_advsearch_bkgd.jpg) no-repeat;
}

#quickSearchAdvancedText {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    color: #7c8288;
    text-align: right;
    margin-top: 12px;
    margin-right: 31px;  
}
#quickSearchAdvancedText a{
    color: #7c8288;
    font-weight: bold;
    text-decoration: none;
}
#quickSearchAdvancedText a:hover{
    color: #0841d7;
    text-decoration: underline;
}

#quickSearchCityTip {
    position: absolute;
    top: 135px;
    left: 145px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 10px;
    color: #ff5f01;
}

/*---------------------------------------------------------------------------------------------*/

#quickSearchControl {
    position: absolute;
    top: 56px;
    left: 23px;
}

.QuickSearchHome {
    position: relative;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    color: #000;
}

.QuickSearchHome select {
    font-size: 11px;
    width: 145px;
    height: 18px;
}

.QuickSearchHome #propertyTypeLabel {
    position: absolute;
    top: 26px;
    left: 0;
    width: 112px;
    text-align: right;
    font-weight: bold;   
}
.QuickSearchHome #propertyTypeControl {
    position: absolute;
    top: 23px;
    left: 122px;
}
.QuickSearchHome #areaLabel {
    position: absolute;
    top: 54px;
    left: 0;
    width: 112px;
    text-align: right;
    font-weight: bold; 
}
.QuickSearchHome #areaControl {
    position: absolute;
    top: 52px;
    left: 122px;
}
.QuickSearchHome #priceLabel {
    position: absolute;
    top: 114px;
    left: 0px;
    width: 112px;
    text-align: right;
    font-weight: bold; 
}
.QuickSearchHome #priceDropDown {
    position: absolute;
    top: 112px;
    left: 122px;
}
.QuickSearchHome #bathsLabel {
    position: absolute;
    top: 114px;
    left: 278px;
    width: 50px;
    text-align: right;
    font-weight: bold;
}
.QuickSearchHome #bathsControl {
    position: absolute;
    top: 112px;
    left: 338px;
}
.QuickSearchHome #bathsControl select {
    width: 70px;  
}
.QuickSearchHome #bedsLabel {
    position: absolute;
    top: 87px;
    left: 278px;
    width: 50px;
    text-align: right;
    font-weight: bold;
}
.QuickSearchHome #bedsControl {
    position: absolute;
    top: 84px;
    left: 338px;
}
.QuickSearchHome #bedsControl select {
    width: 70px;
}
.QuickSearchHome #mlsidLabel {
    position: absolute;
    top: 26px;
    left: 278px;
    width: 50px;
    text-align: right;
    font-weight: bold;
}
.QuickSearchHome #mlsidControl {
    position: absolute;
    top: 23px;
    left: 338px;
}
.QuickSearchHome #mlsidControl input {
    font-size: 11px;
    width: 66px;
    height: 13px;
}
.QuickSearchHome #postalCodeLabel {
    position: absolute;
    top: 53px;
    left: 278px;
    width: 50px;
    text-align: right;
    font-weight: bold;
}
.QuickSearchHome #postalCodeControl {
    position: absolute;
    top: 52px;
    left: 338px;    
}
.QuickSearchHome #postalCodeControl input {
    font-size: 11px;
    width: 66px;
    height: 13px;
}
.QuickSearchHome #searchButton {
    position: absolute;
    top: 159px;
    left: 333px;
}
.QuickSearchHome #searchButton input {
    font-weight: bold;
    font-size: 13px;
    height: 29px;
    width: 76px;
    color: #fff;
    border: 0;
    background: url(/Shared/Templates/110/i/1/real_estate_qsearch_btn.gif) no-repeat;
    cursor: pointer;
}

/*------ QUICK SEARCH STYLES NOT USED -------*/

.QuickSearchHome #advancedSearch {
	display: none;
}
.QuickSearchHome #advancedSearch a {
    display: none;
}
.QuickSearchHome #advancedSearch a:hover {
    display: none;
}

.QuickSearchHome #minPriceControl {
    display: none;
    height:12px;
    font-size:11px;
}
.QuickSearchHome #maxPriceControl {
    display: none;
    height:12px;
    font-size:11px;
}

/*---------------------------------------------------------------------------------------------*/

#listingsByEmail {
    position: absolute;
    top: 0;
    left: 491px;
    width: 274px;
    height: 282px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    background: #fff url(/Shared/Templates/110/i/1/real_estate_listings_bkgd.jpg) no-repeat;
}

#listingsByEmailIntro{
    position: absolute;
    top: 59px;
    left: 14px;
    color: #798082;
    font-size: 12px;
    line-height: 16px;   
}
#listingsByEmailIntro a{
    font-weight: bold;
    color: #ff5d00;
    line-height: 30px;
    padding-left: 16px;
    background: url(/Shared/Templates/110/i/1/real_estate_link_arrow.gif) no-repeat left;
    text-decoration: none;
}
#listingsByEmailIntro a:hover{
    color: #ff5d00;
    text-decoration: underline;
}

#listingsByEmailLink {
    position: absolute;
    top: 248px;
    left: 14px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 9px;
    color: #5373a2;
}
#listingsByEmailLink a{
    color: #5373a2;
    text-decoration: none;
}
#listingsByEmailLink a:hover{
    color: #5373a2;
    text-decoration: underline;
}


/*---------------------------------------------------------------------------------------------*/

#login {
    position: absolute;
    top: 157px;
    left: 14px;
}

#loginTitle {
    position: absolute;
    top: 0;
    left: 0;
    width: 131px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    color: #5373a2;
}

#loginControl {
    position: absolute;
    top: 22px;
    left: -6px;
    margin: 0;
    padding: 0;
}

#loginControl a{
    color: #919fc5;
    font-weight: normal;
}
#loginControl input {
    margin-bottom: 5px;
    padding: 1px;
    /*background: #eaebeb;*/
}

.LoginButtonTop {
    position: absolute;
    top: 47px;
    left: 5px;
    width: 63px;
    height: 18px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    border: 0; 
    background: url(/Shared/Templates/110/i/1/real_estate_login_btn.gif) no-repeat 0px 2px;
    cursor: pointer;
}

.LoginField {
    font-family: Arial;
    font-size:11px;
    font-weight: normal;
    color: #535353;
    margin: 0;
    padding: 0;
    height:12px;
    width: 115px;
    background: #eaebeb;
}

/*---------------------------------------------------------------------------------------------*/

#informationCenter {
    position: absolute;
    top: 282px;
    left: 0;
    width: 491px;
    height: 226px;
    background: #fff url(/Shared/Templates/110/i/1/real_estate_icenter_bkgd.gif) no-repeat;
}
#informationCenterFlash {
    position: absolute;
    top: 44px;
    left: 23px;
}

#quickLinks {
    position: absolute;
    top: 282px;
    left: 491px;
    width: 274px;
    height: 226px;
    background: #fff url(/Shared/Templates/110/i/1/real_estate_qlinks_bkgd.gif) no-repeat;
}

#quickLinksContainer {
    position: absolute;
    top: 56px;
    left: 14px;
}

.quickLinksItem {
    position: relative;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    color: #5b5b5b;
    line-height: 18px;
    background: url(/Shared/Templates/110/i/1/real_estate_orange_arrow.gif) no-repeat left;
    padding-left: 14px;
    /*padding-bottom: 10px;*/
    width:210px;
}
.quickLinksItem a{
    color: #5b5b5b;
    text-decoration: none;
}

.quickLinksItem a:hover{
    color: #ff5f01;
    text-decoration: underline;
}

.livePersonLink {
    position: relative;
    padding-top: 10px;
}


/*------------------------------------------------------------------------------------------------------------------
>>> HOME RIGHT AREA <<<
>>> subHomeContainer, featuredProperty, featuredPropertyControl, yourHomeValue, realEstateCareers <<<
------------------------------------------------------------------------------------------------------------------*/

#subHomeContainer {
    position: absolute;
    z-index: 500;
    top: 0;
    left: 770px;
    width: 227px;
    height: 845px;
    background: url(/Shared/Templates/110/i/1/real_estate_home_right_bkgd.jpg) no-repeat;
}

#realEstateGetPreaproved {
    position: absolute;
    top: 15px;
    left: 0px;
}

/*---------------------------------------------------------------------------------------------*/

#featuredPropertyControl {
    position: absolute;
    top: 32px;
    left: 9px;
    width: 173px;
    height: 130px;
    text-align: center;
}
#featuredPropertyControl a{
    text-decoration: none;
}
#featuredPropertyControl a:hover{
    color: #ff5f01;
    text-decoration: underline;
}

.FeatHeader {
    display:none;
}

.FeatImage {
    position: relative;
    width: 173px;
    height: 130px;
    padding: 0 0 7px 0;
}

.FeatStreet {
    position: relative;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 11px;
    font-weight: bold;
    color: #000;
    width: 174px;
    text-align: center;
    margin-top: 10px;
}

.FeatCityState {
    position: relative;
    float: left;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 11px;
    color: #000;
    margin-left: 6px;
    margin-top: 2px;
    text-decoration: none;
}

.FeatZip {
    display: none;
}

.FeatPrice {
    position: relative;
    float: right;
    color: #000;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 11px;
    margin-top: 2px;
    margin-right: 5px;
    text-decoration: none;
}

.FeatDescription {
    display: none;
}

#featuredPropertyLink {
    position: absolute;
}

/*---------------------------------------------------------------------------------------------*/

#yourHomeValue {
    position: absolute;
    top: 250px;
}
#yourHomeValueFlash {
    position: absolute;
}

#realEstateCareers {
    position: absolute;
    top: 485px;
    left: 12px;
    width: 196px;
    height: 222px;
    background: url(/Shared/Templates/110/i/1/real_estate_careers_bkgd.gif) no-repeat;
}

#realEstateCareersFlash {
    position: absolute;
    top: 34px;
    left: 12px;
    width: 173px;
    height: 174px;
}

#agentToolsLogin {
    position: absolute;
    top: 810px;
    left: 15px;
    width: 196px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    font-weight: bold;
    color: #ff5f01;
    text-align: center;
}
#agentToolsLogin a{
    color: #ff5f01;
    text-decoration: none;
}
#agentToolsLogin a:hover{
    color: #ff5f01;
    text-decoration: underline;
}


/*------------------------------------------------------------------------------------------------------------------
>>> SUB PAGE <<<
>>> subHomeContainer, featuredProperty, featuredPropertyControl, yourHomeValue, realEstateCareers <<<
------------------------------------------------------------------------------------------------------------------*/

#mainSubContainer {
    position: relative;
    width: 770px;
    height: 194px;
    z-index: 800;
    vertical-align:top;
    background: url(/Shared/Templates/110/i/1/real_estate_sub_main_bkgd.jpg) no-repeat;  
}

#mainContentSub {
    position: relative;
    width: 1010px;
    margin-top: 0;
    background: url(/Shared/Templates/110/i/1/real_estate_sub_bkgd_rpt.jpg) repeat-y;  
}

#subContentMain {
    position: relative;
    width: 770px;
    min-height: 600px;
    background: #fff url(/Shared/Templates/110/i/1/real_estate_content_bkgd.gif) repeat-y;
}

#subContent {
    position: relative;
    font-size: 12px;
    color: #000;
    line-height: 16px;
    margin-left: 162px;
    padding: 6px 15px 0 20px;
    background:url(/Shared/Templates/110/i/1/real_estate_sub_content_bkgd.gif) no-repeat 0% 0%;
}

#subContent a{
    color: #ff5f01;
    text-decoration: none;
}
#subContent a:hover{
    color: #ff5f01;
    text-decoration: underline;
}

#subRightContainer {
    position: absolute;
    z-index: 500;
    top: 0;
    left: 770px;
    width: 240px;
    height: 845px;
    background: url(/Shared/Templates/110/i/1/real_estate_sub_right_bkgd.jpg) no-repeat;
}

#subContentFooter {
    position: relative;
    width: 1010px;
    height: 110px;
    background: url(/Shared/Templates/110/i/1/real_estate_content_footer.jpg) no-repeat;
}

*html #subContent {
    height: 600px;
    margin-top: 0;
    padding-top: 15px;
}

.PageContent {
	background:#fff;
	padding-bottom:10px;
}

.PageHeading {
    background:#ffffff;
    color: #e75601;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
}
.PageHeading h3 {
    font-size: 22px;
}

#leadFormIntro {
    color: #616161;
    font-size: 12px;
    line-height: 18px;
    padding-right: 15px;
}

#leadContent {
    color: #616161;
    font-weight: bold;
    font-size: 11px;
    padding-left: 15px;
    padding-top: 20px;
    margin-top: 10px;
    background: url(/Shared/Templates/011/i/1/real_estate_content_div.gif) no-repeat left top;
}

#leadContent textarea {
    width: 350px;
}

.FormSectionHeading {
    font-size: 14px;
    color: #e75601;
    margin-top: 25px;
    margin-left: -15px;
    padding-left: 15px;
    padding-top: 20px;
    background: url(/Shared/Templates/011/i/1/real_estate_content_div.gif) no-repeat left top;
}

.FormSectionDescription {
    margin-top: -18px;
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 12px;
}

#divDefaultLeadDisclaimer {
    font-size: 10px;
    line-height: 14px;
    color: #616161;
    padding-right: 25px;
}

.FormSubmitButton {
    padding: 15px 0 15px 15px;
}
.FormSubmitButton input{
    width: 120px;
    height: 35px;
    color: #e75601;
    font-size: 16px;
    font-weight: bold;
}

#OpenHousesHeader h1 {
    background:#ffffff;
    color: #e75601;
    font-size: 22px;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
}  

#subAgentToolsLogin {
    position: absolute;
    top: 70px;
    left: 800px;
    width: 164px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    font-weight: bold;
    color: #ff5f01;
    text-align: center;
}
#subAgentToolsLogin a{
    color: #ff5f01;
    text-decoration: none;
}
#subAgentToolsLogin a:hover{
    color: #ff5f01;
    text-decoration: underline;
}


/*------------------------------------------------------------------------------------------------------------------
>>> FOOTER <<<
>>> footer, seoLinks, copyright, areaList, siteCredit <<<
------------------------------------------------------------------------------------------------------------------*/

#footer {
    position: relative;
    /*top: 850px;
    left: 10px;*/
    width: 950px;
    font-size: 11px;
    line-height: 14px;
    color: #fff;
    margin: 0 0 0 10px;
    padding-top: 10px;
}
#footer a{
    text-decoration: none;
    color: #fff;
}
#footer a:hover{
    text-decoration: underline;
    color: #fff;
}

#seoLinks {
    position: relative;
    /*top: 20px;
    left: 0;*/
    color: #d9ecff;
    padding-bottom: 40px;
    padding-top: 7px;
}
#seoLinks a{
    color: #d9ecff;
    text-decoration: none;
}
#seoLinks a:hover{
    color: #fff;
    text-decoration: underline;
}

#copyright p{
    margin: 0;
}

#areaList p{
    margin: 0;
}

#siteCredit {
    display: none;
}

/*------------------------------------------------------------------------------------------------------------------
>>> AGENT TEMPLATE STYLES <<<
>>> subLeftContainer, agentInfo, agentPhoto, agentDetails, agentName, leftNavigation, leftNavItem, leftNavArrow,
LoginTextBox <<<
------------------------------------------------------------------------------------------------------------------*/

#subLeftContainer
{
	background:transparent url(/Shared/Templates/110/i/1/real_estate_sub_left_bckg.jpg) no-repeat scroll 0% 0%;
	left:0px;
	position:absolute;
	top:194px;
	width:162px;
	z-index:500;
	min-height:134px;
	font-size:11px;
}

#agentInfo
{
	position:relative;
	line-height:15px;
}

#agentPhoto
{
	padding-top:27px;
	padding-left:15px;
}

#agentDetails
{
	margin-top:10px;
	position:relative;
	color:#fff;
	text-align:center;
	line-height:14px;
	padding-bottom:20px;
	background: url(/Shared/Templates/110/i/1/real_estate_left_nav_item_bckg.gif) no-repeat bottom;
}

#agentDetails a
{
	color:#fff;	
}

.agentName
{
	font-weight:bold;
}

#leftNavigation
{
	position:relative;
	font-size:11px;
	color:#fff;
}

#leftNavigation a
{
	color:#fff;
	text-decoration:none;
}

#leftNavigation a:hover
{
	color:#fff;
	text-decoration:underline;
}

.leftNavItem
{
	position:relative;
	padding-left:24px;
	vertical-align:middle;
	background: url(/Shared/Templates/110/i/1/real_estate_left_nav_item_bckg.gif) no-repeat bottom;
	padding-top:9px;
	padding-bottom:9px;
}
.leftNavArrow
{
	background: url(/Shared/Templates/110/i/1/real_estate_arrow.gif) no-repeat 0% 50%;
	padding-left:9px;
	line-height:11px;
}

.LoginTextBox
{
	margin:2px;
}

/*--------------------------- HOME PAGE -----------------------------------------------------*/

.HomeBuyersSellers
{
	padding-right:10px;
}

#Home, .HomeRightContent, .HomeLeftContent
{
	font-size:12px;
	font-family:Arial, Verdana, Tahoma;
}

#Home a, .HomeRightContent a, .HomeLeftContent a
{
	color:#0066cc;
	text-decoration:none;
}

#Home a:hover, .HomeRightContent a:hover, .HomeLeftContent a:hover
{
	color:#0066cc;
	text-decoration:underline;
}

#HomeBuyersSellers
{
	margin-top:15px;
	margin-bottom:20px;
}

.FeatTable
{
	margin-bottom:20px;
}

.HomeListingsByEmail
{
	margin-bottom:20px;
}

.HomeQuickSearch
{
	margin-bottom:20px;
	font-family:Arial, Verdana, Tahoma;
	line-height:15px;
}

.HomeQuickSearch input
{
	margin:3px;
}

.HomeQuickSearch select
{
	margin:3px;
}

.fntHomeHeader
{
	background:transparent url(/Shared/Templates/101/i/8/real_estate_home_hdr_bkgd.gif) no-repeat scroll 0%;
	font-size:18px;
	margin:0pt 0pt 10px -10px;
	padding:10px 0pt 10px 10px;
	z-index:500;
}

/*--->> REO Search Page (Shared) <<---------------------------*/

.reoSearch {
    position: relative;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    border: solid 1px #d3d3d3;
    padding: 0 10px 10px 10px;
}
.reoSearch select {
    font-size: 12px;
    width: 300px;
    height: 21px;
}
.reoSearch #propertyTypeLabel {
    position: relative;
    margin-top: 12px;
    width: 100%;
    border-top: dashed 1px #d3d3d3;
    padding-top: 12px;
}
.reoSearch #propertyTypeControl {
    position: relative;
    margin-top: 3px;
}
.reoSearch #propertyTypeControl select {
    width: 200px;
}
.reoSearch #areaLabel {
    position: relative;
    margin-top: 12px;   
}
.reoSearch #areaControl {
    position: relative;
    margin-top: 3px;
}
.reoSearch #priceLabel {
    position: relative;
    margin-top: 12px;     
}
.reoSearch #minPriceControl {
    display: none;
}
.reoSearch #maxPriceControl {
    display: none;
}
.reoSearch #priceDropDown {
    position: relative;
    margin-top: 3px;
}
.reoSearch #priceDropDown select{
    width: 200px;
}
.reoSearch #postalCodeLabel {
    position: relative;
    margin-top: 12px;   
}
.reoSearch #postalCodeControl {
    position: relative;
    margin-top: 3px;  
}
.reoSearch #postalCodeControl input {
    width: 100px;
}
.reoSearch #mlsidLabel {
    position: relative;
    margin-top: 12px;   
}
.reoSearch #mlsidControl {
    position: relative;
    margin-top: 3px;
}
.reoSearch #mlsidControl input {
    width: 100px;
}
.reoSearch #bathsLabel {
    position: relative;
    margin-top: 12px;  
}
.reoSearch #bathsControl {
    position: relative;
    margin-top: 3px;
}
.reoSearch #bathsControl select {
    width: 145px;  
}
.reoSearch #bedsLabel {
    position: relative;
    margin-top: 12px; 
}
.reoSearch #bedsControl {
    position: relative;
    margin-top: 3px;
}
.reoSearch #bedsControl select {
    width: 145px;
}
.reoSearch #searchButton {
    position: relative;
    margin-top: 15px;
    border-top: dashed 1px #d3d3d3;
}
.reoSearch #searchButton input {
    font-size: 13px;
    height: 25px;
    width: 125px;
    color: #000;
    margin-top: 15px;      
}
.reoSearch #advancedSearch {
	display: none;
    font-size: 10px;
    color: #3d5170;
    font-style: normal;
}
.reoSearch #advancedSearch a {
    color: #3d5170;
    text-decoration: underline;
}
