@charset "utf-8";
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #39F;
	margin-left: 2%;
	text-align:left;
}

.heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #36C;
	margin-left: 4%;
	text-align:left;
}

.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	width: 80%;
	margin-left: 4%;
	text-align:left;
}

.subscript {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	alignment-baseline: hanging;
	width: 80%;
	margin-left: 4%;
}

.form_basic_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	width: 80%;
	text-align:left;
	margin:auto;
}

html, body {
    -webkit-text-size-adjust: 100%;
	margin: 0px;
    padding: 0px;
    border: 0px;
    width: 100%;
    height: 100%;
	background: white;
	text-align:center;
}

iframe {
	margin: none;
	padding: 0;
	line-height:0px;
	display:block;
	margin-top:0px;
	margin-bottom: 0px;
	border: 0;
	width:100%;
	height:80px;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

textarea#comments {
	width: 600px;
	height: 120px;
	border: 3px solid #cccccc;
	padding: 5px;
	font-family: Tahoma, sans-serif;
	background-image: url(/images/textarea-bg.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	overflow:hidden;
	-ms-overflow-style: none;
}

#rotating-image-wrapper {
	position:absolute;
	width: 520px;
	height: 770px;
	border-top:none;
	border-bottom:solid 1px #cbcdcd;
}
.rotating-image {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}
.fb-page, .fb-page iframe[style], .fb-page span {
    width: 100% !important;
}