@charset "UTF-8";

/*
-----------------------------------------------
Little Red Letter CSS
-----------------------------------------------
*/


label {
	display: block;
	font: 1.3em Georgia, "Times New Roman", Times, serif;

}

.JSOK label {
	display: block;
	position: absolute;
	font: 1.3em Georgia, "Times New Roman", Times, serif;
	padding: 5px 0 0 7px;
}

#form-left {
	float: left;
}

#form-right {
	float: right;
}

input, textarea {
	display: block;
	color: #4d4c4a;
	background-color: #fff;
	padding: 5px;
	font: 1.3em Georgia, "Times New Roman", Times, serif;
	border: 1px solid #8d8b87;
}

/* My Comment */

#form form h3 {
	display: none;
}

input {
	width: 290px;
	height: 20px;
	margin-bottom: 10px;
}

textarea {
	height: 105px;
	width: 615px;
}

input:focus, textarea:focus {
	color: #4d4c4a;
	background-color: #e7e4de;
	border: 1px solid #6e6e6e;
}

/* My Comment */

input#submit {
	width: 137px;
	height: 32px;
	background: url(../images/btn-sprite.png) no-repeat -376px 0;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	border-width: 0;
	margin: 0 0 0 10px;
	display: block;
	float: right;
	text-transform: capitalize;
}

legend {
	display: none;
	
}

input#submit:hover {
	background-position: -376px -32px;
}

input#submit:active {
	background-position: -376px -64px;
}

input.error, textarea.error {
	color: #900;
	background-color: #fde0de;
	border-color: #900;
}

input#submit.sending {
	background: url(../images/btn-sprite.png) no-repeat -376px -96px !important;
}
