@charset "utf-8";
.box {
	max-width: 500px;
	float: right;
	width: 280px;
	margin-top: 20px;
	margin-right: 150px;
	margin-bottom: 20px;
	margin-left: -30px;
}
.box .cont {
	background-image: url(../images/back_box2.png);
	background-repeat: no-repeat;
	background-position: right 0px;
	position: relative;
	padding-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.box .cont h1 {
	padding-top: 20px;
}



.box .left {
	background-image: url(../images/back_box2.png);
	background-position: left 0px;
	height: 100%;
	width: 15px;
	left: 0px;
	position: absolute;
	margin-left: -15px;
	top: 0px;
}
.box .bot {
	background-image: url(../images/back_box2.png);
	background-position: right bottom;
	height: 20px;
}
.box .bot .leftbot {
	height: 20px;
	position: relative;
	margin-left: -15px;
	background-image: url(../images/back_box2.png);
	background-position: left bottom;
	width: 15px;
}
