.reveal-modal-bg { position: fixed; height: 100%;width: 100%;background: #000;background: url(images/bg-black.png) repeat; z-index: 9998;display: none;top: 0;left: 0; }
.reveal-modal {visibility: hidden; top: 100px !important; left: 50%; margin-left: -190px; position: fixed; z-index: 9999; background: #fff; width:380px; border-radius:10px; border:2px solid #fff;}
.reveal-modal.small {width: 200px; margin-left: -140px;}
.reveal-modal.medium {width: 400px; margin-left: -240px;}
.reveal-modal.large {width: 600px; margin-left: -340px;}
.reveal-modal.xlarge {width: 800px; margin-left: -440px;}
.reveal-modal .close-reveal-modal {position: absolute; top: 0; right: 3px; cursor: pointer; background: url(images/close.png) no-repeat; width: 24px; height: 24px;} 
.reveal-modal .close-reveal-modal:hover {opacity:0.9;}

.modal-form-call {text-align:center; padding: 20px 20px 40px;}
.modal-form-call h2 {color:#a9d544; font: 30px Arial; margin: 0 0 15px 0; text-transform:uppercase;}
.modal-form-call h3 {color:#e34000; font: 24px Arial; margin: -18px 0 20px 0;}
.modal-form-call input[type=text] {background: #f6fbf5; width:268px; height:35px; border: 1px solid #e4e7e1; outline:0; margin: 0 auto 10px auto; color:#444; font: 16px Arial; padding: 0 10px 0 12px; display: block;}
.modal-form-call input[type=text]:focus {outline: 2px solid #6ecbd5;}
.modal-form-call  button {background: #399f0d; width: 270px; padding: 4px 5px; color:#edeeeb; font: 20px Arial; display: block; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; text-align:center; line-height:34px; margin: 0 auto 4px auto; border:0; outline:0; cursor: pointer; box-shadow: 0 0 0 2px #e9e5e2; -moz-box-shadow: 0 0 0 2px #e9e5e2; -webkit-box-shadow: 0 0 0 2px #e9e5e2;}
.modal-form-call button:hover {background: #2E6EA5;}
.modal-form-call button:active {box-shadow: inset 0 0 10px #000, 0 0 0 2px #e9e5e2; -moz-box-shadow: inset 0 0 10px #000, 0 0 0 2px #e9e5e2; -webkit-box-shadow: inset 0 0 10px #000, 0 0 0 2px #e9e5e2;}


#thanks {}
#thanks p {color: #5897cd; font: 16px Arial;}


/*
	
NOTES

Close button entity is &#215;

Example markup

<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>

*/
