@font-face {
	font-family: 'American Typewriter';
	src: url('AmericanTypewriter.eot');
	src: url('AmericanTypewriter.eot?#iefix') format('embedded-opentype'),
		url('AmericanTypewriter.woff') format('woff'),
		url('AmericanTypewriter.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
#print-content h2 {font-family: 'American Typewriter';}
.thanks-white-bg h1 {font-family: 'American Typewriter';}
.reveal-modal h2 {	font-family: 'American Typewriter';}
.reveal-modal p {	font-family: 'American Typewriter'; font-size:12px;}
.reveal-modal label {font-family: 'American Typewriter'; font-size:14px!important;}
.reveal-modul textarea {
  width: 240px!important;
  height: 200px!important;
  overflow-y: scroll!important;
}

.confirm-bg {  background: url(../img/sunset-image.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.confirm-bg h2, .confirm-bg p {font-family: 'American Typewriter';}
.form-bg {width:100%; height:100%; background-color: #fff; padding:10px; margin:50px 0px 0px 0px; margin: auto;
-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
