* { margin: 0; padding: 0; }
body { font-size: 62.5%; font-family: Verdana; }
.clear { clear: both; }
fieldset { border: none; }
input, textarea, a { outline: none; }

#page-wrap {
	width: 400px;
	min-height: 300px;
	padding: 0 0 0 76px;
}

h1 {
	padding-top: 20px;
	color:#001e7e;
}
#formLeft {
	width: 320px;
	float: left;
	}
	#formLeft input {
		width: 250px;
		border: none;
		text-align: left;
		background: none;
		font-size: 1.4em;
		margin:4px 0 0 4px;
	}
	#formLeft .input-bg {
		border:1px solid #333;
		background-color:#FFF;
		height: 25px;
		margin-bottom: 12px;
		position: relative;
	}
	#formLeft .active {
		border:1px solid #333;
		background-color:#f3f3f3;
	}

label {

	font-size: 1.3em;
	text-indent: 10px;
}

label.error {
	position: absolute;
	top: -18px;
	right: 0px;
	padding: 3px;
	color: #da3939;
	font-size: 1.0em;
	text-align: right;
	font-style: italic;
	font-weight: normal;
}

#formLeft .submit-button {
	width:132px;
	height:35px;
	margin:0!important;
}
