﻿.notebox
{
	padding: 10px 10px;
	font-weight:normal;
	font-size: 14px;
	color: #000000;
	text-indent: 0em;
	border-bottom: none;
	border-right: solid 1px #555;
	font-family: 微软雅黑,宋体;
	
	float:left;
	width:25%;
}

#content
{   float:right;
    width:72%;
}