@charset "utf-8";

/*** CONTACT ***/

dl.contact {
	width:540px;
	display:block;
	list-style:none;
}

dl.contact dt {
	float:left;
	display:block;
	width:200px;
	padding:5px;
	text-align:right;
}

dl.contact dd {
	float:left;
	width:310px;
	display:block;
	padding:5px;
}

dl.contact dd select.input,
dl.contact dd input.input,
dl.contact dd textarea.input {
	width:300px;
	padding:2px;
	border:solid 1px black;
}

dl.contact dd textarea.input {
	font-size:12px;
	font-family:"Courier New", Courier, monospace;
	height:80px;
}

dl.contact dd input.captcha {
	width:140px;
	border:solid 1px black;
	margin:4px 0px;
}
dl.contact dd img{
	border:solid 1px black;
}