html { 
	font-family: arial, helvetica;
    font-size: 62.5%; 
    color: #000;
    background-color: #fff;
}

body {
	background: url('https://www.gemex.com/fileadmin/templates/skins/skin_dlp/css/images/gemex-logo-8.png') no-repeat top center;
	margin-top: 2%;
}


sup {vertical-align: super; }

.wrapper {
	z-index: 1;
	position: relative;
	width: 320px;
	margin: 0 auto;
	padding: 100px 0 0;
	text-align: center;
}

h1 {
	color: black;
	font-size: 25px; font-size: 2.5rem;
	text-align: center;
	line-height: 1.25em;
}

h1 span {
	font-family: serif;
}

h1 sup {
	font-size: 20px; font-size: 2.0rem;
}

label {
	width: 90%;
	display: block;
	font-size: 16px; font-size: 1.6rem;
	margin: 16px 10px 5px;
	text-align: left;
}

input, textarea {
	width: 275px;
	font-size: 20px; font-size: 2.0rem;
	margin: 0px 10px;	
	display: block;
	border: 2px solid #aaa;
	border-radius: 5px;
    outline: none;
	-webkit-appearance: none;
	padding:  5px 0.5em 7px;
	height: 23px;
}	

textarea { 
    height: 50px;
    font-size: 16px; font-size: 1.6rem;
}
#textarea_feedback {
    font-size: 10px;
    text-align: center;
    margin-top: 5px;
}   

div.prepend {
	position: relative;
}

div.prepend span {
	position: absolute;
	left: 12px;
	font-size: 25px;
	top: 0px;
	padding: 5px 0 7px;
	background-color: #aaa;
	width: 30px;
	border-radius: 2px 0 0 2px;
}

input.error {
    outline: none;
    box-shadow: 0 0 10px  #ff0000;
    -moz-box-shadow: 0 0 10px  #ff0000;
    -webkit-box-shadow: 0 0 10px  #ff0000;
}

#btnanother,
#sendsubmit {
	margin-top: 20px;
	background: url('explore-bg.jpg') repeat-x;
	height: 35px;
	border: 0;
	border-radius: 5px;
	text-align: center;
	-webkit-appearance: none;
	background-color: #9EBFF4;
	font-weight: bold;
}

#btnanother:hover, #btnanother:active,
#sendsubmit:hover, #sendsubmit:active {
	background-color: #9EBFF4;
	background-image: none;
	cursor: pointer;
}

p {
	width: 85%;
	font-size: 13px; font-size: 1.3rem;
	margin: 20px auto 0;
    line-height: 1.25em;
    text-align: left;
}

p.footer {
	width: 85%;
	font-size: 13px; font-size: 1.3rem;
	margin: 30px auto 0;
	color: #999;
    line-height: 1.25em;
    text-align: center;
}

div.step1 {
	margin-top: 10px;
	display: block;
}
div.step3 {
	padding-top: 140px;
	display: none;
}

div.step3 p {
	font-size: 14px;
	text-align: center;
	margin-top: 0;
}

div.step3.success {
	background: url('check.png') no-repeat top center;
}
div.step3.fail {
	background: url('x.png') no-repeat top center;
}

div.step1 h1.step2 {
	display: none;
}
div.step1 h1.step1 {
	display: block;
}
div.step1.step2 h1.step1 {
	display: none;
}
div.step1.step2 h1.step2 {
	display: block;
}

h2 {
	font-size: 18px; font-size: 1.8rem;
	margin: 20px 20px 10px;
	text-align: left;
	width: 90%;
    line-height: 1.25em;
    text-transform: uppercase;
}

h5 {
	font-size: 15px; font-size: 1.5rem;
	margin: 15px auto 10px;
	text-align: left;
	width: 85%;
    line-height: 1.25em;
}
table {
	width: 80%;
	margin:  0 auto;
}
td {
	font-size: 13px; font-size: 1.3rem;
	text-align: left;
	padding: 4px 6px;
}

.icon {
	width: 20%;
	height: 20%;
}

.loading {
	display: none;
	position: absolute;
	left: 40%;
}