/* CSS Document */
.message li{
	margin:0px 0px 8px 0px;
	border-bottom:1px dotted #CCCCCC;
	border-left:5px solid #9933FF;
	list-style:none;
	padding-left:8px;
	padding-bottom:8px;
	padding-top:6px;
}
.message li.detail{
	float:right;
	margin-bottom:4px;
	list-style:none;
	padding-left:8px;
	border:none;
}

.message_head{
	border-bottom:2px dotted #CCCCCC;
}
.message_head img{
	margin-bottom:10px;
	margin-right:15px;
	border:3px double #CCCCCC;
}
.message_head table{
	margin-bottom:15px;
	padding:0px;
}
.message_head th{
	padding:0px 0px 15px 0px;
	margin:0px;
	vertical-align:top;
	font-weight:normal;
}
.message_head .title{
	font-size:130%;
	font-weight:bold;
	margin-bottom:10px;
	padding-top:5px;
}