.reveal-modal-bg
{
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0,0,0,.8);
    z-index: 10;
    display: none;
    top: 0;
    left: 0;
}

.reveal-modal
{
    border: 5px outset #48320D;
    font-size: 1em;
    font-weight:bold;
    visibility: hidden; /*top: 10px;*/
    top: 0px;
    left: 20%;
    width: 50%; /*background: #eee url(modal-gloss.png) no-repeat -200px -80px;*/
    color: Black; /* background: #814F3A; background: #A5731C;*/
    background: #a78069;
    position: absolute;
    z-index: 9998; /*padding: 10px 40px 34px;*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
    -box-shadow: 0 0 10px rgba(0,0,0,.4);
    text-align: right;
}

#FolioModal
{
    left: 0;
    width: 100%;
    border: 5px outset #48320D;
    font-size: 1em;
    visibility: hidden; /*top: 10px;*/
    top: 0px;
    color: Black; /* background: #814F3A; background: #A5731C;*/
    background: #a78069;
    position: absolute;
    z-index: 9998; /*padding: 10px 40px 34px;*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
    -box-shadow: 0 0 10px rgba(0,0,0,.4);
    text-align: left;
}
.reveal-modal.small
{
    width: 200px;
    margin-left: 240px;
}
.reveal-modal.medium
{
    width: 400px;
    margin-left: 220px;
}
.reveal-modal.large
{
    width: 600px;
    margin-left: 100px;
}
.reveal-modal.xlarge
{
    width: 90%;
    margin-left: -200px;
}
.reveal-modal.xxlarge
{
    width: 720px;
    margin-left: 100px;
}
.reveal-modal.xxxlarge
{
    width: 60%;
    margin-left: 0;
}

.close-reveal-modalBooking
{
    font-size: 30px;
    line-height: .5;
    position: absolute;
    top: 8px;
    right: 11px;
    color: #491807;
    text-shadow: 0 -1px 1px rbga(0,0,0,.6);
    font-weight: bold;
    cursor: pointer;
    text-align: right;
}
.reveal-modal .close-reveal-modal
{
    font-size: 30px;
    line-height: .5;
    position: absolute;
    top: 8px;
    right: 11px;
    color: #491807;
    text-shadow: 0 -1px 1px rbga(0,0,0,.6);
    font-weight: bold;
    cursor: pointer;
    text-align: right;
}

.reveal-modal-Estimate .close-reveal-modal
{
    font-size: 22px;
    line-height: .5;
    position: absolute;
    top: 8px;
    right: 11px;
    color: #aaa;
    text-shadow: 0 -1px 1px rbga(0,0,0,.6);
    font-weight: bold;
    cursor: pointer;
    text-align: right;
}

.BookingChangesIcon
{
    font-size: 30px;
    line-height: .5;
    position: absolute;
    top: 5px;
    left: 35px;
    color: #491807;
    text-shadow: 0 -1px 1px rbga(0,0,0,.6);
    font-weight: bold;
    cursor: pointer;
    text-align: right;
}
/*
	<div id="myModal" class="reveal-modal">
		<h2>Awesome. I have it.</h2>
		<p class="lead">Your couch.  I it's mine.</p>
		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In ultrices aliquet placerat. Duis pulvinar orci et nisi euismod vitae tempus lorem consectetur. Duis at magna quis turpis mattis venenatis eget id diam. </p>
		<a class="close-reveal-modal">&#215;</a>
	</div>
	
	*/
