@charset "utf-8";

h3 {
	font-size: 40px;
	margin: 0;
	padding: 70px 0 20px 45px;
}
form {
	width: 400px;
	margin: 0;
	padding: 15px 0 0 300px;
}
label {
	font-size: 14px;
	line-height: 17px;
}
input[type=text], textarea {
	display: block;
	font-family: Garamond Times serif;
	font-size: 14px;
	line-height: 20px;
	background: #D8D8D8;
	border: none;
}
input[type=text] {
	margin: 0;
	padding: -25px 15px 20px 115px;
	width: 265px;
	height: 20px;
	background-image: url(../images/_input_textarea.gif);
	background-repeat: repeat;
	background-position: bottom center;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
	input[type=text] {
		height: 5px;
	}
}
textarea {
	width: 370px;
	height: 132px;
	background-image: url(../images/_input_textarea.gif);
	background-repeat: repeat;
	background-position: top center;
}
input[type=radio] {
}
input[type=image] {
	position: absolute;
	top: 520px;
	left: 750px;
}
