body {
	font: 15px/21px Arial,Helvetica,sans-serif;
	background: url("../images/bg-woman-power.jpg") no-repeat scroll bottom right #000;
	height: 850px;
	line-height: 1.4;
}

input {
	font-size: 11px !important;
	font-weight: normal !important;
}

.container {
	margin: 0 auto;
	width: 100%;
}
#header {
	background: rgba(0,0,0, 0.5);
	color: white !important;
	height: 100px;
	width: 100% !important;
}

#logo {
	width: 350px;
	padding-top: 15px;
	margin
	float: left;
}

#nav {
	width: 300px;
	float: right;
	margin-top: 40px;
}

#nav a {
	text-decoration: none;
	color: #222;
}

#nav a:hover {
	color: #777;
}

#wrapper h1 {
	font-size: 18px;
	color: #FFF;
	font-weight: normal;
}
#content {
	background: rgba(0,0,0, 0.5);
	height: 400px;
	margin: 25px 0 25px 0;
	min-height: 448px !important;
	text-align: left;
	width: 450px;
	position:absolute;
	left:10%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#content p {
	font-size: 12px;
	text-align: center;
	padding: 3px;
	color: #CCC;
}

form {
	background:#0e0e0f;
	padding: 10px;
	margin: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border:1px solid #222;
}

label {
	display: block;
	margin-top: 0.25em;
	color: #FFF;
	margin-bottom: 0.5em;
}
input.text, input.password {
	margin: 0 0 10px;
	padding: 10px;
	width: 300px;
}
input.checkbox, input.radio {
	margin-right: 0.5em;
}
label.checkbox, label.radio {
	display: inline;
	font-weight: normal;
	line-height: 1.6em;
}


input {
	margin: 0;
	vertical-align: text-top;
	line-height: 1.4;
}

a.button, input.button {
	background: rgb(0,0,255);
	border: 0 none;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
	padding: 5px 15px;
	text-transform: uppercase;
	vertical-align: middle;
	float: right;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-box-shadow: 3px 3px 6px rgba(0,0,0,1);
	-moz-box-shadow: 3px 3px 6px rgba(0,0,0,1);
}

input.button:hover {
	background: rgb(255,0,0);
}
input.button:active {
	background: rgb(0,255,0);
}

#countdown {
position:absolute;
bottom:0px;
right:0px;
}

