* { margin: 0; padding: 0; }
.clear { clear: both; }
fieldset { border: none; }
input, textarea, a { outline: none; }

#page-wrap {
	width: 253px;
	margin: 0 auto;
	min-height: 600px;
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	height: 259px;
	left: 1px;
	top: 1px;
	background-image: url(Images/mailinglist.jpg);
}
form {
	padding: 83px 0 0 76px;
}
h1 {
	text-align: center;
	padding-top: 200px;
}
#formLeft {
	width: 186px;
	float: left;
	position: absolute;
	left: 70px;
	top: 143px;
	height: 81px;
	}
	#formLeft input {
	width: 150px;
	margin: 0 0 20px 0;
	border: none;
	text-align: left;
	background: none;
	margin: 13px 0 0 8px;
	font-size: 13px;
	color: #FFFFFF;
	}
	#formLeft .input-bg {
	height: 30px;
	margin-bottom: 2px;
	position: relative;
	}
	#formLeft .active {

	}
#formRight {
	width: 50px;
	padding-right: 0px;
	position: absolute;
	left: 192px;
	top: 215px;
	}
	#formRight textarea {
	width: 298px;
	height: 209px;
	display: block;
	border: none;
	background: none;
	margin: 0 0 0 20px;
	padding: 2px 02px 0;
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	overflow: auto;
	}
	#formRight .message-bg {
	height: 238px;
	}
	#formRight .active {

	}
label {
	display: block;
	font-size: 13px;
	text-indent: 10px;
	font-weight: bold;
}
label.error {
	position: absolute;
	top: 10px;
	padding: 2px;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	font-style: italic;
	font-weight: normal;
	left: 30px;
}
input.submit-button {
	float: right;
	padding-right: 31px;
}
