#full_view {
	background: url('../image/background_full_view.png');
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: left;
	z-index: 10;
}

#full_view .box_viewtwo {
	margin: 0 auto;
	background: #FFFFFF;
	border: solid 2px #4A7C03;
	top: 300px;
	position: relative;
	width: 350px;
	padding: 10px;
	overflow: hidden;
}

#full_view .box_viewtwo .title {
	font: normal 26px Verdana;
	width: 330px;
	color: #A0C867;
	float: left;
}

#full_view .box_viewtwo a.button_close {
	font: normal 26px Verdana;
	width: 20px;
	color: #A0C867;
	float: right;
}

#full_view .box_viewtwo a.button_close:hover {
	color: red;
}

#full_view .box_viewtwo .from_box {
	margin: 0 auto;
	width: 250px;
	padding: 10px 0px 10px 80px;
	float: left;
}
