.mic{
	margin:10px 50px;
	width:520px;
	clear:both;
}
.box_l{
float:left;
width:250px;
margin:0;
text-align:center;
display:block
}

.box_r{
float:right;
width:250px;
margin:0;
text-align:center;
display:block
}

.mic img{
display:block;
margin:10px 0;
}

table{
	width:705px;
	border:1px solid #CCCCCC;
	margin:0 0 20px 20px;
border-collapse: separate;
border-spacing: 2px;
}
th{
	background-color:#ffffdd;
	border-top:1px solid #EAEAEA;	
	border-left:1px solid #EAEAEA;	
	border-bottom:1px solid #CCCCCC;	
	border-right:1px solid #CCCCCC;
	padding:3px 3px 3px 3px;
	font-weight:700;
	text-align:center;
	}
td{
	background-color:#FFFFFF;
	border-top:1px solid #EAEAEA;	
	border-left:1px solid #EAEAEA;	
	border-bottom:1px solid #CCCCCC;	
	border-right:1px solid #CCCCCC;
	padding:3px;
	font-weight:normal;
	color:#666666;
	text-align:left;
	font-size:90%;
	}


