
fieldset { border: none; }
input, textarea, a { outline: none; padding: 3px 2px ; }

#form-wrap {
	width: 940px;
	margin: 0 auto;
	background: url(../images/form-bg.jpg) top center no-repeat;
	min-height: 300px;
}
form {
	padding: 19px 0 0 0px;
}

#formLeft {
	width: 480px;
	float: left;
	margin: 0 0 0 40px;
	}
	
	#formLeft input {
		width: 150px;
		margin: 1px 0 20px 1px;
		border: none;
		text-align: center;
		background: none;
		padding: 0px 0 9px 0;
		font-size: 1em;
	}	
	
	#formLeft .input-bg {
		background: url(../images/form-sm-bg.jpg) bottom left no-repeat transparent;
		height: 20px;
		margin-bottom: 10px;
		width: 150px;
		margin-left: 130px;
		position: relative;
	}
	#formLeft .active {
		background: url(../images/form-sm-bg.jpg) top left no-repeat transparent;
	}
	

	#Message	{ font-family: arial, sans-serif; height: 101px;}

	#message-dv .message-bg {
		background: url(../images/message-bg.jpg) bottom left no-repeat transparent;
		height: 101px;
		margin-bottom: 10px;
		width: 308px;
		margin-left: 130px;
	}

	#message-bg .active {
		background: url(../images/message-bg.jpg) top left no-repeat transparent;
	}

label {
	display: block;
	font-size: 12px;
	text-indent: 0px;
	font-weight: bold;
	float: left;
	width: 130px;
	color: #ffffff;
}
label.error {
	font-family: Georgia, serif;
	position: absolute;
	top: 1px;
	right: -178px;
	padding: 3px;
	padding-left: 7px;
	color: #da3939;
	font-size: 9.5px;
	text-align: right;
	font-style: italic;
	font-weight: normal;
	width: 200px;
}


#formLeft input.submit-button {
	width: 72px;
	margin: 0 0 20px 0;
	padding: 10px 280px 0 0;
	float: right;
}	


.message-bg	{ margin-left: 130px; }





