@charset "utf-8";
.position{
	width:100%; height:120px;position:fixed; left:0px; bottom:0px; z-index:1001; background-color:#2d685d;opacity:0.9;border-top:1px solid #CCC;}
* html .position /* IE6 �ײ����� */{position:absolute;bottom:0px;top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));}
.foot_name {
    background: url(../images/bottomdiv/footName.png) no-repeat;
}
.foot_phone {
    background: url(../images/bottomdiv/footPhone.png) no-repeat;
}
.foot_name,.foot_phone,.submit{
	width: 285px;
    height: 58px;
    display: block;
    border: 0;
	padding-left: 60px;
    float: left;
	outline:none;
	margin-left:18px;
	margin-right:18px;
    margin-top:30px;
	font-size:16px;
}
.submit{
	color:#008776;
	width:200px;
	padding-left:0;
	border-radius:30px;
	margin-top: 30px;
	font-size:20px;
	cursor:pointer;
	background-color:#FFF;
}
.submit:hover{
	color:#FFE500;
	background-color:#008776;
}
input:focus{
	color:#2d685d;
}
