html, body 
{
	margin:0px;
	overflow: hidden;
	height: 100%;
	width: 100%;
}

body{
	background-color: #E6E6E6;
}

.box-entry{
	width: 370px;
	height:300px;
	border: solid 1px #2977b6;
	margin: 0 auto;
	margin-top: 100px;
	color: #928989;
	box-shadow: 0 2px 5px rgba(0,0,0,.13);
}

.header-entry{
	width: 92%;
	height: 70px;
	background-color: #2977b6;
	background-image: url('../images/geslim.png');
	background-position: 30px;
	background-repeat: no-repeat;
	text-align: right;
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: white;
	line-height:360%;
	padding-right: 8%;
}

.contn-entry{
	width: 100%;
	background-color: white;
	height: 230px;
	text-align: center;
}

.error{
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #F8075B;
	text-align: center;
	margin-top: 15px;
	text-shadow: 0 2px 5px rgba(0,0,0,.13);
}

.label{
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
	font-size: 18px;
	text-align: left;
	padding-left: 30px;
	padding-top: 15px;
	color: #2977b6;
}

input{
	font-family: 'Ubuntu', sans-serif;
	font-size: 18px;
	border: solid 1px #2977b6;
	height:25px;
	width: 300px;
	padding: 4px;
	margin: 5px;
	color: #2977b6;
}

input[type=submit]{
	width: 100px;
	height: 34px;
	margin-left: 215px;
	color: white;
	cursor: pointer;
	background-color: #2977b6;
}

input[type=submit]:hover{
	background-color: #4a98d7;
}

.contact{
	widht: 120px;
	height: 25px;
	font-family: Arial;
	font-size: 17px;
	color: #928989;
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 10px;
	text-shadow: 0 2px 5px rgba(0,0,0,.13);
}

.contact:hover{
	color: #B7B3B3;
}