html, body { width: 100%; min-width: 100%;}
body { margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #6D6D6D; min-height: 750px; position: relative}
hr { margin: 10px 0; padding: 0; border: none; border-bottom: 1px solid #F9F8F7; border-top: 1px solid #C8C6C6;  height: 2px;}

.wrapper { width: 440px; position: fixed; right: 100px; bottom: 0px; z-index:2}

header h1 { font: normal 47px/42px 'Arial Black',Arial, Helvetica, sans-serif; letter-spacing: -2px; margin: 0 0 30px; padding: 0; text-transform: uppercase; text-align: justify; position: relative; color: #f3f3f3; text-shadow: 0 0 1px #AFAFAF; text-align: center}

section { background: url(../images/transparent.png); border-radius: 6px 6px 0 0; padding: 10px 35px;}
section label { font-size: 20px; color: #91887F; text-transform: uppercase; display: block}
section h2 { margin: -17px auto 0; padding: 10px 0 0 0; font:bold 20px 'Arial Narrow',Arial, Helvetica, sans-serif; text-transform: uppercase; width: 312px; height: 32px; background: url(../images/bg-create.png); color: #eee; text-align: center}
	input[type=text], input[type=password] { background: url(../images/bg-input.gif) repeat-x; border: 1px solid #F9D146; height: 32px; padding: 0 5px; width: 355px; border-radius: 5px; margin-bottom: 15px; font: 16px Arial, Helvetica, sans-serif; color: #999999; text-align: center}
	section p { margin: 0; padding: 0; text-align: center}
	.half { margin: 0; padding: 0; width: 50%; float: left}
	.half input { width: 169px;}
	.last input { margin-bottom: 0}
	.button { border: none; cursor: pointer; width: 177px; height: 57px; background: url(../images/button.png)}

footer { background: url(../images/bg-footer.gif) repeat-x; height: 20px; padding: 9px 0 0 0; text-align: center}
footer a { color: #6D6D6D; text-decoration: none}
footer a:hover { color: #000000}

#awesome_video { position: fixed; top: 0; left: 0; width: 100% !important; height: 100% !important; z-index: 1;}

#register{
    display:none;
    background: white;
    border: 2px black solid;
}
#register ul{
    list-style-type:none;
}
#register ul li{
    padding:5px;
}
#register ul li input[type="text"]{
    width:300px;
    color:#aeaeae;
}