/*body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td { margin: 0; padding: 0; font-size:12px;}

body{
		margin: 0;
		padding: 0;
		border: 0;
		text-align: center;
		font: 12px microsoft yahei,Verdana, Arial, Helvetica, sans-serif;
		}
	
a:link, a:visited {
	text-decoration : underline;
	color : #900b09;
	background : transparent; 
	}

a:hover {
	text-decoration : underline;
	color: #ff0000;
	background : transparent; 
	}

a:active {
	text-decoration : underline;
	color : #ff0000;
	background : transparent;  
	}*/
	
dl.dataintable {
	border-collapse:collapse;
	width:605px;
    clear:both;
	background-color:#ccc;
	border:1px solid #888888;
	margin:0;
	padding: 0;
		}
	
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
dl.dataintable dt {
	vertical-align:baseline;
	padding:5px 15px 5px 5px;
	text-align:center;
	width:27%;
	float:left;
	
	}
dl.dataintable dd {
	vertical-align:text-top;
	padding:5px 15px 5px 5px;
	background-color:#efefef;
	border:1px solid #aaa;
	float:right;
	border-bottom:none;
	}
dl.dataintable dd.datal{/*width:159px;*/width:32%;border-right:none;}	
dl.dataintable dd.datar{/*width:281px;*/width:41%;}	

dl.dataintable{	border-top:none;}

	