* { margin: 0; padding: 0; }
body { font-size: 62.5%; font-family: Verdana, Geneva, sans-serif; }
.clear { clear: both; }
fieldset { border: none; }
input, textarea, a { outline: none; }


form {
	padding: 15px 0 0 0px;
}
h1 {
	text-align: center;
	padding-top: 200px;
}
#formLeft {
	width: 250px;
	float: left;
	}
	
	#formLeft input {
		background:transparent none repeat scroll 0 0;
		border:medium none;
		font-size:1.2em;
		margin:15px 0 0 10px;
		text-align:center;
		width:175px;
	}
	
	#formLeft .input-bg {
		background: url(images/form-sm-bg.gif) bottom left no-repeat transparent;
		height: 45px;
		margin-bottom: 10px;
		position: relative;
	}
	#formLeft .active {
		background: url(images/form-sm-bg.gif) top left no-repeat transparent;
	}

	#formLeft textarea {
		background:transparent none repeat scroll 0 0;
		border:medium none;
		display:block;
		font-family:Helvetica,sans-serif;
		font-size:1.3em;
		height:209px;
		margin:0 0 0 15px;
		overflow:auto;
		padding:13px 0;
		width:198px;
	}
	
	#formLeft .message-bg {
		background: url(images/message-bg.gif) bottom left no-repeat transparent;
		height: 238px;
	}
	#formLeft .active {
		background: url(images/message-bg.gif) top left no-repeat transparent;
	}
label {
	display: block;
	font-size: 1.3em;
	text-indent: 15px;
	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: left;
}