/* CSS Document */

/* content */

#left{
	width:585px;
	border-right:#CCCCCC solid 	1px;
	float:left;
	line-height:150%;
	}
#left .main{
	margin:0 0 0 30px;
	}
#left h2{
	color:#5E005E;
	font-size:16px;
	margin:20px 0 0 0;
	}
#right{
	text-align:right;
	float:right;
	
	}
hr{
	margin:10px 0;
	width:540px;
	padding:0;
	text-indent:0px;
	text-align:left;
	}
#right li{
	padding:0;
	margin:0;
	}
#right li img{
	width:192px;
	border-left:1px solid #cccccc;
}
img{
	vertical-align:top;
	}


#form table{
	width:530px;
	margin:10px 0 0 0;
	border-right:1px solid #cecece;
	border-bottom:1px solid #cecece;
	}
#form #gray{
	color:red;
	}
#form th{
	width:150px;
	font-weight:normal;
	background:#eaeaea;
	padding:5px;
	text-align:left;
	vertical-align:top;
	border-top:1px solid #cecece;
	border-left:1px solid #cecece;
	}
#form td{
	padding:5px;
	border-top:1px solid #cecece;
	border-left:1px solid #cecece;
	}