BODY {
	background: #fdfeff;
	font-family: 'Exo 2', sans-serif;
	margin: 0;
}
h1 {
	text-align: center;
	font-size: 39.45pt;
	margin: 10px 0 0 0;
	padding: 0;
	color: #454545;
}
img {
	border: 0;
}
.wrapper {
	width: 960px;
	margin: 0 auto;
}
header {
	margin-bottom: 40px;
}
header img {
	position: absolute;
	margin-top: 15px;
}
footer {
	height: 70px;
	width: 100%;
	background: #eef8ff url(footer-bg.png) top repeat-x;
	font-size: 24pt;
	color: #999ea2;
	bottom: 0;
	padding-top: 30px;
	margin-top: 30px;
}
.top-bar {
	width: 100%;
	height: 100px;
	background: #eef8ff url(top-bar-bg.png) bottom repeat-x;
}
#forms span {
	text-shadow: 1px 1px 0px #fff;
}
input[type=text]{
	background: #fff;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	width: 280px;
	height: 40px;
	margin-bottom: 10px;
	opacity: 0.7;
    filter: alpha(opacity=70);
	 padding-left: 5px;
}
input[type=email]{
        background: #fff;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        width: 280px;
        height: 40px;
        margin-bottom: 10px;
        opacity: 0.7;
    filter: alpha(opacity=70);
         padding-left: 5px;
}
input[type=tel]{
        background: #fff;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        width: 280px;
        height: 40px;
        margin-bottom: 10px;
        opacity: 0.7;
    filter: alpha(opacity=70);
         padding-left: 5px;
}
.login {
	float: right;
	width: 80px;
	height: 35px;
	background: url(login.png) no-repeat;
	border: 0;
	margin-right: 20px;
}
.signup {
	float: right;
	width: 80px;
	height: 35px;
	background: url(signup.png) no-repeat;
	border: 0;
	margin-right: 20px;
}
.left {
	float: left;
	width: 460px;
	height: 699px;
	background: url(left-bg.png) no-repeat;
}
.left-form {
	background: url(form-bg.png);
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	width: 300px;
	margin: 200px auto;
	padding: 10px;
}
.right {
	float: right;
	width: 460px;
	height: 699px;
	background: url(right-bg.png) no-repeat;
}
.right-form {
	background: url(form-bg.png);
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	width: 300px;
	margin: 200px auto;
	padding: 10px;
}
