@charset "utf-8";
@import url(reset.css);
@import url(base.css);
/*  Layout
-----------------------------------------------------------------------------*/
/* Body */
body {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 75%;
  line-height: 1.5em;
  margin: 0;
  background: #fff;
  color:#333;
  margin:10px;
}

#pop_wrapper{
  width:550px;
  margin:0 auto;
}

#bedsize, #utilities{
  width:550px;
  margin-bottom:5px;
  border:1px solid #ccc;
  border-collapse:collapse;
}

#bedsize th, #utilities th{
  padding:5px;
  background:#e8e8e8;
  font-size: 117%;
  border:1px solid #ccc;
}

#bedsize td, #utilities td{
  padding:5px ;
  border:1px solid #ccc;
}

.close{
  padding:15px 0;
  text-align:center;
}

#pop_wrapper h1{
  margin-bottom:10px;
}
#utilities{
  margin-top:5px;
}
#utilities td{
  text-align:center;
}

#pop_wrapper h2{
  font-size:117%;
  padding-bottom:5px;
}

.co_map{
  margin:15px 0 0 18px;
}
