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

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
label {
	display : block;
	margin: 0px;
	padding: 0.5em 0;
	width: 560px;
	float: left;
	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
	color: #666666;
}
label span.form {
	float : left;
	width : 30%;
	text-align : left
}
input, span#select, textarea {
	float : left;
	width : 300px;
	color: #666666;
	margin-left: 0px;
}
input:hover, textarea:hover {
	border-color : #0C4263;
}
input:active, input:focus, textarea:active, textarea:focus {
	border-color : #73B3D6;
}
input#submit {
	margin-left: 170px;
	width: 100px;
	height: 30px;
	margin-top: -5px;
}

