
.med_text_top {
	margin:0;
	
	padding:10px;
	
    width:860px;
	height:30px;
	
	background-image:url(long_content_top.png);
	background-repeat:no-repeat;
}


.med_text_box {
	margin:0;
	
	padding:10px;
	padding-left:21px;
	padding-right:21px;
	
    width:860px;	
	
	background-image:url(long_content.png);
	background-repeat:repeat-y;
}


.med_text_bottom {
	margin:0;
	margin-bottom:30px;
	
	padding:0;
	
    width:860px;
	height:42px;
		
	background-image:url(long_content_bottom.png);
	background-repeat:no-repeat;
}



.long_text_top {
	margin:0;
	
	padding:10px;
	
    width:1024px;
	height:30px;

    background-image:url(long_content_top.png);
    background-repeat:no-repeat;
}

.long_text_box {
	margin:0;
	
	padding:10px;
	padding-left:21px;
	padding-right:21px;
	
    width:1024px;
	
	background-image:url(long_content.png);
	background-repeat:repeat-y;
}

.long_text_bottom {
	margin:0;
	margin-bottom:0px;
	
	padding:10px;
	
    width:1024px;
	height:42px;
		
	background-image:url(long_content_bottom.png);
	background-repeat:no-repeat;
}
