* {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

BODY{ 	
	background-color: #fff;
	background-repeat:no-repeat;
	background-size:100% auto;
	z-index:2;	
	background-position: top left;
	background-attachment: fixed; 
	margin: 0px 0px 0px 0px;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
	}
	-moz-hidden-unscrollable

#layout{
	text-align:center;
	margin:0 auto 0 auto;
	width:100%;
	min-width:180px;
	max-width:800px;
	}

img{
	border:none;
	}
	
#content{
	width:100%;
	text-align:center;
	}

A { color: #eb3131; text-decoration: none; font-size: 14px;  font-weight: normal;   }
A:link { color: #eb3131; text-decoration: none;}
A:visited {color: #eb3131; }
A:hover { color: #eb3131; text-decoration: underline;}
A:active { color: #eb3131;text-decoration: underline;}

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 50px;
	color: #333;
	line-height:45px;
	margin:0px 0px 10px 0px;
	padding:0px;
	}

h2{
	font-family:Arial, Helvetica, sans-serif;
	color: #eb3131;
	font-weight:bold;
	font-size: 22px;
	margin:0px;
	padding:0px;	
	}

h3{
	font-family:Arial, Helvetica, sans-serif;
	color: #eb3131;
	font-weight:bold;
	font-size: 18px; 	
	}
	
.row0{
	text-align:center;
	padding:0px;
	margin:10px 0 0 0;
	width:100%;
	display:block;
	}
	
.row1{
	text-align:center;
	width:60%;
	min-width:200px;
	margin:0 auto 0 auto;
	padding:1%;
	background-color:#fff;
	}
	
.row1 h1{
	margin: 1%;
	font-size: 36px;
    font-weight: bold;
    color: #000000;
	}
	
.row1 h2 {
    margin: 1%;
    font-weight: bold;
    color: #000000;
	}
	
.row2{
	text-align:center;
	width:60%;
	min-width:180px;
	margin:0 auto 0 auto;
	padding:0;
	}
	
.row2 h1{
    color: #eb3131;
	}
	
.row2 h2 {
    color: #d10000;
	}
	
.iframerow{
	text-align:center;
	width:95%;
	min-width:180px;
	margin:0 auto 0 auto;
	padding:0;
	}
	
iframe{ margin:10px auto 10px auto; width:100%; height:auto; min-height:1162px; border:1px #CCCCCC solid; }
	
.row3{
	text-align:center;
	width:40%;
	min-width:200px;
	margin:0 auto; 
	padding:3%;
	background-color:#fff;
	}
	
.row3 h2 {
    margin:1%;
	font-size: 22px;
    font-weight: bold;
    color: #000000;
}

	
.success{
    margin: 50px auto 0 auto;
    width: 550px;
	max-width:95%;
    min-height: 120px;
    border: 2px solid #0a0;
    padding: 15px;
    font-size: 15px;
}

	
#form{
	background-color:#FFF;
	text-align:left;
   	width: 50%;
	min-width:180px;
   	padding:15px;
   	margin: 0 auto 10px auto;
	font-weight:normal;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
  }

.input{
	text-align:right;
	padding:5px;
	}
	
#foot{
	margin:10px auto 5px auto;
	margin-bottom:bottom:5px; 
	text-align:center;
	width:90%;
	padding:2px;
	}

input, textarea, select,option{
	background:white ;
	color:black ;
	padding:5px;
	margin:3px;
	border:#CCCCCC solid 1px;
	border-radius:10px;
	width:60%;
	max-width:200px;
	min-width:180px;
	}	
