@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
}
#subsciption_main {
	float: left;
	height: 230px;
	width: 430px;
	border: 3px solid #dfefc5;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
}
.sub_left {
	float: left;
	width: 351px;
	height: 230px;
}
.sub_right {
	float: left;
	height: 230px;
	width: 79px;
	background-image: url(../images/image_right.jpg);
	background-repeat: no-repeat;
	text-align:right;
}
.left_top {
	float: left;
	width: 346px;
	height: 51px;
	background-image: url(../images/limesage.png);
	background-repeat: no-repeat;
	margin-top: 12px;
	margin-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C9E39D;
}

.left_middle {
	float: left;
	width: 333px;
	height: 51px;
	font-family: "Century Gothic", Verdana, "Times New Roman";
	font-size: 14px;
	color: #7d7c77;
	font-weight: normal;
	padding-left: 18px;
	padding-top: 10px;
}
.left_bottom {
	float: left;
	width: 351px;
	height: 60px;
}
.form_main {
	float: left;
	width: 311px;
	height: 23px;
	margin-left: 40px;
	margin-bottom: 5px;
}
.form_left {
	float: left;
	width: 50px;
	height: 23px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.form_right {
	float: left;
	width: 160px;
	height: 23px;
	margin-left: 5px;
}
#button_main {
	float: left;
	width: 100px;
	height: 22px;
	margin-left: 95px;
	margin-top: 10px;
}
.button_left {
	float: left;
	height: 22px;
	width: 10px;
}
.button_middle {
	float: left;
	height: 20px;
	width: 78px;
	padding-top: 2px;
}
.button_right {
	float: left;
	height: 22px;
	width: 10px;
}

