* { margin: 0; padding: 0; }
.clear { clear: both; }

input, textarea, a { outline: none; }
#page-wrap {
	width: 400px;
	margin: 0 auto;
	min-height: 600px;
}
form {
	padding: 30px 0 0 15px;
}

}
#formLeft {
	width: 250px;
	float: left;
	}
	#formLeft input {

		width: 250px;
		margin: 3px 0 10px 10px;
		text-align: Left;
                font-size: 16px;
		background: none;
		font-family: Arial, Helvetica, sans-serif;
		
	}
	#formLeft .input-bg {
                background-color: #f1f3ef;
                height: 30px;
		margin-bottom: 10px;
		position: relative;
                border: 1px solid #62408f;
                width: 250px;
	}
	#formLeft .active {
		background-color: #e7eae5;
	}
#formRight {
	width: 360px;
	
	}
	#formRight textarea {

		width: 298px;
		height: 209px;
                background: none;
		display: block;
		margin: 0 0 0 20px;
		padding: 13px 0 13px 0;
                font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		overflow: auto;
                
	}
	#formRight .message-bg {
border: 1px solid #62408f;
background-color: #f1f3ef;
		height: 238px;
         
	}
	#formRight .active {
	background-color: #e7eae5;	
	}
label {
	display: block;
	font-size: 16px;
	text-indent: 0px;
        padding: 0 0 5px 0;
	
}
label.error {
	position: absolute;
	top: -25px;
	right: -115px;
	padding: 3px;
	color: #943297;
	font-size: 12px;
	text-align: right;
	font-weight: normal;
}
input.submit-button {
	float: left;
	
}