
body {
	background:#fff;
	font-size:14px;
	color:#333;
	line-height:140%;
	margin:15px 25px;
	padding:0;
	text-align:center;
}


.add {
	color:#f00;
	font-weight:bold;	
}

#container {
	width:737px;
	margin:0 auto;
	text-align:left;
	border:1px solid #ccc;
}

#cnt {
	width:auto;
	margin:10px 27px;
}

#cnt {
	overflow: hidden;
}

#cnt:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #cnt {
    height: 1em;
    overflow: visible;
}
/**/

#cnt #left {
	float:left;
	text-align:center;
}

#cnt #right {
	float:right;	
	text-align:center;
}

#time {
	clear:both;	
	text-align:left;
	width:683px;
	margin:0 auto;
	border-top:1px solid #ccc;
}