/* ------------------------------------------------------------------- */
/* Gloabls
/* ------------------------------------------------------------------- */

button { cursor: pointer }

.left { float: left }
.right { float: right }
.hand { cursor: pointer }
.text-center { text-align: center }
.text-left { text-align: left }
.text-right { text-align: right }

.aw_content_block {
	text-align: left;
}

.jqmOverlay { background: url(/graphics/common/ui-bg_diagonals-thick_90_eeeeee_40x40.png) }
.jqmWindow {
    display: none;
    position: fixed;
    top: 40%;
}

img.tags {
	float: left;
	margin-left: 5px;
}

/* -----Smart Search----- */
section[role=smartsearch]
{
	background-color: #000033;
	padding: 14px 40px;
	color: #ffffff;
	min-height: 130px;
}
section[role=smartsearch] h1,
section[role=smartsearch] label#smartsearch_input_label
{
	color: #ffffff;
  display: block;
	margin: 0;
	margin-bottom: 8px;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
}
section[role=smartsearch] input[type=text]
{
	-webkit-appearance: none;
	background: #ffffff;
	font-size: 18px;
	font-weight: bold;
	color: #999;
	border: 0;
	float: left;
	height: 46px;
	margin-bottom: 8px;	
	padding: 0 25px;
	width: 90%;
}
section[role=smartsearch] button[role=smartsearch]
{
	background: #ffffff url(/graphics/re/search-spyglass.png);
	border: 0;
	cursor: pointer;
	height: 46px;
	width: 52px;
	float: right;
	margin-top: -54px;
}
section[role=smartsearch] ul.popular-searches
{
	list-style-type: none;
	margin-left: -40px;
} 
section[role=smartsearch] ul.popular-searches li
{
	margin-top: 10px;
	color: #ffffff;
	float: left;
	font-size: 18px;
	font-weight: bold;
	padding: 0 10px;
} 
section[role=smartsearch] ul.popular-searches li.advanced-li
{
  margin-left: 34px;
}
section[role=smartsearch] ul.popular-searches li a
{
	color: #009900;
}
section[role=smartsearch] ul.popular-searches li a:hover
{
	color: #ffffff;
}
/* -----Smart Search----- */

/* ------------------------------------------------------------------- */
/* Property search
/* ------------------------------------------------------------------- */

.propsearchToggle
{
  color: #0b0;
  cursor: pointer;
  display: none;
  font-weight: bold;
  margin: 0 50px;
  padding: 5px 10px;
  text-align: center;
}
.propsearchToggleExpanded
{
  background-color: #006600;
  color: #fff;
  display: block;
}

/* ------------------------------------------------------------------- */
/* Property search -> Search Form
/* ------------------------------------------------------------------- */

#propsearch
{
  background: white;
  border: 1px solid #666666;
  font-family: 'Open Sans';
  font-size: 11pt;
  margin: 20px 0;
}
.searchblock
{
  border-bottom: 1px dotted #666666;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.searchblock-last
{
  margin-bottom: 5px;
}
#location_mls
{
  margin: 5px 10px;
}
.location_counties
{
}
.location_suburbs
{
  margin-top: 10px;
}
.location_schooldist
{
}
.location_address
{
}
.location_zipcode
{
  margin-top: 10px;
}
.location_tips
{
  font-size: 13px;
  font-style: italic;
  margin-top: 10px;
}
.search-prompt
{
  color: #17417f;
  display: inline-block;
  font-size: 12pt;
  font-weight: bold;
  vertical-align: top;
}
.search-item
{
  display: inline-block;
  margin: 5px 0 0 10px;
  vertical-align: top;
}
.search-item label
{
  font-weight: bold;
}
#propsearch select
{
  border: 1px solid #666666;
}
#propsearch #county-list
{
  width: 140px;
}
#propsearch #schooldist-list
{
  height: 180px;
  width: 200px;
}
#propsearch #suburb-list
{
  height: 126px;
  width: 250px;
}
#propsearch #subproptype
{
  margin-left: 30px;
  width: 97%;
}
#propsearch .search-price
{
  width: 100px;
}
#propsearch #search-buttons
{
  text-align: center;
}
#propsearch .searchbutton
{
  height: 25px;
}
@media (max-width: 428px)
{
  .searchblock
  {
    border: none;
  }
  .search-item
  {
    margin-left: 0;
    width: 273px;
  }
}

/* ------------------------------------------------------------------- */
/* Property search -> Default Search Form
/* ------------------------------------------------------------------- */
div.default_propsearch
{
  box-shadow: 2px 2px 2px #888;
  font: 200 15px 'Open Sans' !important;
  margin: 10px 0 !important;
}
div#propsearch div#defaultsearch h1
{
  margin: 10px 0 0 0;
  text-align: center;
}
div#propsearch.soldsearch div#defaultsearch h1
{
  color: red;
}
div#propsearch div#defaultsearch form
{
  padding: 10px;
}
div#propsearch div#defaultsearch .search-prompt
{
  color: #1c5d81;
}
div#propsearch div#defaultsearch table#search-options .search-item
{
  margin: 5px 15px 0 10px;
}
div#propsearch div#defaultsearch table#search-options .search-item .search-subprompt,
div#propsearch div#defaultsearch table#search-options .search-item select
{
  font: 200 12px 'Open Sans' !important;
}
div#propsearch div#defaultsearch .search-item .search-subprompt
{
  font: bold 15px 'Open Sans' !important;
  line-height: 30px
}
div#propsearch div#defaultsearch select,
div#propsearch div#defaultsearch input,
div#propsearch div#defaultsearch textarea
{
  font-family: 'Open Sans';
  font-size: 12px;
}
@media (max-width: 428px)
{
  div#propsearch div#defaultsearch table#search-options .search-item
  {
    width: 220px;
  }
}

div#propsearch div#defaultsearch input
{
  background-color: #efefef;
  border: 1px solid #666666;
}
div#propsearch div#defaultsearch div.mls
{
  display: none;
}
div#propsearch div#defaultsearch div#location_container
{
  height: 265px;
}
div#propsearch div#defaultsearch div.countysuburb_container
{
  float: left;
  margin-top: 10px;
  padding: 0 15px 10px 0;
  width: 210px;
}
div#propsearch div#defaultsearch select#county-list
{
  width: 200px;
}
div#propsearch div#defaultsearch select#suburb-list
{
  width: 200px;
}
div#propsearch div#defaultsearch div.schooldist_container
{
  border-left: 1px dotted #000;
  border-right: 1px dotted #000;
  float: left;
  margin-top: 10px;
  padding: 0 15px 10px 10px;
  width: 210px;
}
div#propsearch div#defaultsearch select#schooldist-list
{
  margin-top: 4px;
  width: 200px;
}
div#propsearch div#defaultsearch div.address_container
{
  float: left;
  margin-top: 10px;
  padding: 0 0 10px 10px;
  width: 495px;
}
div#propsearch div#defaultsearch span.search-item input#streetname
{
  width: 400px;
}
div#propsearch div#defaultsearch span.search-item input#zipcode
{
  width: 200px;
}
div#propsearch div#defaultsearch span.search-item input.search-acres
{
  width: 50px;
}
@media (max-width: 500px)
{
  div#propsearch div#defaultsearch div.address_container
  {
    padding-left: 0;
    width: 100%;
  }
}
@media (max-width: 428px)
{
  div#propsearch div#defaultsearch select#suburb-list
  {
    width: 273px;
  }
  div#propsearch div#defaultsearch select#county-list
  {
    width: 273px;
  }
  div#propsearch div#defaultsearch div.schooldist_container
  {
    border: none;
    padding-left: 0;
  }
  div#propsearch div#defaultsearch select#schooldist-list
  {
    width: 273px;
  }
  div#propsearch div#defaultsearch span.search-item input#streetname
  {
    width: 100%;
  }
}

div#propsearch div#defaultsearch span.search-item input[type=button],
div#propsearch div#defaultsearch span.search-item input[type=submit]
{
  cursor: pointer;
}
div#propsearch div#defaultsearch span.search-item input.searchbutton
{
  background: none repeat scroll 0 0 #2C8DC4;
  border-color: #000 !important;
  border-radius: 3px !important;
  border-style: solid !important;
  border-width: 1px !important;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.6) inset !important;
  color: #FFFFFF !important;
  height: auto !important;
  font-size: 16px !important;
  font-weight: bold !important;
  line-height: 22px !important;
  padding: 5px 60px !important;
  outline: none !important;
  text-align: center !important;
  text-shadow: 0 -1px 0 rgba(0,0,0,.3) !important;
}
div#propsearch div#defaultsearch span.search-item input.savebtn
{
  background: #78A249;
  text-shadow: 1px 1px #4F6B31;
}

/* ------------------------------------------------------------------- */
/* Property search -> Search Filter
/* ------------------------------------------------------------------- */
div#propsearch div#search_filter
{
  background: url("/graphics/common/ui-bg_diagonals-thick_90_eeeeee_40x40.png") repeat scroll 0 0 transparent;
  border: 1px solid #fff;
  color: #888;
  display: none;
  padding: 25px;
}
div#propsearch div#search_filter label
{
  font-weight: bold;
}
div#propsearch div#search_filter button.filter
{
  background: #bbb;
  border: 1px solid #00456f;
  border-radius: 3px;
  box-shadow: 2px 1px #d1d4d8;
  color: #ffffff;
  cursor: pointer;
  line-height: 35px;
  margin-left: 10px;
  padding: 0 35px;
}
div#propsearch div#search_filter button.selected
{
  background: #0395c4;
  text-shadow: 1px 1px #0f9ccc;
}

/* ------------------------------------------------------------------- */
/* Property search -> Default Results
/* ------------------------------------------------------------------- */

div.no-results
{
	background: #ccc;
  border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
  color: #444;
	height: 167px;
	line-height: 100px;
  margin-top: 15%;
	text-align: center;
	width: 100%;
}
div.no-results p
{
  line-height: inherit;
  margin-bottom: -45px
}
div.no-results button
{
  background: none repeat scroll 0 0 #6D21B2;
  border-color: #530F93 #530F93 #61209A;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.6) inset;
  color: white;
  font-size: 16px;
  font-weight: bold;
	line-height: 22px;
	padding: 10px 40px;
  text-align: center;
  text-shadow: 0 -1px 0 #41106F;
  width: 400px;
}

div#search_defaultheader {
    display: none;
    text-align: center;
}
div#search_defaultheader div#refine_search {
    background: #6d21b2;
    border-color: #530F93 #530F93 #61209A;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 0 #A76ED6 inset;
    color: white;
    cursor: pointer;
	font-size: 16px;
    font-weight: bold;
    margin: 10px;
    padding: 10px 40px;
    text-align: center;
    text-shadow: 0 -1px 0 #41106F;
}
div#search_defaultheader div#save-search {
	background: none repeat scroll 0 0 #78A249;
    border-color: #4F6B31;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.6) inset;
    color: #FFFFFF;
    cursor: pointer;
	font-size: 16px;
    font-weight: bold;
    margin: 0 10px;
	margin-top: -5px;
    padding: 10px 40px;
    text-align: center;
    text-shadow: 0 -1px 0 #4F6B31;
}


div.defaultresults_block {
    background: #fff;
    border: 1px solid #666;
    box-shadow: 2px 2px 2px #888;
    color: #000;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 5px;
}
div.defaultresults_block img#resultsload
{
    margin: 10px auto 50px auto;
}
div.defaultresults_block .fancy
{
    display: inline-block;
    float: left;
    font-size: 0;
    line-height: 0;
    margin-left: 3px;
    margin-top: -1px;
    position: relative;
}
div.defaultresults_block .fancy:after
{
    border: 1px solid rgba(255,255,255,0.5);
    bottom: 1px;
    content: " ";
    left: 1px;
    outline: 1px solid rgba(0,0,0,0.2);
    position: absolute;
    right: 1px;
    top: 1px;
}
div.defaultresults_block div.tags
{
    color: #fff;
    font: lighter 15px arial,sans-serif;
    min-width: 20px;
    padding: 7px;
    text-align: center;
}
div.defaultresults_block div.nl
{
    background: #78a249;
    text-shadow: 1px 1px #4f6b31;
}
div.defaultresults_block div.oh
{
    background: #2c8dc4;
    text-shadow: 1px 1px #1c5d81;
}
div.defaultresults_block div.vt
{
    background: #e6b347;
    text-shadow: 1px 1px #b99039;
}
div.defaultresults_block div.uc
{
    background: #9a38d7;
    text-shadow: 1px 1px #6806a5;
}
div.defaultresults_block div.cs
{
    background: #ffd700;
    text-shadow: 1px 1px #daa520;
}
div.defaultresults_block div.s
{
    background: #D81727;
    text-shadow: 1px 1px #970e1c;
}
div.defaultresults_block div.gs
{
    background: #ccc;
    text-shadow: 1px 1px #666;
}
div#coming-soon-header
{
  color: #0c377c;
  font-size: 32pt;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
div.searchresults_center
{
  margin: auto;
  width: 95%;
}
div#searchresults_legend
{
  border: 0;
  border-bottom: 1px dotted #a9a9a9;
  height: 25px;
}
div#searchresults_legend span.legend_block
{
  display: inline-block;
}
div.defaultresults_block div#searchresults_legend span#legend_label
{
  display: none;
}
div#searchresults_legend div.tags_font
{
    font: 200 15px 'Open Sans';
    float: left;
    line-height: 25px;
    margin-left: 5px;
    margin-right: 10px;
}
div.defaultresults_block div#results_header
{
  margin: 10px 0;
}
div.defaultresults_block div#searchresults_listings a
{
  text-decoration: none;
}
div.defaultresults_block div#searchresults_listings
{
    font: 200 14px 'Open Sans';
    margin-top: -20px;
}
div.defaultresults_block div#searchresults_listings div.display-count
{
  float: left;
  line-height: 38px;
}
div.display-count p
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}
@media (max-width: 428px)
{
  div.defaultresults_block div#searchresults_listings
  {
    margin-bottom: 15px;
  }
}

div.defaultresults_block div.results_sort select
{
    background: transparent;
    border: 1px solid #d3d3d3;
    color: #999;
    float: right;
    font: 200 14px 'Open Sans';
    height: 34px;
    margin-top: -30px;
    padding: 5px;
}

div.defaultresults_block div.results_view select
{
    background: transparent;
    border: 1px solid #d3d3d3;
    color: #999;
    float: right;
    font: 200 14px 'Open Sans';
    height: 34px;
    margin-right: 25px;
    margin-top: -30px;
    padding: 5px;
}

div.defaultresults_block div.results_perpage select
{
    background: transparent;
    border: 1px solid #d3d3d3;
    color: #999;
    float: right;
    font: 200 14px 'Open Sans';
    height: 34px;
    margin-right: 25px;
    margin-top: -30px;
    padding: 5px;
}

div.defaultresults_block .pagination_container {
	margin-bottom: 35px;
	margin-top: -5px;
}


div.listing_summary_row img.tags {
	margin-bottom: 10px;
}
div.defaultresults_block div#searchresults_listings div.listing_summary_row div.listing_summary_photo img.listphoto
{
    border: 0;
    height: 120px;
    width: 180px;
}
div.defaultresults_block div#searchresults_listings div.listing_summary_row div.listing_summary_data
{
    font: 200 12px 'Open Sans';
    margin-top: -3px;
}
div.defaultresults_block div#searchresults_listings div.listing_summary_row div.listing_summary_data a
{
    color: #1c5d81;
}
div.defaultresults_block div#searchresults_listings div.listing_summary_row div.listing_summary_data h4
{
    color: #1c5d81;
    font: bold 14px 'arial';
}
div.defaultresults_block div#searchresults_listings div.listing_summary_row div.listing_summary_data span.fancy
{
    margin: 5px 2px 0 0;
}

div.defaultresults_block div#searchresults_listings div.listing_summary_row div.listing_summary_data div.openhouse-notice {
	background: #FFFFCC;
	border: 1px solid #A59006;
	color: #970E1C;
	font-weight: bold;
	margin-top: -10px;
	padding: 5px 10px;
}

div.defaultresults_block div#searchresults_listings div.listing_summary_row div.listing_summary_data a.request-more { cursor: pointer }
div.defaultresults_block div#searchresults_listings div.listing_summary_row div.listing_summary_data span.reciprocity
{
    line-height: 32px;
    margin-left: 5px;
}
div.defaultresults_block div#searchresults_listings div.listing_summary_row div.listing_summary_data div#listmail
{
    height: 14px;
    padding-top: 9px;
}
div.defaultresults_block div#searchresults_listings div.listing_summary_row div.listing_summary_data span.list-button-save div.tags {
    line-height: 22px;
}
div.defaultresults_block div#searchresults_listings div.listing_summary_row div.listing_summary_data span.list-button-remove,
div.defaultresults_block div#searchresults_listings div.listing_summary_row div.listing_summary_data span.list-button-notes {
    display: none;
}
div.defaultresults_block div#searchresults_listings div.listing_summary_row div.listing_summary_data img#reciprocity_logo
{
  margin-top: 15px;
}

#searchresults_listings #results_view_map
{
  margin: 30px 0 25px 0;
}
#searchresults_listings #results_view_map #map_canvas
{
  border: 1px solid #ccc;
  height: 400px;
}
#searchresults_listings #results_view_map #map_instructions
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  line-height: 28px;
  margin: 5px 20px 0 20px;
}
#searchresults_listings #results_view_map #map_instructions img
{
  vertical-align: middle;
}

div.defaultresults_block div#reciprocity_container
{
  text-align: center;
}
div.defaultresults_block div#reciprocity_container div#reciprocity
{
  background: #f0f0f0;
  border: 1px solid #dedbde;
  color: #999;
  font: 12px 'Open Sans';
  min-height: 60px;
  padding: 10px;
  margin: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  max-width: 700px;
  overflow: hidden;
}
div.defaultresults_block div#reciprocity_container div#reciprocity_logo
{
  float: left;
  line-height: 70px;
}
div.defaultresults_block div#reciprocity_container div#reciprocity_notice
{
  float: right;
  width: 625px;
}
div.defaultresults_block div#reciprocity_container div#reciprocity_notice:after
{
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 428px)
{
  div.defaultresults_block div#reciprocity_container div#reciprocity_logo
  {
    float: none;
    line-height: normal;
    margin: 5px;
  }
  div.defaultresults_block div#reciprocity_container div#reciprocity_notice
  {
    float: none;
    text-align: left;
    width: 100%;
  }
}

/* ------------------------------------------------------------------- */
/* Pagination -> Real Estate Default
/* ------------------------------------------------------------------- */
#pagination_control_top
{
  margin-top: 20px;
}

/* ------------------------------------------------------------------- */
/* Property search -> Search Results :: 3 Column Partial
/* ------------------------------------------------------------------- */

div.top-bar {
    background: #ccc;
    border: 1px solid #fff;
    outline: 1px solid #666;
    padding: 5px;
}

div#results-3col div.list-container {
	border-bottom: 1px dashed #999;
	border-right: 1px dashed #999;
	float: left;
	height: 250px;
	padding-bottom: 16px;
    padding-left: 16px;
	padding-top: 16px;
	width: 220px;
}
div#results-3col div.list-container:nth-child(3n) {
	border-right: none;
}

div#results-3col div.list-photo-container img.list-photo {
	width: 200px;
}
div#results-3col div.list-data-container {
	font: 200 12px 'Open Sans';
    margin-left: 5px;
	margin-bottom: 5px;
}
div#results-3col div.list-data-container input[type=checkbox] {
    float: right;
    margin-right: 20px;
}
div#results-3col div.list-data-container h4,  div#results-3col div.list-data-container h4 a {
	color: #2C8DC4;
    font-weight: normal;
    margin: auto;
    overflow: hidden;
    text-decoration: none;
    white-space: nowrap;
}
div#results-3col div.list-overlay span {
    margin-top: 3px;
}
div#results-3col div.list-br {
	float: left;
	margin-top: 10px;
}
div#results-3col div.list-tags {
	float: right;
	margin-top: 5px;
	margin-right: 17px;
}
div.hide-bottom-border {
    background: white;
    height: 20px;
    margin-bottom: 10px;
    margin-top: -2px;
    position: relative;
}

/* ------------------------------------------------------------------- */
/* Property search -> Search Results :: 1 Row Partial
/* ------------------------------------------------------------------- */

div#results-1row div.list-container {
	border-bottom: 1px dashed #999;
	padding: 16px;
}
div#results-1row div.list-container input[type=checkbox] {
    float: left;
    margin-right: 20px;
    margin-top: 15px;
}
div#results-1row div.list-photo-container img.list-photo {
    width: 120px;
}
div#results-1row div.list-data-container {
	float: left;
    font: 200 14px 'Open Sans';
    margin-left: 25px;
    width: 375px;
}
div#results-1row div.list-data-container h4, div#results-1row div.list-data-container h4 a {
	color: #2C8DC4;
	font-weight: normal;
    margin: auto;
    text-decoration: none;
}
div#results-1row div.list-overlay span {
    margin-top: 3px;
}
div#results-1row div.list-br {
	float: left;
	margin-top: 10px;
}
div#results-1row div.list-tags {
	float: right;
	margin-top: 5px;
	margin-right: 17px;
}


/* ------------------------------------------------------------------- */
/* Results -> Map View -> Overlay
/* ------------------------------------------------------------------- */
article.popup img.propimg
{
  border: 1px solid #888;
  box-shadow: 0 0 3px #888;
  float: left;
  margin-left: 3px;
  margin-top: 3px;
  padding: 2px;
  width: 150px;
}
article.popup div.content
{
  color: #444;
  float: left;
  margin-left: 10px;
  width: 300px;
}
article.popup div.content header
{
  border-bottom: 1px solid #FFC726;
}
article.popup div.content footer
{
  border: 0;
  width: 300px;
}
article.popup div.details
{
  clear: both;
  color: #444;
  padding-top: 10px;
}
article.popup div.details table
{
  width: 100%;
}
article.popup div.details th,
article.popup div.details td { padding: 0 5px }


/* ------------------------------------------------------------------- */
/* Property search -> Search Results -> Notes
/* ------------------------------------------------------------------- */

div.list-notes-container textarea.list-notes {
    resize: none;
    width: 100%;
}

/* ------------------------------------------------------------------- */
/* Property search -> Search Results
/* ------------------------------------------------------------------- */

.listing_summary_row
{
  display: block;
  padding: 0 0 10px 0;
  width: 100%;
}
.listing_summary_row:after
{
  border-bottom: 1px dashed #ccc;
  content: "";
  display: block;
  height: 0;
  clear: both;
  margin-bottom: 10px;
}

.listing_summary_data .list-button-save {
	margin-right:  38px !important;
}

.listing_summary_photo
{
  float: left;
  margin-left: 5px;
  width: 25%;
}
.listing_summary_photo img {
  max-height: 100px;
  max-width: 150px;
}
.listing_summary_data
{
  float: left;
  font: 9pt Trebuchet MS,Arial,sans-serif;
}
.listing_summary_data a
{
  text-decoration: none !important;
}
.listing_summary_data h4
{
  font-size: 1.1em;
  font-weight: bold;
  margin: 0;
}

/* ------------------------------------------------------------------- */
/* Property Display -> Default Listing Display
/* ------------------------------------------------------------------- */

img#social-media-share-image {
	left: 0; top: 0;
	opacity: 0;
	position: absolute;
	z-index: -1000;
  width: 100%;
}

div#default_display
{
    background: #fff;
    border: 1px solid #666;
    box-shadow: 2px 2px 2px #888;
    color: #000;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 5px;
}
div#default_display div#display_header
{
    background: #f0f0f0;
    border: 1px solid #fff;
    color: #1C5D81;
    font: italic 23px georgia;
    height: 28px;
    outline: 1px solid #dedbde;
    padding: 5px;
    padding-left: 0;
    text-shadow: 1px 1px rgba(255,255,255,.8);
}

div#default_display div#display_header .fancy
{
    display: inline-block;
    float: left;
    font-size: 0;
    line-height: 0;
    margin-left: 3px;
    margin-top: -1px;
    position: relative;
}
div#default_display div#display_header .fancy:after
{
    border: 1px solid rgba(255,255,255,0.5);
    bottom: 1px;
    content: " ";
    left: 1px;
    outline: 1px solid rgba(0,0,0,0.2);
    position: absolute;
    right: 1px;
    top: 1px;
}
div#default_display div#display_header div.tags
{
    color: #fff;
    font: lighter 15px arial,sans-serif;
    padding: 7px;
    text-align: center;
    width: 20px;
}
div#default_display div#display_header div.nextprev
{
    background: #78a249;
    text-shadow: 1px 1px #4f6b31;
}
div#default_display div#display_header div.uc
{
    background: #9a38d7;
    text-shadow: 1px 1px #6806a5;
}
div#default_display div#display_header div.nl
{
    background: #78a249;
    text-shadow: 1px 1px #4f6b31;
}
div#default_display div#display_header div.oh
{
    background: #2c8dc4;
    text-shadow: 1px 1px #1c5d81;
}
div#default_display div#display_header div.vt
{
    background: #e6b347;
    text-shadow: 1px 1px #b99039;
}
div#default_display div#display_header div.s
{
    background: #D81727;
    text-shadow: 1px 1px #970e1c;
}
div#default_display div#display_header span.listprev {
	margin-left:  5px;
	margin-right: 15px;
}
div#default_display div#display_header span.listnext {
	margin-left: 15px;
}
div#default_display div#listing_nav
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin-top: 15px;
}
div#default_display th { text-align: left }


div#default_display a.back-button { margin: 0 10px; margin-top: -10px; text-decoration: none }
div#default_display ul#breadcrumbs {
	color: #666;
	float: right;
	list-style: none;
	margin: 0;
	padding: 0 10px;
} 	div#default_display ul#breadcrumbs li {
		display: inline-block;
	}	div#default_display ul#breadcrumbs li i { margin: 0 5px }


div#default_display div#display_body {
    font: 12px arial,sans-serif;
	margin-top: 10px;
}
div#default_display div#display_body table
{
  border-collapse: collapse;
  width: 315px;
}
div#default_display div#listdata_panel table.feats_1col,
div#default_display div#listdata_panel table.feats_2col,
div#default_display div#listdata_panel table.feats_3col
{
  margin-right: 10px;
}
div#default_display div#listdata_panel table.feats_2col
{
  width: 640px;
}
div#default_display div#listdata_panel table.feats_3col
{
  width: 965px;
}
div#default_display div#display_body table thead th
{
    background: #f0f0f0;
    border: 1px solid #fff;
    outline: 1px solid #dedbde;
    padding: 5px;
}
div#default_display div#display_body table tbody th
{
    border-bottom: 1px dotted #a9a9a9;
    font-weight: normal;
    padding-left: 10px;
    width: 150px;
}
div#default_display div#display_body table tbody th:after
{
    content: ":";
}
div#default_display div#display_body table tbody td
{
    border-bottom: 1px dotted #a9a9a9;
    padding: 3px 0;
}
div#default_display div#display_body div#openhouse
{
    color: #1c5d81;
    margin-bottom: 5px;
}
div#default_display div#display_body div#backbutton
{
    text-align: left;
}
div#default_display div#display_body div#backbutton a
{
    color: #1c5d81;
    font-weight: bold;
    text-decoration: none;
}
div#default_display div#display_body div#virtualtour
{
    font: bold 12px georgia;
    margin-top: 5px;
}
div#default_display div#display_body div#virtualtour a
{
    color: #c79e45;
}


div#default_display div#display_body div#photo_block
{
    float: left;
    padding: 5px;
    padding-left: 75px;
    text-align: center;
    width: 450px;
}
div#default_display div#display_body div#photo_block div.photogallery {
	height: 350px;
}
div#default_display div#display_body div#photo_block img#current_photo
{
    cursor: pointer;
    margin: auto;
    max-height: 350px;
    max-width: 440px;
}
div#default_display div#display_body div#photo_block div#slide_block
{
    clear: both;
    height: 50px;
    padding-top: 15px;
}
div#default_display div#display_body div#photo_block div#slide_block div#slide_wrapper
{
    margin-left: 5px;
}
div#default_display div#display_body div#photo_block div#slide_block div#prev
{
    background: url("/graphics/re/paging_left.png") no-repeat scroll center center #EAEAEA;
    border: 1px solid #C9C9C9;
    border-radius: 3px 3px 3px 3px;
    cursor: pointer;
    float: left;
    font: bold 11px 'arial';
    float: left;
    margin-right: 5px;
    margin-top: 15px;
    width: 11px;
    padding: 3px 5px;
    padding-left: 4px;
    text-align: center;
}
div#default_display div#display_body div#photo_block div#slide_block div#slide_mask
{
    position: absolute;
    float: left;
    height: 50px;
    margin-left: 30px;
    overflow: hidden;
    width: 382px;
}
div#default_display div#display_body div#photo_block div#slide_block div#slide_thumbs
{
    position: absolute;
    white-space: nowrap;
}
div#default_display div#display_body div#photo_block div#slide_block div#slide_thumbs img
{
    border: 1px solid #888;
    cursor: pointer;
    height: 46px;
    margin-right: 5px;
    padding: 1px;
    width: 46px;
}
div#default_display div#display_body div#photo_block div#slide_block div#next
{
    background: url("/graphics/re/paging_right.png") no-repeat scroll center center #EAEAEA;
    border: 1px solid #C9C9C9;
    border-radius: 3px 3px 3px 3px;
    cursor: pointer;
    float: left;
    font: bold 11px 'arial';
    float: left;
    margin-left: 391px;
    margin-top: 15px;
    min-width: 1em;
    padding: 3px 5px;
    padding-left: 4px;
    text-align: center;
}


div#default_display div#display_body div#details_block {
    float: left;
    padding: 5px;
}
div#default_display div#display_body div#details_block div#details_content table
{
    width: 350px;
}
div#default_display div#display_body div#details_block div#details_content table td.row
{
    line-height: 150%;
    padding: 5px 10px;
}
div#default_display div#display_body div#details_block div#details_content td#pending_message
{
  font-style: italic;
  font-weight: bold;
  padding-left: 10px;
}
div#default_display div#display_body div#details_block div#details_content td#comingsoon_message
{
  color: #666;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  padding-left: 10px;
}
div#default_display div#display_body div#details_block div#details_content a.map-link {
	display: block;
	margin-bottom: 10px;
	margin-top: -5px;
	text-align: center;
	text-transform: uppercase;
}


div#default_display div#display_body div#idx
{
  color: #999;
  font-family: 'Open Sans';
  line-height: 150%;
  margin: 0 25px;
  margin-top: 10px;
}
div#default_display div#display_body div#details_block div#details_content button[role=schedule-showing],
div#default_display div#display_body div#details_block div#details_content button[role=request-info],
div#default_display div#display_body div#details_block div#details_content button[role=virtual-tour]
{	
	background: #6d21b2;
  border-color: #530f93 #530f93 #61209a;
  border-radius: 3px 3px 3px 3px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 0 0 rgba(255,255,255,.6) inset;
  box-sizing: border-box;
  color: #fff;
	font-size: 16px;
  font-weight: bold;
	margin: 10px;
  padding: 10px 40px;
  text-align: center;
  text-shadow: 0 -1px 0 #41106f;
	width: 300px;
}
div#default_display div#display_body div#details_block div#details_content button[role=virtual-tour]
{	
	background: #d7c238;
	border-color: #a59006;
	text-shadow: 0 -1px 0 #a59006;
}
div#default_display div#display_body div#details_block div#details_content button[role=request-info],
div#default_display div#display_body div#details_block div#details_content button[role=schedule-showing]
{
	margin: 2px 21px;
}
div#default_display div#display_body div#details_block div#details_content button[role=save-listing],
div#default_display div#display_body div#details_block div#details_content button[role=remove-listing]
{
	background: none repeat scroll 0 0 #78A249;
  border-color: #4F6B31 #4F6B31 #4F6B31;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.6) inset;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  margin: 2px 21px;
  padding: 10px 40px;
  text-align: center;
  text-shadow: 0 -1px 0 #4F6B31;
  width: 300px;	
}
div#default_display div#display_body div#details_block div#details_content button[role=remove-listing]
{
	display: none;
}


div#default_display div#display_body div#panels_block div#tabs
{
  margin-top: 10px;
  margin-left: 10px;
}
div#default_display div#display_body div#panels_block div#tabs div.propinfo_tab
{
  display: inline-block;
}
div#default_display div#display_body div#panels_block div#tabs label
{
    border-bottom: 1px solid #888;
    border-radius: 0;
    font: 14px georgia;
}
div#default_display div#display_body div#panels_block div#tabs label.ui-state-active
{
    border: 1px solid #888;
    border-bottom: 0;
    margin-right: -4px;
    padding-bottom: 1px;
}
div#default_display div#display_body div#panels_block div.panels1
{
    border-top: 1px solid #888;
    display: none;
    margin-top: -1px;
    padding: 10px;
}
div#default_display div#display_body div#panels_block div#listdata_panel
{
    display: block;
}
div#default_display div#display_body div#panels_block div#listdata_panel h2 {
    color: #530f93;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 8px;
}

div#default_display div#display_body div#panels_block div#listmap_panel {
    height: 400px;
}
div#default_display div#display_body div#panels_block div#listmap_panel h2 {
    color: #530f93;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 8px;
}
div#default_display div#display_body div#panels_block div#listmap_panel div#mapview div#map_canvas
{
    border: 1px solid #dedbde;
    box-shadow: 2px 2px 2px #888;
    height: 400px;
    width: 100%;
}

div#default_display div#display_body div#panels_block div#mortcalc_panel
{
	text-align: center;
}

div#default_display div#display_body div#panels_block div#mortcalc_panel input.button
{
  background: #6D21B2;
  border-color: #530f93 #530f93 #61209a;
  border-radius: 3px 3px 3px 3px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 0 0 #a76ed6 inset;
  color: white;
	font-size: 16px;
  font-weight: bold;
	margin: 10px;
  padding: 10px 40px;
  text-align: center;
  text-shadow: 0 -1px 0 #41106f;
}

div#default_display div#display_body div#panels_block div#moreinfo_panel
{
	text-align: center;
}
div#default_display div#display_body div#panels_block div#moreinfo_panel h2
{
  color: #530f93;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 8px;
}
div#default_display div#display_body div#panels_block div#moreinfo_panel input
{
  border: 1px solid #AAAAAA;
  border-radius: 3px;
  box-shadow: 0 0 3px #CCCCCC, 0 10px 15px #EEEEEE inset;
  padding-right: 30px;
  font-size: 13px;   
  height: 36px;
	margin: 10px;
  padding-left: 30px;
	position: relative;
	transition: all 0.2s linear;
	width: 300px;
}
div#default_display div#display_body div#panels_block div#moreinfo_panel input:focus
{
  box-shadow: 0 0 5px #530f93;
	border: 1px solid #530f93;
	width: 325px;
}
div#default_display div#display_body div#panels_block div#moreinfo_panel input:required
{
	background: url("/graphics/common/red-asterisk.png") no-repeat scroll 98% center #FFFFFF;	
}
div#default_display div#display_body div#panels_block div#moreinfo_panel button
{
	background: #6d21b2;
  border-color: #530f93 #530f93 #61209a;
  border-radius: 3px 3px 3px 3px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 0 0 rgba(255,255,255,.6) inset;
  color: white;
	font-size: 16px;
  font-weight: bold;
	margin: 10px;
  padding: 10px 40px;
  text-align: center;
  text-shadow: 0 -1px 0 #41106f;
}
	
div#default_display div#display_body div#agentdata {
    border-top: 1px dashed #A9A9A9;
	margin-left: 7px;
	margin-top: 25px;
	padding-top: 25px;
}
	div#default_display div#display_body div#agentdata h2 {
		color: #530f93;
		font-size: 24px;
		font-weight: bold;
		margin-bottom: 8px;
	}
	div#default_display div#display_body div#agentdata .fancy {
		display: inline-block;
		float: left;
		font-size: 0;
		line-height: 0;
		margin-left: 3px;
		margin-top: -1px;
		margin-right: 10px;
		position: relative;
	}
		div#default_display div#display_body div#agentdata .fancy:after {
			border: 1px solid rgba(255,255,255,0.5);
			bottom: 1px;
			content: " ";
			left: 1px;
			outline: 1px solid rgba(0,0,0,0.2);
			position: absolute;
			right: 1px;
			top: 1px;
		}
	div#default_display div#display_body div#agentdata img.agentphoto {
		float: left;
		height: 190px;
		width: 150px;
	}
	div#default_display div#display_body div#agentdata table thead th,
	div#default_display div#display_body div#agentdata table tbody td {
		padding: 8px;
	}
		div#default_display div#display_body div#agentdata table button {	
			background: none repeat scroll 0 0 #6D21B2;
			border-color: #530F93 #530F93 #61209A;
			border-radius: 3px 3px 3px 3px;
			border-style: solid;
			border-width: 1px;
			box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.6) inset;
			color: white;
			font-size: 14px;
			font-weight: bold;
			margin: 10px;
			padding: 10px 40px;
			text-align: center;
			text-shadow: 0 -1px 0 #41106F;
		}
	div#default_display div#display_body div#agentdata table.list-office {
		float: left;
		margin-left: 10px;
		width: auto;
	}

div#default_display div#display_body div#reciprocity_container
{
    text-align: center;
}
div#default_display div#display_body div#reciprocity_container div#reciprocity
{
    background: #f0f0f0;
    border: 1px solid #dedbde;
    color: #999;
    font: 12px 'Open Sans';
    min-height: 60px;
    padding: 10px;
    margin: auto;
    margin-top: 35px;
    margin-bottom: 10px;
    max-width: 700px;
}
div#default_display div#display_body div#reciprocity_container div#reciprocity_logo
{
    float: left;
    line-height: 70px;
}
div#default_display div#display_body div#reciprocity_container div#reciprocity_notice
{
    float: right;
    width: 625px;
}

form#schedule-appointment
{
  font-size: 14px;
}

/* ------------------------------------------------------------------- */
/* Email Listing Dialog
/* ------------------------------------------------------------------- */

div#email-listing {
    background: -moz-linear-gradient(center top , #EBEDF2, #EBEEF3) repeat scroll 0 0 transparent;
    border: 1px solid #4C3F3F;
    border-radius: 3px 3px 3px 3px;
    display: none;
    padding: 25px 20px;
    width: auto;
}
div#email-listing #email-title {
    color: #000000;
    font: 19px 'Open Sans';
    text-shadow: 1px 1px #FFFFFF;
}
div#email-listing #email-title-caption {
    color: #666666;
    font: italic 12px 'georgia';
}
div#email-listing #form-email-listing input[type="text"],
div#email-listing #form-email-listing textarea,
div#email-listing #form-email-listing select {
    border: 1px solid #C9C9C9;
    box-shadow: 2px 3px 2px #EEEEEE inset;
    color: #999999;
    font: bold 12px 'arial';
    margin-top: 15px;
    outline: 1px dashed white;
    padding: 7px;
    width: 240px;
}
div#email-listing #form-email-listing  textarea {
    width: 480px;
}
div#email-listing .submit {
    background: none repeat scroll 0 0 #0395C4;
    border: 1px solid #00456F;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 2px 1px #D1D4D8;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font: 13px/35px 'arial';
    height: 35px;
    margin-top: 15px;
    text-align: center;
    text-shadow: 1px 1px #0F9CCC;
    width: 130px;
}
div#email-listing .spam {
    color: #AAAAAA;
    float: left;
    font: italic 11px 'georgia';
    margin-left: 15px;
    margin-top: 27px;
}


/* ------------------------------------------------------------------- */
/* Roster -> Offices
/* ------------------------------------------------------------------- */

div#offices_header
{
	background: none repeat scroll 0 0 #F0F0F0;
    border: 1px solid #DEDBDE;
	color: #5F5050;
    font: italic 23px georgia;
    height: 28px;
    padding: 5px 5px 5px 15px;
    text-shadow: 1px 1px #DEDBDE;
}
div#offices_container
{
	color: black;
	font: 200 12px 'Open Sans';
	width: 350px;
}
div#offices_container a
{
    text-decoration: none;
}
div#offices_container div.office_container
{
    margin: 20px 0;
}
div#offices_container div.office_container div.office_name
{
    background: none repeat scroll 0 0 #F0F0F0;
    border: 1px solid #DEDBDE;
	color: #970E1C;
	cursor: pointer;
	margin-left: 50px;
	padding: 5px;
	text-transform: uppercase;
}
div#offices_container div.office_container div.data
{
	line-height: 150%;
	margin-left: 10px;
}
div#offices_container div.office_container div.icons
{
	float: right;
	margin-top: 10px;
}
div#offices_container div.office_container div.icons
{
	cursor: pointer;
}

/* ------------------------------------------------------------------- */
/* Roster -> Agent Search
/* ------------------------------------------------------------------- */

div#agentsearch_container
{
	float: right;
	font: 200 12px 'Open Sans';
	margin-top: 20px;
	width: 365px;
}
div#agentsearch_container div#agentsearch_header
{
	background: none repeat scroll 0 0 #F0F0F0;
    border: 1px solid #DEDBDE;
	color: #970E1C;
	padding: 7.5px;
	text-transform: uppercase;
}
div#agentsearch_container div#agentsearch
{
	margin: 10px;
}
div#agentsearch_container div#agentsearch input
{
	border: 1px solid #797979;
    margin-left: 10px;
    padding: 3px;
    width: 150px;
}
div#agentsearch_container div#agentsearch input[type=submit]
{
	cursor: pointer;
	width: 40px;
}

/* ------------------------------------------------------------------- */
/* Roster -> Agents
/* ------------------------------------------------------------------- */

div#no_results
{
	font: 200 16px 'Open Sans';
    margin: 20px;
}
div#no_results a
{
	color: #2C8DC4;
	font-size: 12px;
}
div#agents_header
{
	background: none repeat scroll 0 0 #F0F0F0;
    border: 1px solid #DEDBDE;
	color: #5F5050;
    font: italic 23px georgia;
    height: 28px;
    padding: 5px 5px 5px 15px;
    text-shadow: 1px 1px #DEDBDE;
}
div#agents_container {
    color: #000;
    font: 200 12px 'Open Sans';
    margin: 5px 50px;
}

div#agents_container div.agent_container
{
    border-bottom: 1px dotted #666;
    padding: 20px 0;
}
div#agents_container div.agent_container:last-child
{
    border: 0;
}
div#agents_container div.agent_container figure.photo
{
    background-position: center center;
	background-size: cover;
	border: 4px solid #F9F9F9;
	float: left;
    vertical-align: middle;
    height: 150px; width: 120px;
}
div#agents_container div.agent_container div.agent_data
{
    float: left;
    margin-top: 10px;
}
div#agents_container div.agent_container label
{
    color: #999;
    display: inline-block;
    width: 100px;
}

/* ------------------------------------------------------------------- */
/* Roster -> Agent Profile
/* ------------------------------------------------------------------- */

div#agent-profile { padding: 20px }
	div.agent-photo { float: left }
		div.agent-photo figure {
			background-position: center center;
			background-size: cover;
			border: 1px solid #fff;
			box-shadow: 0 0 10px #888;
			height: 300px; width: 200px;
		}
		div.agent-photo button {
			background: none repeat scroll 0 0 #6D21B2;
			border-color: #530F93 #530F93 #61209A;
			border-radius: 3px;
			border-style: solid;
			border-width: 1px;
			box-shadow: 0 1px 0 0 #A76ED6 inset;
			color: white;
			cursor: pointer;
			font-size: 16px;
			font-weight: bold;
			padding: 10px;
			text-align: center;
			text-shadow: 0 -1px 0 #41106F;
			width: 152px;
		}
	div.agent-data {
		float: left;
		margin-left: 25px;
		width: 300px;
	}
		div.agent-data {
			text-shadow: 0 0 10px #888;
			text-transform: uppercase;
		}

div#agent-content { float: left }
div#agent-social { clear: both }


/* ------------------------------------------------------------------- */
/* Mortgage Calculator
/* ------------------------------------------------------------------- */
#mortgage_calculator
{
  display: inline-block;
  margin: 15px auto 0px auto;
  width: 425px;
}

#mortcalc_form
{
  font: 14px "Trebuchet MS",arial,sans-serif;
  line-height: 1em;
}

#mortcalc_form span.input_qualifier
{
  display: inline-block;
  margin-left: 5px;
  padding: 5px;
  text-align: right;
  width: 10px;
}

#mortcalc_form label
{
  color: #666666;
  vertical-align: top;
}

#mortcalc_form > div > div
{
  display: inline-block;
  margin-bottom: 10px;
  text-align: left;
  width: 359px;
}
#mortcalc_form > div > div :after
{
  clear: both;
}

#mortcalc_form .mortcalc_field
{
  margin: 5px 0 0 0;
  white-space: nowrap;
}

#mortcalc_form > div > div > span
{
  display: block;
  float: left;
  margin: 4px 5px 0 0;
}

#mortcalc_form > div
{
  text-align: center;
}

#mortcalc_form #mortcalc_monthly_payment-label,
#mortcalc_form #mortcalc_total_payment-label
{
  font-weight: bold;
}

#mortcalc_form label.error
{
  color: #ff0000;
  display: inline-block;
  margin-left: 5px;
}

div#mortgage_calculator label
{
  background: #f0f0f0;
  border: 1px solid #dedbde;
  display: block;
  font: 12px arial,sans-serif;
  padding: 5px;
  width: 150px;
}
div#mortgage_calculator span#mortcalc_down_payment_percent-label label,
div#mortgage_calculator span#mortcalc_term_years-label label
{
  width: 125px;
}
div#mortgage_calculator input[type='text']
{
  border: 1px solid #dedbde;
  padding: 5px;
  width: 150px;
}
div#mortgage_calculator input.button
{
  background: none repeat scroll 0 0 #F58900;
  border: 1px solid #C66500;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 1px 0 0 #FCA644 inset, 0 1px 2px 0 #FCA644;
  color: #FFFFFF;
  cursor: pointer;
  font: bold 16px Tahoma,Geneva,sans-serif;
  margin: 10px auto;
  padding: 10px;
  text-shadow: 0 -1px 1px #B96000;
  width: 316px;
}

#nearbyhomes #message
{
  font-size: 14pt;
  font-weight: bold;
  padding: 100px 0;
  text-align: center;
  width: 100%;
}
#nearbyhomes #location
{
  display: none;
  margin: 20px auto;
  width: 150px;
}
#nearbyhomes #location #location_form label
{
  clear: both;
  display: block;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}
#nearbyhomes #location #location_form #zipcode
{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  margin-bottom: 30px;
  padding: 6px 12px;
  width: 150px;
}
#nearbyhomes #location #location_form button
{
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  height: 45px;
  width: 100%;
  background-color: #5d5d5d;
  border: 1px solid #000;
  border-radius: 4px;
  box-shadow: inset 1px 1px 1px rgba(255,255,255,0.2);
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
}
#nearbyhomes #location #location_form .formErrorContent
{
  font-size: 12px;
  min-width: 140px;
}

/* Login window */
div.apprise-content select.assignedagent
{
  border: 1px solid rgb(255, 255, 255);
  font: 12px 'Open Sans','arial';
  height: 25px;
  margin: 10px 0 0 -1px;
  outline: 1px solid rgb(170, 170, 170);
  width: 90%;
}
