body {
	margin: 0 auto;
	background-color: #ff5e57;
}
.top_content_wrap{
	height: 75px;
	width: 100%;
	background: #1e272e;
	z-index: 15;
	-webkit-box-shadow: 3px 3px 0px 3px rgba(0,0,0,0.50); 
	box-shadow: 3px 3px 0px 3px rgba(0,0,0,0.50);
}
.content_wrap{
	position: absolute;
	border: 1px solid #c7c7c7;
	width: 800px;
	height: 600px;
	z-index: 15;
	top: 45%;
	left: 50%;
	margin: -300px 0 0 -400px;
	padding: 10px 10px 10px 10px;
	text-align: center;
	background: white;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 3px 3px 0px 3px rgba(0,0,0,0.50); 
	box-shadow: 3px 3px 0px 3px rgba(0,0,0,0.50);
	font-family: 'Roboto', sans-serif;
	font-color: #353535;
	font-size: 18px;
}
.content-box{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
/* PAGE TITLE */
.page-title{
	float:left;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-color: #353535;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid black;
	margin: 0px 0px 20px 0px;
	padding: 10px 0px 10px 0px;
}
/* TOP MENU */
ul {
	font-family: 'RocknRoll One', sans-serif;
	height:75px;
	line-height: 75px; 
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

li {
	height: 100%;
	float: left;
}

li a {
	height: 100%;
	display: block;
	color: white;
	text-align: center;
	padding: 0 16px;
	text-decoration: none;
}/* Change the link color to #111 (black) on hover */
li a:hover {
	background-color: #111;
}
/* INPUT */
input {
	width: 90%;
	padding: 12px 20px;
	margin: 8px 0;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
	font-color: #353535;
	font-size: 18px;
}
.input-text{
	font-family: 'Roboto', sans-serif;
	font-color: #353535;
	font-size: 18px;
	font-weight: bold;
}