body {
	border:2px solid #20497a;
	width: 855px;
	margin: 20px auto;
	font-family: Arial Narrow, Arial,Helvetica,serif;
}

div.wrapper {
	padding: 40px 40px 100px 40px;
	background: url(/images/SyncUp_footer.png) left bottom no-repeat;
}

#header {
	display: none;
}

#heading {
	text-align: center;
}

#bsr_intro a {
	color: #4878c8;
}

span.hl {
	background: #ffff99;
}

ul.document-list {
	list-style: none;
	padding-left: 20px;
	margin-top: -12px;
}

ul.document-list.two-col {
	overflow: hidden;
}

ul.document-list.two-col li {
	float: left;
	width: 50%;
}

ul.document-list a {
	color: #000 !important;
}

ul.document-list li.cs a {
	color: #666 !important;
	text-decoration: none;
	cursor: default;		
}

#bsr_form,
#bsr_intro {
	font: 17px Arial Narrow, Arial,Helvetica,serif;
	color: #333;
	line-height: 21px;
}

#bsr_form h1,
#bsr_intro h1 {
	color: #20497a;
	font-weight: bold;
	font-size: 19pt;
}

#bsr_intro li {
	margin-bottom: 3px;
}

#bsr_form h2,
#bsr_intro h2 {
	font-weight: normal;
	font-size: 22px;
	color: #20497a;
}

#bsr_intro h2 {
	margin-top: 25px;
	margin-bottom: -12px;
}

#bsr_intro strong {
	color: #000;
}

table.guest-rooms td {
	font-size: 11pt;
	margin: 2px;
	vertical-align: top;
}

#heading h1 {
	margin:0;
}

#heading h2 {
	margin:10px 0 10px 0;
	color: #20497a;
	font-size: 14pt;
}

#heading h3 {
	margin-top: 0;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	font-size: 18px;
	font-weight: normal;
}

div.hotel {
	width: 50%;
	float: left;
}

div.divider {
	height: 1px;
	background: #f4944e;
	width: 65%;
	margin: 1.5em auto 2.5em auto;
}

ul.numbered {
	list-style: decimal;
}

a.button,
#bsr_intro form input {
	padding: 15px;
	border-radius: 10px;
	color: #fff;
	background: #730206;
	border: none;
	font-size: 16px;
	font-weight: normal;
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
    font-family: Arial,Helvetica,serif;
}

a.button {
	-webkit-appearance: none;
	text-decoration: none;
	color: #fff !important;
	display: inline-block;
}

div.register-cta {
	margin: 50px 0 10px 0;
	text-align: center;
}

a.register_button {
	display: inline-block;
	margin: 0 auto;
	color: #20497a !important;
	background: #f5964f;
	font-size: 19pt;
	font-weight: bold;
	text-decoration: none;
	padding: 15px 30px;
}

div.hotel-info {
	padding-left: 35px;
}

div.hotel-info ul {
	margin-top: 0.3em;
}

div.hotel-info p {
	margin: 0.6em 0 0.3em 0;
}

#bsr_intro div.register {
	margin-top: 40px;
	border: 2px solid #ccc;
	padding: 20px;
	overflow: hidden;
}

#bsr_intro div.register h2 {
	margin-top: 0;
	padding: 8px 0;
}

#bsr_intro div.register p {
	margin: 0;
}

.button {
    display: inline-block;
    color: #fff;
    text-shadow: 0 0 2px rgba(0,0,0,.3);
    font-family: sans-serif;
    box-shadow:
        inset 0 0 2px 0 rgba(255,255,255,.4),
        inset 0 0 3px 0 rgba(0,0,0,.4),
        inset 0 0 3px 5px rgba(0,0,0,.05),
        2px 2px 4px 0 rgba(0,0,0,.25);
    position: relative;
}
.button:before, .button:after {
    content: '';
    display: block;
    position: absolute;
    left: 2px;
    right: 2px;
    height: 3px;
}
.button:before {
	top: 0;
    background: rgba(255,255,255,.6);
    box-shadow: 0 1px 2px 0 rgba(255,255,255,.6);
}
.button:after {
	bottom: 0;
    background: rgba(0,0,0,.15);
    box-shadow: 0 -1px 2px 0 rgba(0,0,0,.15);
}