@charset "utf-8";
/* CSS Document */

#voice h2{
	padding:10px;
	background:url(../../img/common/bg_stripe_yellow.gif);
	border:0;
}

#voice .box_students li{
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	border-bottom:1px dotted #cccccc;
	overflow:hidden;
	clear:both;
}

#voice .box_students li img{
	margin:0 0 0 10px;
	float:right;
}

#voice .box_students li p{
	width:610px;
	margin:0 0 10px 0;
	float:left;
}

#voice .box_students li .name{
	text-align:right;
	font-weight:bold;
}

#voice .box_students li .text{
}


