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

.wrap {
	width:770px;
	height:600px;
	margin:10px auto;
	background:url(bg.png) 0 0 no-repeat;
	padding:15px;
	position:relative;
}
.contact {
	width:450px;
	height:120px;
	position:absolute;
	bottom:57px;
	right:27px;
}
.form_table {
	position:absolute;
	bottom:4px;
	margin:0 auto;
	width:445px;
	margin-right:5px;
}
td {
	font-size:20px;
	color:#F36F21;
}
.submit {
	background:url(submit.png) 0 0 no-repeat;
	width:60px;
	height:30px;
	border:0;
	cursor:pointer;
	position:absolute;
	left:10px;
	top:10px;
}
	
