.clear { clear: both; }
fieldset { border: none; }
input, textarea, a { outline: none; }

#page-wrap {
	width: 450px;
	height: 440px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: right;
	padding-left: 70px;
	color: #FFF;
}
#page-wrap2 {
	width: 450px;
	height: 440px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: left;
	padding-left: 20px;
	color: #FFF;
	padding-top: 100px;
}
#page-wrap3 {
	width: 450px;
	height: 440px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: left;
	padding-left: 20px;
	color: #FFF;
	padding-top: 100px;
}
form {

}
#formLeft {
	width: 320px;
	float: left;
	}
	#formLeft input {
	width: 250px;
	border: none;
	text-align: left;
	background: none;
	font-size: 16px;
	margin-top: 13px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 8px;
	}
	#formLeft .input-bg {
	height: 38px;
	margin-bottom: 7px;
	position: relative;
	background-color: transparent;
	background-image: url(../images/form-sm-bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
	#formLeft .active {
	background-color: transparent;
	background-image: url(../images/form-sm-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
#formRight {
	width: 330px;
	float: left;
	padding-right: 70px;
	height: 160px;
	}
	#formRight textarea {
	width: 330px;
	height: 144px;
	display: block;
	border: none;
	background: none;
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	overflow: auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 2px;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
	}
	#formRight .message-bg {
	height: 160px;
	background-color: transparent;
	background-image: url(../images/message-bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
	#formRight .active {
	background-color: transparent;
	background-image: url(../images/message-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
label {
	display: block;
	font-size: 16px;
	text-indent: 10;
	font-weight: bold;
}
label.error {
	position: absolute;
	top: -16px;
	right: 49px;
	padding: 3px;
	color: #da3939;
	font-size: 1.0em;
	text-align: right;
	font-style: italic;
	font-weight: normal;
}
input.submit-button {
	float: right;
	padding-right: 31px;
}
