/* TŠmŠ tiedosto sisŠltŠ tyylit pyšreŠreaunaisia laatikoita varten */

/* oletustyyli, valkoinen laatikko */
.roundbox {
	position: relative;
	
	/* Oletuskoko, ylikirjoita haluttu koko elementin tyylissŠ */
	width:300px;
	margin:6px 10px 6px 2px;
}
.roundbox-top-1 {
	position: absolute;
	top:0px;
	width:100%;
	
	/* Kun teet uusia tyylejŠ oletustyylin pohjalta, yliaja nŠmŠ */
	bottom:9px;
	height:expression(this.parentNode.clientHeight-9);
	padding-right:8px;
	background:url('../image/white_box_right.png') no-repeat top right transparent;	
	background:url('../image/white_box_right_IE6.png') no-repeat top right transparent;	
}
.roundbox-top-2 {
	width:100%;
	height:100%;
	
	/* Kun teet uusia tyylejŠ oletustyylin pohjalta, yliaja nŠmŠ */
	background:url('../image/white_box.png') no-repeat top left transparent;	
	background:url('../image/white_box_IE6.png') no-repeat top left transparent;	
}
.roundbox-bottom-1 {
	position: absolute;
	bottom:0px;
	width:100%;
	
	/* Kun teet uusia tyylejŠ oletustyylin pohjalta, yliaja nŠmŠ */
	height:9px;
	padding-right:8px;
	background:url('../image/white_box_right.png') no-repeat bottom right transparent ;	
	background:url('../image/white_box_right_IE6.png') no-repeat bottom right transparent;	
}
.roundbox-bottom-2 {
	width:100%;
	height:100%;
	
	/* Kun teet uusia tyylejŠ oletustyylin pohjalta, yliaja nŠmŠ */
	background:url('../image/white_box.png') no-repeat bottom left transparent ;	
	background:url('../image/white_box_IE6.png') no-repeat bottom left transparent;	
}
.roundbox-content-area {
	position: relative;
	width:100%;
}
.roundbox-content {
	/* Kun teet uusia tyylejŠ oletustyylin pohjalta, yliaja nŠmŠ */
	padding: 20px;
}


/* ilmoitustausta, valkoinen laatikko josta nurkka taitettu */
.bulletin-box {
	/*position: relative;*/
	
	/* Oletuskoko, ylikirjoita haluttu koko elementin tyylissŠ */
	width:300px;
	margin:6px 10px 6px 4px;
}
.bulletin-box .roundbox-top-1 {
	/*
	position: absolute;
	top:0px;
	width:100%;
	*/
	/* Kun teet uusia tyylejŠ oletustyylin pohjalta, yliaja nŠmŠ */
	bottom:115px;
	height:expression(this.parentNode.clientHeight-115);
	padding-left:26px;
	background:url('../image/bulletin_box_left.png') no-repeat top left transparent ;	
	background:url('../image/bulletin_box_left_IE6.png') no-repeat top left transparent;	
}
.bulletin-box .roundbox-top-2 {
	width:100%;
	height:100%;
	
	/* Kun teet uusia tyylejŠ oletustyylin pohjalta, yliaja nŠmŠ */
	background:url('../image/bulletin_box.png') no-repeat top right transparent ;	
	background:url('../image/bulletin_box_IE6.png') no-repeat top right transparent;	
}
.bulletin-box .roundbox-bottom-1 {
	position: absolute;
	bottom:0px;
	width:100%;
	
	/* Kun teet uusia tyylejŠ oletustyylin pohjalta, yliaja nŠmŠ */
	height:115px;
	padding-left:26px;
	background:url('../image/bulletin_box_left.png') no-repeat bottom left transparent ;	
	background:url('../image/bulletin_box_left_IE6.png') no-repeat bottom left transparent;	
}
.bulletin-box .roundbox-bottom-2 {
	width:100%;
	height:100%;
	
	/* Kun teet uusia tyylejŠ oletustyylin pohjalta, yliaja nŠmŠ */
	background:url('../image/bulletin_box.png') no-repeat bottom right transparent ;	
	background:url('../image/bulletin_box_IE6.png') no-repeat bottom right transparent;	
}
.bulletin-box .roundbox-content {
	/* Kun teet uusia tyylejŠ oletustyylin pohjalta, yliaja nŠmŠ */
	padding: 26px 10px 40px 30px;
}

/* vanha oletuslaatikko */
/*
.round-box {
	background:url('../image/studying/white_box_bottom_left.png') no-repeat bottom left;
}
.round-inner-1 {
	height:100%;
	background:url('../image/studying/white_box_bottom_right.png') no-repeat bottom right;
}
.round-inner-2 {
	height:100%;
	background:url('../image/studying/white_box_top_left.png') no-repeat top left;
}
.round-inner-3 {
	height:100%;
	background:url('../image/studying/white_box_top_right.png') no-repeat top right;
}
.round-content {
	min-height:100px;
	padding:16px 16px 26px 16px;
}

.bulletin-box {
	background:url('../image/studying/bulletin_box_bottom_left.png') no-repeat bottom left;
}
.bulletin-box .round-inner-1 {
	height:100%;
	background:url('../image/studying/bulletin_box_bottom_right.png') no-repeat bottom right;
}
.bulletin-box .round-inner-2 {
	height:100%;
	background:url('../image/studying/bulletin_box_top_left.png') no-repeat top left;
}
.bulletin-box .round-inner-3 {
	height:100%;
	background:url('../image/studying/bulletin_box_top_right.png') no-repeat top right;
}
.bulletin-box .round-content {
	min-height:100px;
	padding:32px 32px 50px 32px;
}

.white-box {
	background:url('../image/studying/white_box_bottom_left.png') no-repeat bottom left;
}
.white-box .round-inner-1 {
	height:100%;
	background:url('../image/studying/white_box_bottom_right.png') no-repeat bottom right;
}
.white-box .round-inner-2 {
	height:100%;
	background:url('../image/studying/white_box_top_left.png') no-repeat top left;
}
.white-box .round-inner-3 {
	height:100%;
	background:url('../image/studying/white_box_top_right.png') no-repeat top right;
}
.white-box .round-content {
	min-height:100px;
	padding:16px 16px 26px 16px;
}
*/