body{
	background:url(bg.jpg) no-repeat center top fixed;
}
form{
	max-width:580px;
	margin:auto;
	background:#fff;
}
#title{
	width:100%;
	height:auto;
	line-height:1.5;
	font-size:150%;
	font-weight:bold;
	text-align:center;
	margin:auto;
	background:#efefef;
	padding:10px 0;
	border-bottom:#c0c0c0 1px solid;
}
.line{
	clear:both;
	width:100%;
	height:10px;
	border-top:1px #c0c0c0 solid;
	margin-top:50px;
}
.left{
	float:left;
	width:130px;
	height:40px;
	padding-left:15px;
	text-align:left;
	border:0;
}
.right{
	float:right;
	width:60%;
	height:40px;
	padding-right:15px;
	text-align:right;
	border:0px;
}
select{border:0px; margin-right:10px; float:right; height:40px;}
#bak{clear:both; width:90%; height:110px; margin:auto;}
textarea{width:100%; height:100px; border:#f5f5f5 1px solid;}
.button{margin-top:20px; width:100%; height:40px; background:#f5f5f5; text-align:center;}
#success{width:90%; height:auto; margin:50px auto; color:blue; font-size:22px; font-weight:bold; text-indent:2em;}