div#boralComment .boralGreen {
	border-top: 1px solid 
	#17135F;
	border-bottom: 1px solid 
	#17135F;
	color: 
	white;
	font-weight: bold;
	text-shadow: none;
	background:#17135F;
}
div#boralComment {
	position: fixed;
	width:280px;
	height:395px;
	bottom:0;
	right: 100px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	background: #FFF;
	z-index:99;
	-webkit-transform: translate3d(0,0,0);
}
div#boralComment {
	bottom:-395px;
	z-index:99;
	box-shadow: 0px -3px 7px #999;
}

div#boralComment a.toggle {
	font-size:14px !important;
	line-height:24px;
	font-family: arial;
	padding:0;
	margin:0;
	width: 282px;
	position: absolute;
	top:-24px;
	left:-1px;
	text-align: center;
	text-decoration: none;
	height:24px;
	-moz-border-radius: 12px 12px 0px 0px;
	border-radius: 12px 12px 0px 0px;
	z-index:99;
	-webkit-transform: translate3d(0,0,0);
 -webkit-box-shadow: 0px -3px 7px #999;
    -moz-box-shadow: 0px -3px 7px #999;
         box-shadow: 0px -3px 7px #999;

}
div#boralComment img {
	height: 20px;
	position: absolute;
	top: -21px;
	left:12px;
	z-index:100;
	z-index:100;
	-webkit-transform: translate3d(0,0,0);
	
}
div#boralComment iframe {
	position:absolute;
	top:5px;
	padding:0;
	margin:0;
	overflow-y:hidden;
	overflow-x:hidden;
	z-index:99;
	-webkit-transform: translate3d(0,0,0);
}