body {
	font: 13px Arial, Helvetica, sans-serif;
	color: #555;
	background-color: #EBECED;
	line-height: 20px;
}
			
a:link { color:#555; text-decoration: none;}
a:visited {	color:#555; text-decoration: none;}
a:hover {	color: #00afd5;	text-decoration: underline;}
			
div {
	position: relative;
	width: 500px;
	padding: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	background-color: #fff;
	border: 1px solid #ccc;				
}
			
div .logo {
	width: 100px;
	height: 100px;
	border: none;
	margin-bottom: 20px;
}
			
h1, h2 {
	color: #00afd5;
	font-weight: normal;
	line-height: 15px;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 16px;
}
			
div form {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
}
			
div form input {
	position: relative;
	padding: 5px;
	border: 1px solid #ddddd;
	width: 150px;
	margin-right: 10px;
	font-size: 13px;
}
			
div form input[type=submit] {
	float: right;
	cursor: pointer;
	margin: 0px;
	background-color: #00afd5;
	border: 1px solid #00afd5;
	color: #fff;
}