.box {
	width: 100%;
	height: 100%;
	position: relative;
}

.box td.corner {
	background-image: url('../img/corners.png');
	background-repeat: no-repeat;
	width: 13px;
	height: 11px;
}

.box .top td.left.corner {
	background-position: left top;
}

.box .bottom td.left.corner {
	background-position: left bottom;
}

.box .top td.right.corner {
	background-position: right top;
}

.box .bottom td.right.corner {
	background-position: right bottom;
}

.box .top td.corner, .box .bottom td.corner, .box .center .left, .box .center .right {
    width: 13px;
}

.box .bottom td, .box .top td {
    height: 11px;
}

.box .bottom td.center, .box .top td.center {
	background-image: url(../img/h_shadow.png);
}

.box .top td.center {
	background-position: center top;
}

.box .bottom td.center {
	background-position: center bottom;
}

.box .center td.left, .box .center td.right {
	background-image: url(../img/v_shadow.png);
}

.box .center td.left {
	background-position: left center;
}

.box .center td.right {
	background-position: right center;
}

.box .content {
	padding: 0 10px;
	margin-bottom: 10px;
	background-color: #3398CC;
	border: 14px solid #FFF;
}

.box .arrow {
	position: absolute;
	display: block;
	width: 50px;
	background: url(../img/login_arrow.png) no-repeat left top;
	height: 17px;
	z-index: 4;
	top: 25px;
	right: 30px;
}

.default_box {
	width: 650px;
	position: relative;
	margin: 0 auto;
}

.default_box .content {
	padding: 5px;
	padding: 10px 20px;
	color: #FFF;
}

.default_box h2 {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 20px;
}

.default_box p {
	margin: 15px 0;
	text-align: left;
}

.default_box.center {
	text-align: center;
}

