@charset "UTF-8";
/* CSS Document */

/*
    ____  ___    ____  __________________    ______
   / __ \/   |  / __ \/_  __/  _/ ____/ /   / ____/
  / /_/ / /| | / /_/ / / /  / // /   / /   / __/   
 / ____/ ___ |/ _, _/ / / _/ // /___/ /___/ /___   
/_/   /_/  |_/_/ |_| /_/ /___/\____/_____/_____/

author: cole rise
created: twenty-second day of october, two-thousand & eight.

*/


/* main styles ---------------------------------------------------------------- */

#main {
	bottom:0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right:0;
	text-align: center;
	top: 0;
	width: 100%;
}

#page {
	background: #fff;
	margin: -40px 0 0 0px;
	position: relative;
	width: 420px;
	height: 130%;

	opacity:0.95;
}


#info {
	height:100px;
	left: 12px;
	position: absolute;
	text-align: left;
	top: 80px;
	width:485px;
}

#form-email {
	background: #999;
	border: 0px solid #fff;
	border-bottom: 1px solid #fff;
	clear:none;
	color:#000;
	font: normal 12px helvetica neue, helvetica, arial, sans-serif;
	float:left;
	height: 22px;
	margin: 16px 5px 0 45px;
	padding: 4px 0 4px 4px;
	width: 180px;
}

#box {
	width: 385px;
	background: #ccc;
	padding: 10px;
	border: 1px solid #333;
	margin:0 auto
}
input,textarea {
	background: #555;
	border: 0px solid #fff;
	border-bottom: 0px solid #fff;
	clear:none;
	color:#fff;
	font: normal 12px helvetica neue, helvetica, arial, sans-serif;
	float:left;
	height: 22px;
	margin: 16px -30px 0 45px;
	padding: 4px 0 4px 4px;
	width: 180px;
}
input[type="submit"] {
	width:120px;
	background: url(go.png) no-repeat 0 0;
padding:0 0 0 10px;
margin-left:35px;
}
.error {
	background: #FF8080;
	border-color: #F00
}
.success {
	display:none;
	margin-top:10px;
	font-weight:200
}
#form-submit {
	clear:none;
	float:left;
	height: 24px;
	margin: 15px 0 0 0;
	width: 39px;
}

#no-spam {
	color:#000;
	float: left;
	position: relative;
	margin: 1px 115px 0 45px;
}
#no-spam2 {
	color:#000;
	float: left;
	position: relative;
	margin: 0px 115px 20px 45px;
}
