/* CSS Company Card */
.ccard {
	position:relative;
	overflow: hidden;
	min-height:120px;
	margin-bottom: 20px;
}
.cmp_site {
	position:absolute;
	top:0px;
	right:25px;
	text-align: right;

} 
	.cmp_site img {
		width: 120px;
		height:90px;
		border-right: 1px solid #999999;
		border-bottom: 1px solid #999999;
		display:block;
		float:right;
	}
	.cmp_site p {
	display:block;
	position: absolute;
	right:0px;
	top: 95px;
	text-align: right;
	}
		.cmp_site p em {
			color:#333;
			font-style: normal;
		}
p.phaddr {
	position: absolute;
	left:30px;
	bottom: 5px;
}

.main p, .main ul, .main h3 {
	padding-left: 40px;
}
.srv li {
		padding: 2px 5px 2px 15px;
		background:url(/img/mc_style/lc_li_bg.jpg) no-repeat left center;
	}
		.srv li a {
			color: #003366;
		}

.add_comment { background-color: #e9e9e9; padding: 5px; margin-top: 5px;}
.add_comment textarea{ width: 315px;  }
.add_comment label{ width: 320px; text-align: right;}
.add_comment form input { width: 200px; }
.add_comment form input.button { width: 100px; margin-left: 110px; }
.add_comment .note { font-size:10px;  }
.add_comment h3 { padding-bottom:5px; padding-bottom:5px; }

/* comments */
.comment { padding: 5px; } 
.user { text-align: right; background: #ddd ; padding: 2px 5px;  margin-bottom:5px; position:relative; }
.user b { position:absolute; top:1px; left:5px; }
.text { padding: 0px 5px 10px 0; max-height: 380px; overflow: auto; margin-bottom: 5px; border-bottom: 1px dotted #ccc;}
.subj { display: block; font-weight:bold; position:static; top:0}

