/* CSS Document */
.line {
	float:left;
	width:120px;
	height:4px;
	line-height:4px;
	font-size:4px;
	border-bottom:8px solid #CCCCCC;
	border-top:3px solid #CCCCCC;
	margin:10px 350px 10px 350px;
}

