@charset "utf-8";
/* CSS Document */
#edit	{
float:left;
width:760px;
margin-bottom:10px;
}
.edit	{
	float:left;
	width:355px;
	margin:0 10px;
}	
#edit h3	{
	background:url(../img/bg-head.gif) repeat-x left center;
	color: #5C71A4;
	padding:5px 10px;
	font-size:14px;
	font-weight:bold;
	font-family:verdana, sans-serif;
}
#edit h4	{
	background: url(../img/common/bottom-line.gif) repeat-x left bottom;
	color:#666633;
	padding:5px 10px;
	font-size:14px;
	font-weight:bold;
}

#edit table	{
	width:90%;
	margin:3px 10px 3px 20px;
}
#edit table td	{
	margin:0 5px;
}
