*{margin:0; padding:0}

html { background-color: #111;}
body{
	font-family: "Lucida Grande", Helvetica;
}

img{
	border: none;
}

:focus { 
    outline: none; 
}

input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner{   
	border : 0px;
}

input[type="submit"]:focus, input[type="button"]:focus
{     
	outline : none;
}

.body-gradient{
	height: 100%;
	background-color: #000000;
}

.body{
	width: 100%;
	height: 900px;
	background: url(images/body-bg.gif) no-repeat center top;
        background-color: #000000;
}

.bar-wrapper{
	width: 100%;
	height: 39px;
	position: absolute;
	background: url(images/bar-bg.gif) repeat-y;	
}

.bar{
	background: url(images/bar-bg-right.gif) no-repeat right 0;
}

.progress{
	background: url(images/bar.gif) repeat-x;
	width: 75%;
}

.bar-start{
	background: url(images/bar-start.gif) no-repeat;

}

.bar-end{
	background: url(images/bar-end.gif) no-repeat top right;
	height:4px;
	padding-top: 15px;
	text-align: right;
}

.aligned{
	width: 960px;
	margin: 0 auto;
}

.wrapper{
	text-align: center;
	min-height: 517px;
	width: 100%;
	float: left;
	position: relative;
}

.container{
	position: relative;
}

.logo{
	width: 600px;
	margin: 390px auto 0 auto;
}
.logo2{
	width: 600px;
	margin: 170px auto 0 auto;
}

.sign-up-form{
	margin: 54px 0 28px 240px;
	float: left;
}

.left{
	float: left;
	width: 380px;
	
}

.textbox-wrapper{
	width: 320px;
	height: 24px;
	background:url(images/sign-up-for-beta.png) no-repeat 25px 8px;	
	padding: 0 30px;
	float: left;
	overflow: hidden;
}

.textbox{
	width: 100%;
	border: none;
	background: none;
	outline:none;
	float: left;
	font-size: 18px;
	color: #364c4e;
}

.write{
	color: #77aea5;
}

.sign-up-wrapper{
	width: 143px;
	height: 75px;
	background:url(images/sign-up.png) no-repeat;
	float: left;
	outline: none;
	margin: -3px 0 0 0;
	-moz-outline-style: none;
}

.sign-up{
	background: none;
	border: none;
	text-indent: -9999px;
	width: 106px;
	height: 28px;
	cursor: pointer;
	margin: 0;
	float: left;
	outline: none;
	-moz-outline-style: none;
}

.numbers-wrapper{
	width: 730px;
	float: left;
	margin: 0 0 30px 115px;
}

.numbers{
	width: 100%;
	float: left;
	list-style: none;
	color: #18545b;
	font-size: 15px;
}

.numbers li{
	padding-bottom: 20px;
	width: 100%;
	float: left;
}

.number{
	width: 44px;
	height: 56px;
	background-image:url(images/numbers-hover.png);
	background-repeat: no-repeat;
	float: left;
}

.one{
	background-position: 0 0;
}

.two{
	background-position: 0 -56px;
}

.three{
	background-position: 0 -112px;
}

.four{
	background-position: 0 -168px;
}

.five{
	background-position: 0 -224px;
}

.desc-wrapper{
	background: url(images/cloud.png) no-repeat 0 0;
	width: 654px;
	padding-left: 20px;
	float: right;
}

.desc-wrapper .right{
	background: url(images/cloud.png) no-repeat right -112px;
	width: 634px;
	padding-right: 20px;
	float: left;
}

.desc-wrapper .right .desc{
	background: url(images/cloud.png) repeat-x 0 -56px;
	width: 622px;
	padding-left: 12px;
	height: 56px;
	float: left;
	text-align: left;
	line-height: 3.5;
	font-size: 15px;
	text-shadow: 0 -2px 2px #000000;
}

#butterfly{
	position: absolute;
	top: 595px;
	right: 96px;
	cursor: pointer;
}

.error{
	color: #cc2900;
}

.success{
	color: #ffffff;
}

.made{
	width: 100%;
	float: left;
	color: #20464a;
	text-align: center;
	font-size: 12px;
}

	.made img{
		margin-top: 7px;
	}
