* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #333; /* grey */
	margin-top: 20px;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

#header {
	height: 100px;
	border-bottom: 4px solid #09C;
	color: #09C
}

#logo {
	float: left;
	width: 150px;
}

#title {
	float: left;
	width: 700px;
}

#content {
	width: 960px;
	height: 350px;
}

#login_box {
	padding-top: 50px;
	width: 400px;
	margin: 0 auto;
}

#ip {
	margin-bottom: 5px;
	border-bottom: 1px solid #eaeaea;
	font-size: 14px;
	font-variant: small-caps;
}

#login_form {
	background-color: #eaeaea;
	padding: 20px 40px;
	width: 320px;
	float: left;
	margin: 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

#footer {
	padding-top: 10px;
	color: black;
	border-top: 4px solid #09C;
	padding-bottom: 30px;
}

.entry {
	margin-bottom: 10px;
	float: left;
	clear: both;
}
.label {
	float: left;
	width: 110px;
	line-height: 30px;
	font-size: 13px;
	font-weight: bold;
}

.field input {
	line-height: 15px;
	padding: 4px;
	height: 15px;
}

.field {
	float: left;
	width: 150px;
}

input[type=submit] {
	background: #09C;
	height: 25px;
	width: 100px;
	margin-top: 10px;
	border: 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

input[type=submit]:hover {

	background: #5400FF;
}

.error {
	background-color: gray;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	width: 380px;
}



