body{
	margin: 0px;
	padding: 0px;
	background: #F7F7F7;
    color:#fff;
	font-family: 'Lato', sans-serif!important;
}

#Container{
	width: 500px;	
	margin: 0px auto;
	box-sizing:border-box;
	padding:10px;
}

#Content{
	display: block;
	width: 100%;
	position:relative;
	margin: 0 auto;
		width: 500px;
	height: 560px;
}



h1{
	font-size:30px;
	color: #87B7C3;
	padding: 0px;
	margin: 10px 0px 30px;	
	font-weight: 700;
	/*text-shadow: 2px 2px 2px #000;*/
}



#CallBack{
	float: left;
	display: inline-block;
	width: 100%;
	color: #fff;
	line-height: 1.6em;
	font-size:12px;
	height:auto;

	box-sizing:border-box;
	padding:15px 10px;
	
}

.button input {
-webkit-appearance:none!important;	
}

.approw {
	width:100%;
	display:block;
}

.approw input {
	width:70%;
	display:block;
	margin:5px auto;
	box-sizing:border-box;
	padding:10px;
	font-family:inherit;
	border:1px solid #ccc;
border-radius:3px;
}

.approw input:focus {
	border-color:#87B7C3;
}

.button {
	display:block;
	width:70%;
	margin: 20px auto 0px;
	
}

.button input {
	display:block;
	width:100%;
	box-sizing:border-box;
	padding:10px;
	border:none;
	background:#87B7C3;
	color:#fff;
	text-transform:uppercase;
	font-weight:500;
	font-family:inherit;
	cursor:pointer;
}



.left{
	text-align:center;
	width:100%;
	color:#222;
	margin-top:3px;
	font-size:.8em;
}



.clear{clear:both;}

