body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #ffffff;
	margin: 0;
}

a {
	text-decoration: underline;
	color: #ffffff; 
}

#wrapper {
	width: 1024px;
	height: 597px;
	margin: auto;
	box-shadow: 5px 5px 10px #888;
	background: url('bg.jpg') no-repeat top left;
	position: relative;
	border: 1px solid rgba(127,127,127,.5);
}





#optinarea {
	width: 400px;
	background-color: #000000;
	box-shadow: 5px 5px 10px #000;
	border-radius: 30px;
	border: 13px solid #fff;
	padding: 28px 22px;
}

#left {
	padding: 10px;
	width: 490px;
}

#right {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 9px;
	color: #d3d2d2;
}


h1 {
	text-align: center;
	margin: 0;
	font-weight: normal;
	text-shadow: 1px 1px 2px #393;
}

#mainform {
	width: 295px;
	margin: auto;
	text-align: center;
}

.legalstatement {
	font-size: 10px;
	color: #959191;
	text-align: center;
}

form p {
	text-align: left;
	margin: 27px 10px;
	margin-bottom: 10px;
}

input[type=text] {
	border: 3px solid #01de15;
	border-radius: 30px;
	width: 100%;
	text-align: center;
	padding: 18px 0px 12px 0px;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", times, serif;

 -webkit-box-shadow: inset -5px -5px 5px #ccffcc;
    -moz-box-shadow: inset -5px -5px 5px #ccffcc;
    box-shadow: inset 0px 0px 8px 3px #888888;
    -ms-shadow: inset -5px -5px 5px #ccffcc;
    -o-shadow: inset -5px -5px 5px #ccffcc;
	color: #729868;
}

#negative {
	margin: auto;
	width: 207px;
	text-align: center;
	position: absolute;
	bottom: 5px;
	left: 142px;
}

#negative p {
	color: #403e3e;
	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 0px;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.maintitle {
	white-space: nowrap;
	font-size: 43px;
	color: #00f317;
	font-weight: 900;
	margin-bottom: 5px;
}

.stretch {
    margin-left: -100px;

    transform:scale(.6,1); /* W3C */
    -webkit-transform:scale(.6,1); /* Safari and Chrome */
    -moz-transform:scale(.6,1); /* Firefox */
    -ms-transform:scale(.6,1); /* IE 9 */
    -o-transform:scale(.6,1); /* Opera */
}

.subtitle {
	font-size: 17px;
	width: 88%;
	margin: auto;
}