.h1{
	font-size: 25px;
    font-weight: bold;
    padding: 5px;
}
.pdiv{
	max-width: 300px;
	padding: 5px;
	margin: 10px 0 10px 0;
}
.message{
	width: 70%;
	padding: 7px;
	border-radius: 7px;
	margin: 7px;
}
.divi{
	overflow-y: auto;
	background: #FFFFFF;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	width: 300px;
	height: 350px;
}
body{
	margin-left : auto;
	margin-right : auto;
	padding : 0px;
	margin-top: 5px;
	width: 300px;
	/*height: 500px;*/
	border-radius: 10px;
	border: 2px solid black;
}
header{
	background: #00A1EA;
	height: 50px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
footer{
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background: #B5B6AE;
	height: 100px;
	display: block;
}
.imgbutton{
	width: 30px;
}
.logo{
	margin: 20px 10px 10px 10px;
	height: 25px;
	width: 150px;
	float: right;
}
input{
	background: none;
	border: none;
	margin: 20px 10px 10px 10px;
	height: 15px;
}
button{
	margin: 10px 10px 10px 10px;
	height: 5px;
	background: inherit;
	border: none;
}