@charset "utf-8";
/* CSS Document */

form{
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#estimate{
	background:url('../img/estimate_bg.png');
	width:227px;
	height:92px;
	padding-top:60px;
	text-align:center;
}
.key{
	margin-bottom:10px;
}
.sendBtn{
	position:absolute;
	width:198px;
	height:50px;
	background:url('../img/estimate_btn_w.png');
	background-repeat: no-repeat;
	background-position:top left;
	overflow:none;
	left: 14px;
	top: 89px;
}
.sendBtn:hover{
	background-position:bottom left;
}
