* {
	margin: 0;
	padding: 0;
}
#main{
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
	width:auto;
	min-height:400px;
	height:auto;
}

#main dl dd{
	padding:10px;
}
#main dl dd input{
	width:100%;
	line-height:80px;
	border:1px solid #ccc;
	text-indent:15px;
}
#main dl dd #submitinput{
	width:100%;
	background-color:green;
	color:#fff;
	font-size:20px;
	text-align:center;
	border:0px;
	line-height:80px;
	height:80px;
	cursor:pointer;
}
