/***************************************************************************
*
* Global
*
****************************************************************************/

body {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/***************************************************************************
*
* Container
*
****************************************************************************/

#container {
	width:760px;
	margin:0px auto;
	overflow:hidden;
}

/***************************************************************************
*
* Header
*
****************************************************************************/

#header {
	position:relative;
	text-align:center;
}

#header a {
	color:#000;
	text-decoration:none;
}

#social {
	text-align:left;
	position:absolute;
	top:0;
	left:650px;
	overflow:hidden;
}

/***************************************************************************
*
* Content
*
****************************************************************************/

#content code {
	background-color:#f7f7f7;
	padding:20px;
	display:block;
	font-size:16px;
}

#content h2 {
	font-size:20px;
}

/***************************************************************************
*
* Password field/buttons
*
****************************************************************************/

#password {
	margin: 0px auto;
	padding: 20px 0;
	width:720px;
}

#password input {
	padding:10px;
	width:700px;
	font-size:60px;
	text-align:center;
	color:#99f;
	border:1px solid #999;
	
	-moz-border-radius:20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	
	-moz-box-shadow: 0px 0px 10px 2px #ddd;
	-webkit-box-shadow: 0px 0px 10px 2px #ddd;
	box-shadow: 0px 0px 10px 2px #ddd;

}

#newpassword {
	text-align:center;
}

#newpassword button {
	padding:10px;
	width:200px;
}	


/***************************************************************************
*
* Footer
*
****************************************************************************/

#footer {
	text-align:center;
	margin-top:50px;
}

#footer .divider {
	color:#999;
}


