.section{
	margin-bottom:30px !important;
}
.section_l{
	width:378px;
	padding:10px;
	border:1px solid #758d58;
	float:left;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari and Chrome */
	border-radius: 5px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	behavior: url(../images/ie-css3.htc);  /* This lets IE know to call the script on all elements which get the 'box' class */
}
.h4_kodatetoso{
	background:url('../images/voice/bg_h4_kodatetoso.png') no-repeat;
	font-weight:bold;
	font-size:120%;
	height:36px;
	padding:5px 0 0 0;
}
.section_r{
	width:290px;
	float:right;
}
.section_r_inner{
	padding:10px;
	border:1px solid #758d58;
	background:#e8f3dc;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari and Chrome */
	border-radius: 5px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	behavior: url(../images/ie-css3.htc);  /* This lets IE know to call the script on all elements which get the 'box' class */
}
.section_r_inner h5{
	color:#3a610d;
	font-weight:bold;
}