body,html{width: 100%;}
body{
	margin: 0;
	text-align: center;
	background-color: #e8e8e8;
	font-family: "century gothic";
	line-height: 1.1em;
}

h1,h2,h3,h4,h5{font-weight: bold; color: #b043ba}
h1{font-size: 4em; margin-top: .5em; color: #df7ce8}
h2{font-size: 1.4em;margin-bottom: 10px;}
h3{font-size: 1.2em;}

div#header{
	margin-bottom:10px;
}

p{
	margin-bottom: 2em;
	line-height: 1.5em;
}

a{color: #b043ba;}
a:hover{color: #df7ce8; text-decoration: none;}

label{
	font-size: 0.9em;
	color: #df7ce8;
}

div#fb{
	position: absolute;
	top: -30px;
	left: 760px;
	width: 200px;
	height: 164px;
	float: left;
}

div#background{
	background: url("../img/topbg.gif") repeat-x;
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 400px;
	z-index: 1;
}
div#background2{
	background: url("../img/topbg2.gif") repeat-x;
	position: absolute;
	top: 400px;
	left: 0;
	width: 100%;
	height:150px;
	z-index: 1;
}

div#main{
	position: relative;
	text-align: left;
	margin: 0px auto;
	width: 960px;
	z-index: 100;
}

div.field-container{
	width: 100%;
	height: 40px;
	float: left;
}

div.label{
	float: left;
	width: 150px;
	padding-top: 3px;
}

div.field{
	float: left;
}

div.section{
	width: 100%;
	margin-top: 30px;
	float: left;
}

div.half{
	width: 300px !important;
}

div.half p{
	font-size: 0.8em;
}

form#paypal{
	margin-bottom: 30px;
	text-align: left;
}

div.right{
	margin-left: 30px;
}

div.middle{
	margin-left: 30px;
}

div#result {
	padding: 15px 0px 0px 25px;
	margin-bottom: 20px;
}

div#result-container, div#result-container div{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

div#result h2.preload{
	text-align: center;
	margin-top: 3.5em;
	margin-bottom: 3.5em;
	color: #e8e8e8;
}

div#result-container{
	background-color: #AAA;
}

div.password-container{
	width: 310px;
	float: left;
	margin-bottom: 20px;
}

div.password-container div{
	float: left;
	background-color: #FFF;
}

div.padding-10{
	width: 270px;
	float: left;
	padding: 10px;
}

div#copyright{
	text-align: right;
	font-size: 0.7em;
}

input#length{
	width: 2em;
	text-align: center;
}
input:focus {
	outline: none;
}
input#count{
	text-align: center;
	width:2em;
	margin-left: 1em;
	margin-right: 1em;
}

input.pw_box{
	margin-top: 15px;
	margin-bottom: 15px;
	color: #222 !important;
	width: 100%;
	border: 0;
	background: transparent;
}