@charset "UTF-8";
/* CSS Document */

/*Form*/
form label, form button {
	cursor: pointer;
}
form .text label, form .textarea label {
	margin: 0px 0;
	color: #FFF
	display: block;
}
form .text input, form textarea {
	color: #fff;
	padding: 3px 0;
	width: 443px;
	border: 1px inset #333;
	background: #300;
	font: 15px "Times New Roman", Times, Serif;
}
form input:focus, form textarea:focus {
	color: #300;
	background: #ffffff;
}
form textarea {
	height: 40px;
	overflow: auto;
}
form button.submit {
	width: 93px;
	border: 0px;
	height: 39px;
	display: block;
	text-indent: -9999px;
	background: url("../images/submit.png") top left;
}
form button:hover {background: url("../images/submit.png"); background-position: bottom left;}