* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #333;
}

html {
	
}

body {
	height: 100%;
	background: background: url('../img/mainBackground.png') repeat-x #eee;;
	font-family: "trebuchet MS";
	color: #000;
}

/* Main Boxes */
div#wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 330px;
	height: 380px;
	margin-top: -190px; /*set to a negative number 1/2 of your height*/
	margin-left: -165px; /*set to a negative number 1/2 of your width*/
	background: url('../img/loginbg.png');
	color: #fff;
}

div#content {
	margin-top: 0px;
	float: left;
	width: 330px;
}

h2 {
	margin-left: 17px;
	font-weight: normal;
	font-size: 22px;
	margin-bottom: 10px;
}

input[type='text'], input[type='password'] {
	border: 1px solid #aaa;
	background: url('../img/inputbg.png') repeat-x;
	height: 22px;
	color: #3f3f3f;
}

table {
	margin-left: 15px;
}

table td {
	font-size: 14px;
	padding: 2px;
}

.errorbox {
	width: 310px;
	margin: 120px 0 0 10px;
}

.error {
	background: #fff3ee;
	border: 1px solid #ba2323;
	font-size: 13px;
}

.error p {
	color: #ba2323;
	padding: 3px;
}