.box {
	position: relative;
	border-width: 1px;
	border-style: solid;
	border-color: #9f9f9b;
	
	margin-bottom: 10px;
}

.box .box_edge {
	position: absolute;
	width: 15px;;
	height: 15px;
	top: 0%;
	left: 100%;
	margin-top: -1px;
	margin-left: -14px;
	
	background-image: url(img/edge.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

.box .box_content .box_content_padding {
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
}

.box .box_content div h1, 
.box .box_content div h2 {
	margin-top: 8px;
	margin-bottom: 8px;
}

.box .box_content div h3,
.box .box_content div h4,
.box .box_content div h5,
.box .box_content div h6 {
	margin-top: 5px;
	margin-bottom: 0px;
}

.box .box_content .box_content_padding p {
	margin: 0px;
}

.box .box_arrow {
	position: absolute;
	width: 25px;
	height: 17px;
	top: 100%;
	left: 100%;
	margin-top: -25px;
	margin-left: -35px;
	
	/*background-image: url(img/arrow.gif);
	background-position: center center;
	background-repeat: no-repeat;*/
}

.box_image_left .box_image {
	width: 50%;
	float: left;
}

.box_image_left .box_image img {
	/*width: 100%;*/
}

.box_image_left .box_content {
	width: 50%;
	float: left;
}

.box_image_above .box_image {
	width: 100%;
}

.box_image_above .box_image img {
	width: 100%;
}

.box_no_image .box_content .box_content_padding,
.box_image_above .box_content .box_content_padding {
	padding-right: 35px;
}

#font-small {
	width: 16px;
	height: 16px;
	
	background-image: url(img/font-small.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

#font-medium {
	width: 20px;
	height: 20px;
	
	background-image: url(img/font-medium.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

#font-big {
	width: 23px;
	height: 23px;
	
	background-image: url(img/font-big.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

#font-controll {
	width: 23px;
	height: 23px;
	
	background-image: url(img/font-controll.gif);
	background-position: center center;
	background-repeat: no-repeat;
}