.frame-right {
	background-color: #D5E7F9;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #FE0000;
	width: 11px;
	height: 100%;
}

.frame-left {
	background-color: #D5E7F9;
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #FE0000;
	width: 11px;
	height: 100%;
}

.frame-top {
	background-color: #D5E7F9;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #FE0000;
	color: #D5E7F9;
	width: 100%;
	height: 11px;
}

.frame-bottom {
	background-color: #D5E7F9;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #FE0000;
	width: 100%;
	height: 11px;
}

.frame-content {
	background-color: #D5E7F9;
}

.frame-arrow-upright-downleft {
	background-image: url(../images/frame_arrow_upright_downleft.png);
	background-repeat: no-repeat;
	position: relative;
	top: -2px;
	height:62px;
	width:57px;
}

.frame-arrow-upleft-downright {
	background-image: url(../images/frame_arrow_upleft_downright.png);
	background-repeat: no-repeat;
	position: relative;
	top: -2px;
	height:62px;
	width:57px;
}

.frame-arrow-downright-upleft {
	background-image: url(../images/frame_arrow_downright_upleft.png);
	background-repeat: no-repeat;
	position: relative;
	top: 2px;
	height:62px;
	width:57px;
}

.frame-arrow-downleft-upright {
	background-image: url(../images/frame_arrow_downleft_upright.png);
	background-repeat: no-repeat;
	position: relative;
	top: 2px;
	height:62px;
	width:57px;
}

.frame-arrow-leftdown-rightup {
	background-image: url(../images/frame_arrow_leftdown_rightup.png);
	background-repeat: no-repeat;
	position: relative;
	left:-2px;
	height:57px;
	width:62px;
}

.frame-arrow-leftup-rightdown {
	background-image: url(../images/frame_arrow_leftup_rightdown.png);
	background-repeat: no-repeat;
	position: relative;
	left:-2px;
	height:57px;
	width:62px;
}

.frame-arrow-rightdown-leftup {
	background-image: url(../images/frame_arrow_rightdown_leftup.png);
	background-repeat: no-repeat;
	position: relative;
	left:2px;
	height:57px;
	width:62px;
}

.frame-arrow-rightup-leftdown {
	background-image: url(../images/frame_arrow_rightup_leftdown.png);
	background-repeat: no-repeat;
	position: relative;
	left:2px;
	height:57px;
	width:62px;
}

