/* @override
    http://travetta:8888/stylesheets/base.css
    http://travetta.selfip.com:8888/stylesheets/base.css
*/

/* @group Reset */

/* Kudos, Eric Meyer, you rock */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

/* @end */

/* @group Elements */

html {
    background: #fff;
}

body {
    font: 62.5% 'Lucida Grande','Lucida Sans Unicode',Arial,Helvetica,sans-serif;
    color: #333;
}

img, fieldset {
    border: 0;
}

h1 {
    font-size: 2.6em;
}

h2 {
    font-size: 2.2em;
}

h3 {
    font-size: 1.8em;
}

h4 {
    font-size: 1.4em;
}

h5 {
    font-size: 1.2em;
}

h6 {
    font-size: 1.0em;
}

p, li {
    font-size: 1.3em;
}

li p {
    font-size: 1em;
}

p, ul, ol {
    margin-bottom: 1em;
}

li {
    margin-bottom: 5px;
}

a {
    text-decoration: none;
    color: #369;
}

a:hover {
    text-decoration: underline;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

/* @end */

/* @group Classes */

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    text-align: center;
}

img.center {
    display: block;
    margin: 0 auto;
}

.hidden {
    display: none;
}

.clear {
    clear: both;
}

.clearfix:after, .inner:after, .main-inner:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.flush {
    margin: 0;
}

.hint {
    color: #848784;
    font-size: 1.1em;
}


.promo_message {
    border: 1px solid #cacaca;
    background: #ffffe5;
    color: #333;
    font-weight: bold;
    font-size: 1.3em;
    padding: 10px;
}

.textbox {
    font-size: 1.1em;
    font-weight: normal;
    border: 1px solid #cecece;
    width: 164px;
    padding: 3px;
    margin: 0 5px 0 0;
    color: #333;
}

.review-form .textbox {
    width: 400px;
    height: 100px;
    font-size: 1.3em;
    font-weight: normal;
    font-family: Arial,Helvetica,sans-serif;
}

.unchanged {
    color: #999;
}

.err_msg {
    /* height: 15px; */
    font-weight: bold;
    color: red;
}

.error {
    font-weight: bold;
    color: #f00;
}

.success {
    font-weight: bold;
    color: #060;
}

.tab {
    background: url(../images/tab-right.png) no-repeat right top;
    float: right;
    position: relative;
    top: 1.5em;
    color: #666;
    text-align: center;
    z-index: 40;
}

.tab .inner {
    background: url(../images/tab-left.png) no-repeat left top;
    font-size: 1.2em;
    padding: 0 1.5em;
    min-height: 3.5em;
    height: auto !important;
    height: 3.5em;
}

.tab span {
    float: left;
    margin: 1em .75em 0 0;
    padding-right: .75em;
    border-right: 1px solid #b5b5b5;
}

.tab span.last {
    border: none;
}

button {
    border: none;
    cursor: pointer;
    padding: 0 10px 0 0;
    text-align: center;
    background: url(/images/button-right-default.png) right no-repeat;
    vertical-align: top;
}

button span {
    position: relative;
    display: block;
    white-space: nowrap;
    padding: 0 0 0 10px;
    font-size: 11px;
    height: 21px;
    line-height: 21px;
    background: url(/images/button-left-default.png) left no-repeat;
    color: #fff;
}

button.noticeable {
    margin: 0.2em;
    background: url(/images/button_right_sm.png) right no-repeat;
    vertical-align: baseline;
    margin-bottom: 10px;
}

button.noticeable span {
    height: 24px;
    line-height: 24px;
    background: url(/images/button_left_sm.png) left no-repeat;
    font-size: 13px;
    font-weight: bold;
}

button.prominent {
    background: url(/images/button_right.png) right no-repeat;
    float: right;
    margin: 2.5em 1em 2.5em 0;
    padding-right: 15px;
}

button.prominent span {
    height: 38px;
    line-height: 38px;
    background: url(/images/button_left.png) left no-repeat;
    font-size: 18px;
    padding-left: 20px;
}

.boxy-inner {
    padding: 20px 20px 0 0;
}

.modal_form {
    display: none;
    width: 53.5em;
    height: 26.8em;
    background: #f1f0eb;
    position: relative;
    padding: 0.5em;
}

.modal_inner {
    width: 45em;
    height: 22.3em;
    border: 1px solid #fff;
    background: #e3e4de;
    padding: 2em 2em 2em 6em;
}

.modal_inner h2 {
    margin-bottom: 1em;
}

.modal_form .corner.tr {
    top: -20px;
    right: -20px;
}

.modal_form .corner {
    z-index: 102;
}

.boxy-wrapper {
    position: absolute;
}

.boxy-wrapper.fixed {
    position: fixed;
}

.boxy-modal-blackout {
    position: absolute;
    background-color: black;
    opacity: 0.7;
    filter: alpha(opacity=70);
    left: 0;
    top: 0;
    z-index: 101;
}

.close {
    cursor: pointer;
}

.digits {
    font-size: 6em;
    line-height: 1;
    letter-spacing: -2px;
    text-align: center;
}

.large {
    display: block;
    font-size: 1.4em;
}

.sidebar {
    float: left;
}

.sidebar .box {
    border: 4px solid #f1f0eb;
    background: #e3e4de;
    margin: 0 0 5px;
}

.sidebar .box .inner {
    padding: 10px 10px 1px;
}

.sidebar .box h3 {
    border-bottom: 1px solid #f1f0eb;
    font-size: 1.4em;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.sidebar .box h4 {
    border-top: 1px solid #f1f0eb;
    font-weight: bold;
    font-size: 1.2em;
    margin-top: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}

#single_invite_submit {
    margin-top: 0.5em;
    margin-bottom: 0.3em;
}

.sidebar .box .invite_link {
    padding-left: 3px;
}

.sidebar .box p, .sidebar .box li, .sidebar .box label {
    font-size: 1.2em;
}

.sidebar .box .hint {
    font-size: 1.1em;
}

.sidebar .box .more {
    border-top: 1px solid #f1f0eb;
    padding-top: 5px;
    font-size: 1.1em;
}

.sidebar .box form {
    margin-bottom: 10px;
}

.hotels {
    position: relative;
}

.removeable li {
    padding-left: 18px;
}

.removeable .delete {
    float: left;
    position: relative;
    left: -18px;
    margin: 1px -18px 0 0;
}

.removeable .delete-favorite-hotel-link {
    float: left;
    position: relative;
    left: -18px;
    margin: 1px -18px 0 0;
}

.hotels .title {
    font-weight: bold;
    display: block;
    padding-left: 5px;
}

.hotels .location {
    display: block;
    font-size: 11px;
    padding-left: 5px;
    font-size: 1em;
    font-weight: normal;
}

.hotelmarkerinfo {
    max-width: 300px;
    width: 300px;
    height: 150px;
    text-align: justify;
    max-height: 150px;
    min-height: 150px;
    min-width: 200px;
    padding-right: 6px;
    overflow-x: auto;
    overflow-y: auto;
}

.hotelmarkerinfo .title {
    text-align: left;
    font-weight: bold;
    font-size: 1.4em;
    display: block;
    padding-left: 5px;
}

.hotelmarkerinfo .location {
    text-align: left;
    font-size: 1.1em;
    display: block;
    padding-left: 5px;
}

.hotelmarkerinfo li {
    text-align: left;
    font-size: 1.1em;
    display: block;
    padding-left: 5px;
}

.tabular {
    list-style-type: none;
    float: left;
    width: 100%;
}

.tabular li {
    float: left;
    width: 100%;
    border-bottom: 1px dotted #cdcfc5;
    padding: 0;
    margin: 0;
}

.invited-friends li {
    width: 100%;
    border-bottom: 1px dotted #cdcfc5;
    padding: 0;
    margin: 0;
}

.tabular li.last {
    border: none;
}

.tabular li strong {
    float: left;
    padding: 5px 3px;
    width: 135px;
}

.tabular li span {
    float: left;
    padding: 5px 3px;
}

.tabular .details {
    float: left;
    padding: 5px 3px;
    width: 300px;
}

.tabular .controls {
    font-size: .923em;
}

.tabular p {
    margin-bottom: 5px;
}

/* -- Hotel -- */

.section {
    border-top: 1px dotted #cdcfc5;
    padding: 20px 0 0 15px;
    margin: 0 0 35px;
    clear: both;
}

.section h3 {
    font-size: 1.6em;
    font-weight: bold;
    background: #fff;
    float: left;
    position: relative;
    top: -30px;
    left: -15px;
    padding: 0 5px 0 0;
    margin: 0 -15px -30px 0;
}

.section h4 {
    background: #f1f0eb;
    font-size: 1.2em;
    font-weight: bold;
    padding: 3px;
    margin-bottom: 5px;
}

.section p {
    padding: 0 5px;
    font-size: 1.2em;
}

.section form {
    clear: both;
    margin-bottom: 10px;
}

.section .source {
    float: left;
}

.section .more {
    text-align: right;
}

.slideshow {
    position: relative;
    overflow: hidden;
    width: 590px;
    height: 80px;
    padding: 0 5px;
    margin-bottom: 20px;
}

.slideshow .controls {
    position: absolute;
    right: 0px;
    top: 0px;
    background: #fff;
    z-index: 20;
}

.slideshow .controls img {
    display: block;
    margin-bottom: 2px;
}

.slideshow .images {
    width: 1245px;
    padding-right: 22px;
    height: 96px;
    position: absolute;
    left: 0px;
    z-index: 10;
}

.slideshow .cell {
    float: left;
    width: 73px;
    margin-right: 10px;
}

.slideshow .rate {
    text-align: center;
    padding-top: 3px;
}

.slideshow .rate a {
    padding: 0 5px;
}

.review .rating {
    margin-bottom: 5px;
    font-weight: bold;
}

.review .fodors{
    margin-bottom: 5px;
    font-size: 14px;
    color: #ff6600;
    padding-top: 2px;
    font-weight: bold;
}

.review .rating img {
    position: relative;
    top: 3px;
}

.review .reviewbody {
    background: url(../images/icons/quotes.png) no-repeat 5px 2px;
    text-indent: 17px;
    clear: both;
}

.review .space {
    margin-top: -10px;
    margin-bottom: -10px;
    clear: both;
}

.review .recommendations {
    margin-top: -10px;
    font-size: 1.1em;
}

/* -- Forms -- */

.standard label {
    font-weight: bold;
    font-size: 1.3em;
    float: left;
    width: 165px;
    padding: 10px 10px 10px 0;
    text-align: right;
}

.standard .inputs {
    margin-left: 175px;
    padding: 10px 0;
    border-bottom: 1px dotted #cdcfc5;
}

.standard .textbox {
    width: 215px;
}

.standard .textbox.medium {
    width: 155px;
}

.standard p {
    margin-bottom: 5px;
}

.standard .complex label {
    float: none;
    font-weight: normal;
    display: block;
    width: auto;
    padding: 0;
    margin-bottom: 5px;
    text-align: left;
}

.standard .last .inputs {
    border-bottom: 1px solid #cdcfc5;
}

.standard .controls {
    margin-left: 175px;
    padding: 10px 0;
}

.standard button {
    vertical-align: baseline;
}

.inline .action {
    display: inline;
}

/* -- Ratings -- */

.saved, .saved:hover {
    color: #b78e1d;
    cursor: text;
    font-weight: bold;
    text-decoration: none;
}

.rating {
    float: left;
}
http://www.travetta.com//hotel-penthouse-suite-two-bedrooms-apartment-dr14-new-york-city-ny
.rating .description {
    float: left;
    padding: 2px 5px 0 0;
}

.rating .star {
    background: url(../images/stars/star.png) no-repeat left top;
    float: left;
    width: 19px;
    height: 18px;
    margin: 0 2px 0 0;
    overflow: hidden;
    position: relative;
}

.rating .star span {
    position: absolute;
    left: -999em;
}

.rating.one .one,
.rating.two .one, .rating.two .two,
.rating.three .one, .rating.three .two, .rating.three .three,
.rating.four .one, .rating.four .two, .rating.four .three, .rating.four .four,
.rating.five .one, .rating.five .two, .rating.five .three, .rating.five .four, .rating.five .five {
    background-image: url(../images/stars/star-active.png);
}

/* @end */

/* @group Layout */

#page {
    width: 980px;
    margin: 0 auto;
}

#header {
    margin: 2em 0 0;
}

#header h1 {
    float: left;
    margin: 0 0 0 15px;
}

#header h1 a {
    display: block;
    width: 231px;
    height: 40px;
    background: transparent url(/images/logo.png) 0 0 no-repeat;
    position: relative;
    overflow: hidden;
}

#header h1 span {
    position: absolute;
    left: -999em;
}

#search {
    float: right;
    width: 561px;
    height: 35px;
    background: transparent url(/images/tab_long.png) 0 0 no-repeat;
    position: relative;
    top: 1.5em;
    color: #666;
}

#main {
    margin: 1em 0;
    background: #f1f0eb;
    position: relative;
    padding: 1.5em;
}

.corner {
    position: absolute;
    z-index: 100;
}

.corner.bl {
    bottom: 0;
    left: 0;
}

.corner.br {
    bottom: 0;
    right: 0;
}

.corner.tl {
    top: 0;
    left: 0;
}

.corner.tr {
    top: 0;
    right: 0;
}

.main-inner {
    background: #fff;
    padding: 5px;
}

#left-sidebar {
    width: 200px;
}

#recommendations .digits {
    font-size: 4em;
}

#recommendations p {
    text-align: center;
    font-size: 1.1em;
}

#recommendations .large {
    font-size: 1.2727em;
}

.content {
    float: left;
    margin: 0 10px;
    width: 720px;
    padding-bottom: 10px;
}

.content #mapMembers {
    float: left;
    height: 365px;
    width: 717px;
    margin-bottom: 5px;
    border-left: 3px solid #f1f0eb;
    border-bottom: 3px solid #f1f0eb;
}

.content #ad {
    float: right;
    min-height: 110px;
    height: auto !important;
    height: 200px;
    margin-bottom: 5px;
}

/* -- Hotel list -- */

.pagination {
    background-color: #f1f0eb;
    text-align: center;
    font-size: 1.1em;
    margin: 0 0 5px 0;
    padding: 5px;
}

.hotelsTitle {
    background-color: #f1f0eb;
    text-align: left;
    font-size: 1.8em;
    font-weight: bold;
    margin: 0 0 5px 0;
    padding: 5px;
    padding-left: 15px;
}

.pagination span, .pagination a {
    padding: 0 3px;
}

.hotel {
    border: 1px solid #ecede9;
    border-top: 2px solid #d3d3d3;
    border-bottom: 1px solid #f8f8f7;
    margin: 0 0 10px;
}

.hotel .inner {
    padding: 15px;
}

.hotel-shot {
    float: left;
    margin-right: 15px;
    max-width: 131px;
}

.hotel .details {
    float: left;
    width: 425px;
}

.hotel .rates {
    margin-top: 1px;
    font-size: 1.2em;
    font-weight: bold;
    float: right;
    width: 100px;
}

.info .details .rates {
    width: 200px;
    display: block;
    float:none;
    margin-top: 1px;
    margin-bottom: 10px;
    font-size: 1.2em;
    font-weight: bold;
}

.info .details .rates br{
    display:none;
}

.hotel h2 {
    font-size: 1.8em;
    font-weight: bold;
}

.hotel li {
    font-size: 1.2em;
    padding: 0 0 0 12px;
    background: url(../images/icons/bullet.png) no-repeat left 4px;
}

.hotel .controls {
    font-size: 1.2em;
}

.controls .interface {
    float: left;
    padding: 2px 5px 0 0;
}

.removal-link {
    padding: 2px 0 0 5px;
    float: left;
}

.delete {
    width: 12px;
    height: 12px;
    padding: 2px 5px 5px 5px;
    float: left;
    background: url(/images/icons/delete.png) no-repeat left top;
}

.delete:hover{
    width: 12px;
    height: 12px;
    padding: 2px 5px 5px 5px;
    float: left;
    background: url(/images/icons/delete_red.png) no-repeat left top;
}

.delete-favorite-hotel-link {
    width: 12px;
    height: 12px;
    padding: 2px 5px 5px 5px;
    float: left;
    background: url(/images/icons/delete.png) no-repeat left top;
}

.delete-favorite-hotel-link:hover{
    width: 12px;
    height: 12px;
    padding: 2px 5px 5px 5px;
    float: left;
    background: url(/images/icons/delete_red.png) no-repeat left top;
}

#right-sidebar {
    width: 175px;
}

#saved-hotels.hover {
    background: #fdfcfb;
}

.search {
    float: left;
    border-left: 2px solid #fff;
    padding: .75em 0 .5em 1.5em;
}

#searchbox {
    width: 150px;
    font-size: .9em;
    margin: 0;
    background: #fff url(/images/search_bg_plain.png) no-repeat left top;
    padding: 4px 4px 4px 30px;
}

#footer {
    margin: 5px 200px 5px 20px;
}

#footer p {
    color: #666;
    font-size: 1.1em;
    padding-top: 0.5em;
}

#footer p.notice {
    color: #999;
}

form.modal {
    margin: 10px 0 0 20px;
}

form.modal label {
    font-size: 1.4em;
    font-weight: bold;
    float: left;
    clear: left;
    margin-bottom: 0.5em;
    text-align: right;
    padding: 1px 0 0;
    width: 140px;
}

form.modal input {
    float: right;
    clear: right;
    margin: 0 110px 0.5em 0;
}

form.modal p {
    clear: both;
    padding-left: 16.6em;
    font-size: 1.3em;
    margin: 0 0 10px;
}

form.modal p.small {
    font-size: .9em;
    margin: 0;
}

form.modal .action {
    padding: 1em 0 0 14.7em;
}

.modal_inner .err_msg {
    padding-left: 4.5em;
}

.hotel_id {
    display: none;
}

.autocomplete {
    position: absolute;
    /*top: 5.1em;
    left: 15.1em;*/
    background: #fff;
    border-top: 1px solid #cacaca;
    /*width: 250px;*/
    font-size: 1.1em;
    display: none;
    text-align: left;
}

#signup_form .autocomplete {
    margin-left: 2em;
}

/*#auto1 {
    margin-left: 1.6em;
}

#auto2 {
    margin-left: 1.6em;
}

#auto3 {
    margin-left: 1.6em;
}*/

.autocomplete_result {
    border: 1px solid #cacaca;
    border-top: 0;
    vertical-align: middle;
    background: #D8D8D8;
}

.autocomplete_result a {
    display: block;
    color: #000;
    vertical-align: middle;
    padding: 0.4em 1em;
}

.autocomplete_result a:hover, .autocomplete_result a.active {
    background: #ffffe5;
    text-decoration: none;
}

#favorite_form {
    position: relative;
}

#favorite_form .autocomplete {
    top: 20px;
    left: 0px;
}

#searchform {
    position: relative;
}

#searchform .autocomplete {
    top: 20px;
    left: 0px;
    z-index: 40;
    font-size: .9em;
}

/* @end */

/* @group Page Specific */

/* -- List page -- */

.fold-ad {
    border: 1px solid #d9d9da;
    border-bottom: none;
    margin-bottom: 10px;
}

.fold-ad .inner {
    border: 10px solid #e3e4de;
    margin: 1px 1px 0;
    background: url(../images/fold-ad-bg.png) no-repeat left bottom;
    padding: 10px 10px 15px;
}

.fold-ad .inner .invite_link{
    font-size: 1.1em;
    padding-left: 5px;
}


.fold-ad h2 {
    font-size: 2em;
    margin-bottom: 5px;
}

.fold-ad p {
    font-size: 1.4em;
    margin-bottom: 10px;
}

/* -- Hotel -- */

#hotel .content {
    width: 615px;
    margin: 0 15px 0 10px;
    padding: 10px 0 0;
}

#hotel h2 {
    font-size: 2.4em;
}

#hotel .info {
    margin-bottom: 35px;
}

#hotel .hotel-shot {
    margin-right: 20px;
    max-width: 240px;
    border: 1px solid #cdcfc5;
}

#hotel .details {
    float: left;
    width: 350px;
}

#hotel .details .controls .response {
    clear: both;
    padding-top: 5px;
}

#hotel .details .success {
    font-size: 1em;
}

#hotel .details .controls {
    font-size: 1.2em;
    float: left;
    margin-bottom: 5px;
}

#hotel .details .location {
    font-weight: bold;
    font-size: 1.4em;
}

#hotel .details li {
    font-size: 1.2em;
    padding: 0 0 0 12px;
    background: url(../images/icons/bullet.png) no-repeat left 4px;
}

#hotel #right-sidebar {
    margin-top: 10px;
    width: 300px;
}

#hotel .sidebar .ad {
    border: 1px solid #f1f0eb;
    min-height: 248px;
    height: auto !important;
    height: 248px;
    margin-bottom: 5px;
}

#share {
    color: #333;
    margin-right: 30px;
}

#share_inner {
    float: left;
    width: 100%;
    height: 15.7em;
    padding: 35px 10px 0px 20px;
    text-align: center;
    background: #e3e4de url(/images/main_bg_signup.png) 0 0 no-repeat;
}

#share_inner .err_msg {
    float: none;
    height: 15px;
    font-weight: bold;
    color: red;
}

#share_inner button.prominent {
    float: none;
    margin-left: 30px;
    background: url(/images/button_right.png) right no-repeat;
}

#share button.prominent span {
    height: 38px;
    line-height: 38px;
    background: url(/images/button_left.png) left no-repeat;
    font-size: 18px;
    padding-left: 40px;
    padding-right: 25px;
}

#share_inner .signin {
    margin-left: 27px;
    margin-top: -10px;
    float: none;
    height: 15px;
    font-size: 12px;
}

#hotel #map {
    width: 100%;
    height: 322px;
    margin-bottom: 15px;
    float: none;
}

/* -- Account -- */

#account .content {
    width: 615px;
    margin-left: 10px;
}

#account #right-sidebar {
    width: 295px;
}

#account h2 {
    margin: 10px 0 25px;
}

#account .content form {
    margin-bottom: 10px;
}

#account .content h3 {
    background: #f1f0eb;
    font-size: 1.3em;
    font-weight: bold;
    padding: 3px;
    margin-bottom: 5px;
    clear: both;
}

#recommendations {
    background: #e9e9e4 url(../images/focus-gradient.png) no-repeat center center;
    position: relative;
    z-index: 50;
}

#recommendations .textbox {
    margin-bottom: 5px;
}

/* -- Network -- */

#stats {
    float: left;
    border: 4px solid #f1f0eb;
    margin-bottom: 20px;
}

#stats .box {
    float: left;
    background: #d7d8d5 url(../images/main_bg_mid.png) no-repeat left center;
    width: 201px;
    padding: 10px 0 10px 10px;
}

#stats .box.first {
    padding-left: 0;
    background: url(../images/main_bg_mid_arrowless.png) no-repeat -40px center;
}

#stats .digits {
    font-size: 4em;
}

#stats p {
    text-align: center;
    font-size: 1.1em;
}

#stats .large {

}

#stats #invite-stats {
    width: 180px;
}

#stats #recommended-stats {
    width: 206px;
}

/* -- Entry page -- */

#entry .main-inner {
    border: 0.1em solid #fff;
    background: #f5f4f2;
    padding: 1px;
}

#hotel_entry {
    width: 404px;
    height: 162px;
    background: #e3e4de;
    padding: 30px 0 0 20px;
    float: left;
}

#hotel_entry div span {
    font-size: 3em;
    color: #b3b6a8;
    font-family: Times,serif;
    position: relative;
    top: 5px;
    *top: 0;
    _top: 5px;
}

#hotel_entry .hotel_err_msg {
	display: block;
    height: 15px;
    font-weight: bold;
    color: red;
    padding-top: 15px;
    margin-bottom: -5px;
    padding-left: 20px;
}

#hotel_entry .hotel_promo {
    height: 25px;
    font-size: 16px;
    font-weight: bold;
    padding-left: 20px;
    margin-top: -10px;
    margin-bottom: -15px;
}

#hotel_entry input.textbox,
#signup input.textbox {
    width: 315px;
    border: 1px solid #cacaca;
    color: #000;
    font-family: Arial,Helvetica,sans-serif;
    height: 23px;
    font-size: 1.5em;
    background: #fff url(/images/main_input_bg_plain.png) 0 0 no-repeat;
    padding: 5px 0 0 5px;
    margin: 0 0 0 2px;
    padding-left: 5px;
}

#hotel_entry input.unchanged,
#signup input.unchanged {
    color: #999;
}

#hotel_numbers {
    float: right;
    width: 467px;
    color: #333;
}

#hotel_numbers_hotels {
    float: left;
    width: 100%;
    height: 15.7em;
    background: transparent url(/images/main_bg_mid.png) 0 0 no-repeat;
    padding: 35px 10px 0 20px;
    text-align: center;
}

#hotel_numbers p {
    font-size: 1.1em;
}

#signup {
    float: right;
    width: 447px;
    height: 17.2em;
    display: none;
    padding: 20px 0 0 20px;
    background: #e3e4de url(/images/main_bg_signup.png) 0 0 no-repeat;
}

#signup h2, #signup p, #signup input.textbox, #signup .err_msg {
    margin-left: 30px;
    margin-right: 30px;
}

#signup h2 {
    margin-bottom: 0.3em;
}

#signup p {
    margin-bottom: 0.5em;
}

#signup .digits {
    font-size: 1em;
    letter-spacing: 0px;
}

#info {
    background: #fff;
}

#discover {
    width: 450px;
    height: 186px;
    float: left;
    position: relative;
}

#discover h2 {
    margin: 7px 2px 2px 7px;
}

#discover p {
    margin: 0 5px 2px 13px;
}

#discover img {
    margin: 5px 10px;
}

#discover .images {
    position: absolute;
    bottom: 0;
    left: 0.6em;
}

#map {
    width: 465px;
    height: 226px;
    float: right;
}

#mapGuest {
    width: 465px;
    height: 226px;
    float: right;
}

#console {
    height: 192px;
    border-top: 4px solid #f1f0eb;
    border-bottom: 4px solid #f1f0eb;
    background: #e3e4de;
}

/* -- Join page (warm register; overrides some entry page styles) -- */

.join-warm #discover {
    height: auto;
    margin: 10px auto;
    padding-bottom: 20px;
    text-align: center;
    width: 946px;
}

.join-warm #discover h2 {
    margin: 7px 2px 7px 7px;
}

.join-warm #hotel_entry {
    border-top: 4px solid #f1f0eb;
    border-bottom: 4px solid #f1f0eb;
    float: none;
    height: auto;
    margin: 20px 0;
    padding: 5px 0 10px;
    width: 946px;
}

.join-warm #hotel_entry form { 
    margin: 0 auto;
    width: 400px;
}

.join-warm #share {
    margin: 0;
}

.join-warm button.prominent {
    float: none;
    margin: 0 0 1em;
}

.join-warm #hotel_err {
    margin: 5px 0 0 50px;
    padding: 0;
    text-align: left;
}

.join-warm .autocomplete {
    margin-left: 45px;
    *margin-left: -150px;
    _margin-left: 45px;
    z-index: 2;
}

/* -- Invite overlay -- */

#invite_form .tabs li {
    float: left;
    margin-right: 11px;
}

#invite_form .tabs a {
    display: block;
    height: 42px;disco
    position: relative;
    overflow: hidden;
    background-position: left top;
    background-repeat: no-repeat;
}

#invite_form .tabs a span {
    position: absolute;
    left: -9999px;
}

#invite_form .tabs a:hover, #invite_form .tabs a.active {
    background-position: 0 -42px;
}

#invite_form .tabs a.disabled {
    background-position: 0 -84px;
    cursor: text;
}
#discover {
    width: 450px;
    height: 186px;
    float: left;
    position: relative;
}

#discover h2 {
    margin: 7px 2px 2px 7px;
}

#discover p {
    margin: 0 5px 2px 13px;
}

#invite_form .tabs .onebyone {
    width: 80px;
    background-image: url(../images/invite_buttons/1by1.png);
}

#invite_form .tabs .windowslive {
    width: 78px;
    background-image: url(../images/invite_buttons/windowslive.png);
}

#invite_form .tabs .gmail {
    width: 74px;
    background-image: url(../images/invite_buttons/gmail.png);
}

#invite_form .tabs .yahoo {
    width: 87px;
    background-image: url(../images/invite_buttons/yahoo.png);
}

#invite_form .tabs .aol {
    width: 73px;
    background-image: url(../images/invite_buttons/aol.png);
}

#invite_form .modal {
    margin: 0;
}

#invite_form .modal p.small {
    font-size: 1.2em;
    padding-left: 5px;
}


#invite_form .action-area {
    border: 1px solid #bfbfbd;
    clear: left;
}

#invite_form.modal_form {
    min-height: 26.8em;
    height: auto !important;
    height: 26.8em;
    width: 49.5em;
}

#invite_form .modal_inner {
    min-height: 22.3em;
    height: auto !important;
    height: 22.3em;
    padding: 2em;
}

#invite_form .modal_inner h2 {
    margin-bottom: .5em;
}

#invite_form form.modal input {
    float: none;
    clear: right;
    margin: 0 0 0.5em;
    width: 210px;
    font-size: 1.4em;
}

#invite_form form.modal input.name {
    margin-right: 10px;
    width: 160px;
}

#invite_form form.modal p, #invite_form form.modal .action {
    padding-left: 0;
}

#invite_form .remove_row img {
    margin: 5px 0 0 5px;
}

#invite_form .box {
    padding: 10px;
}

#invite_form form.modal .action.box {
    padding-left: 10px;
    background: #f1f0eb;
}

#invite_form .domain {
    font-size: 1.4em;
}

#invite_form .addresses {disco
    height: 150px;
    padding: 10px;
    overflow: auto;
    border-bottom: 1px solid #bfbfbd;
    background: #f1f0eb;
}

#invite_form .addresses label {
    display: block;
    float: none;
    width: auto;
    text-align: left;
    font-weight: normal;
    font-size: 1.2em;
}

#invite_form form.modal .addresses input {
    float: none;
    width: auto;
    margin: 0;
}

#invite_form .modal_inner .continue_link {
    font-size: 1.2em;
    float: none;
    width: auto;
    padding-top: 10px;
    text-align: right;
}

/* -- Similar people overlay -- */

#similar_people_win.modal_form {
    min-height: 46.8em;
    height: auto !important;
    height: 46.8em;
}

#similar_people_win .modal_inner {
    min-height: 42.3em;
    height: auto !important;
    height: 42.3em;
}

#similar_people_win .modal_inner h2 {
    margin-bottom: .5em;
}

#similar_people_win form.modal input {
    float: none;
    clear: right;
    margin: 0#discover {
    width: 450px;
    height: 186px;
    float: left;
    position: relative;
}

#discover h2 {
    margin: 7px 2px 2px 7px;
}

#discover p {
    margin: 0 5px 2px 13px;
}
     110px 0.5em 0;
}

#similar_people_win form.modal p, #similar_people_win form.modal .action {
    padding-left: 0;
}

#similar_people_win .modal_inner .users_block {
    /*background: #F1F0EB;*/
    background: #fff;
    border: 2px solid white;
    height: 340px;
    overflow: auto;
    padding: 5px;
}

#similar_people_win .modal_inner .users_block h3 {
    margin-top: .5em;
    margin-bottom: .2em;
}
#similar_people_win .modal_inner .users_block table {
    margin-left: 20px;
    margin-bottom: 10px;
}

/* -- Similar people overlay -- */

#friend_favorites_win.modal_form {
    min-height: 26.8em;
    height: auto !important;
    height: 26.8em;
    width: 50.8em;
}

#friend_favorites_win .modal_inner {
    min-height: 22.8em;
    height: auto !important;
    height: 22.8em;
    width: 42.5em;
}

#friend_favorites_win .modal_inner h2 {
    margin-bottom: .5em;
}

#friend_favorites_win form.modal input {
    float: none;
    clear: right;
    margin: 0 0 0 0;
}

#friend_favorites_win form.modal p, #friend_favorites_win form.modal .action {
    padding-left: 0;
}

#friend_favorites_win .modal_inner .users_block {
    /*background: #F1F0EB;*/
    background: #fff;
    border: 2px solid white;
    height: 180px;
    width: 370px;
    overflow: auto;
    padding: 10px;
}

#friend_favorites_win .modal_inner .hotel_name {
    display: block;
    padding-top: 5px;
    padding-left: 35px;
}

#friend_favorites_win .modal_inner .hotel_location {
    display: block;
    padding-left: 35px;
}

.tos {
    padding-top:20px;
	padding-left:20px;
}

.tos .numbers {
	list-style: decimal;
}

.tos .numbers li{
	font-weight:bold;
	font-size:13px;
}

.tos .numbers li .item{
	font-weight:normal;
	padding-top:5px;disco
}

.item .alphas {
	list-style: lower-alpha;
	padding-top:5px;
	padding-left:20px;
}

.item .alphas li{
	font-weight:normal;
	font-size:13px;
}

.item .alphas li .romans{
	list-style:lower-roman;
	padding-top:5px;
	padding-left:20px;
}

.addthis_toolbox {
  float: right;
	padding-right:10px;
	padding-top:9px;
	font-size:13px;
}

.top_content {
    float: left;
    width: 929px;
    padding-top: 10px;
    padding-left: 11px;
}
	
.top_content #discover {
    display: block;
	  width: 100%;
    height: 66px;
    float: left;
    padding-bottom: 1em;
}

.top_content #discover h2 {
}

.top_content #discover p {
}

.top_content #console {
    margin: 7.5em 0 0 0;
    height: 192px;
    border-top: 4px solid #f1f0eb;
    border-bottom: 4px solid #f1f0eb;
    background: #e3e4de;
}

.top_content #hotel_entry {
    width: 442px;
    height: 150px;
    background: #e3e4de;
    float: left;
}

.top_content #hotel_entry div span {
    font-size: 2.5em;
    color: #b3b6a8;
    font-family: Times,serif;
    position: relative;
    top: 5px;
    *top: 0;
    _top: 5px;
}

.top_content #hotel_entry .hotel_err_msg {
    display: block;
    height: 10px;
    font-weight: bold;
    color: red;
    margin-top: -20px;
    padding-left: 20px;
    margin-bottom: 2px;
}

.top_content #hotel_entry .hotel_promo {
    height: 25px;
    font-size: 14px;
    font-weight: bold;
    padding-left: 20px;
    margin-top: -20px;
}

.top_content #hotel_entry input.textbox{
    width: 315px;
    border: 1px solid #cacaca;
    color: #000;
    font-family: Arial,Helvetica,sans-serif;
    height: 23px;
    font-size: 1.5em;
    background: #fff url(/images/main_input_bg_plain.png) 0 0 no-repeat;
    padding: 5px 0 0 5px;
    margin: 0 0 0 2px;
    padding-left: 5px;
}

.top_content #hotel_entry input.unchanged,
.top_content #signup input.unchanged {
    color: #999;
}

.top_content #signup {
    float: right;
    width: 437px;
    display: none;
    background: #e3e4de url(/images/main_bg_signup.png) 0 0 no-repeat;
    margin: 0em 0em 0em 0em;
}

.top_content #hotel_numbers {
    float: right;
    width: 447px;
    color: #333;
    margin: 0em 2em 0em 0em;
}

.top_content #hotel_numbers_hotels {
    float: left;
    width: 100%;
    background: transparent url(/images/main_bg_mid.png) 0 0 no-repeat;
    padding: 35px 10px 0px 20px;
    text-align: center;
}

.top_content #hotel_numbers p {
    font-size: 1.1em;
}

.top_content #continue {
    width: 100%;
    height: 79px;
    background: #f5f4f2;
    padding: 0px 0px 5px 0px;
    float: left;
}

.top_content button.prominent {
    float: right;
    margin: 0.5em 8em 1em;
}

.top_content #continue h2 {
    font-size: 1.35em;
    float: left;
    padding-bottom:10px;
    margin: 0 5px 5px 10px;
}

/* @end */