body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 0;
	padding: 0;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	color: #083772;
	letter-spacing: -1px;
	font-weight: normal;
	background: #eee;
	padding: 15px 20px;
	border-bottom: 1px solid #ccc;
}

h2 {
	font-size: 18px;
	line-height: 18px;
	color: #083772;
	margin-bottom: 15px;
	font-weight: normal;
}

p {
	margin: 10px 20px;
	line-height: 18px;
}

input {
	margin-left: 8px;
}

#content {
	position: absolute;
	left: 30%;
	width: 800px;
	margin-top: 50px;
	margin-left: -266px;
	padding: 15px;
	border: none;
}

#login-content {
	position: absolute;
	left: 50%;
	width: 400px;
	margin-top: 50px;
	margin-left: -266px;
	padding: 15px;
	border: solid 1px;
	background-image: url("../js/img/dvd.png");
	background-repeat: no-repeat;
}

#myDiv {
	border: 2px solid #1F3E75;
	background: #DFECFB;
	margin: 20px 50px;
	padding: 10px 20px;
	width: 200px;
	text-align: center;
}

.red {
	color: red;
}

button.logo {
	background-image: url("../js/img/dvd.png");
	background-repeat: no-repeat;
}

#login-content label {
	float: left;
}

#login-content input {
	float: right;
}

#login-content fieldset {
	border-style: none;
}