@charset "utf-8";

div#sidebar { 
	display: none;
}
form {
	width: 400px;
	margin: 0;
	padding: 0;
}
span#message {
	position: absolute;
	top: 100px;
	left: 430px;
	z-index: 100;
}
label {
	font-size: 14px;
	line-height: 17px;
}
input[type=text], textarea {
	display: block;
	font-family: Garamond Times serif;
	font-size: 18px;
	line-height: 25px;
	border: none;
}
input[type=text] {
	margin: 0;
	padding: -25px 15px 20px 115px;
	width: 350px;
	height: 20px;
	background: url(/images/background_input_text.png) transparent repeat bottom center;
	margin: 0 0 10px 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
	input[type=text] {
		height: 5px;
	}
}
textarea {
	width: 350px;
	height: 150px;
	background: url(/images/background_input_text.png) transparent repeat top center;
}
input[type=radio] {
}
input[type=image] {
	position: absolute;
	top: 190px;
	left: 225px;
}
