.post-body{ clear:left; float:left; margin-right:-350px; width:100%;}
.post-content{ margin-right: 340px; }
.side-info-column{ clear:right; float:right; position:relative; width:320px;}
.gray-theme h4.h-grey,
.bordered-table th{
	background-color:#f5f5f5;
	background-image:-ms-linear-gradient(top,#f9f9f9,#f5f5f5);
	background-image:-moz-linear-gradient(top,#f9f9f9,#f5f5f5);
	background-image:-o-linear-gradient(top,#f9f9f9,#f5f5f5);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#f9f9f9),to(#f5f5f5));
	background-image:-webkit-linear-gradient(top,#f9f9f9,#f5f5f5);
	background-image:linear-gradient(top,#f9f9f9,#f5f5f5);
}
.gray-theme h4.h-grey{
	display: block;
	font-size: 14px;
	color: #777;
    padding: 5px 10px ;
    background-color: #e6e6e6;
	border-color: #999;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
	border-top:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
	line-height:27px;
}
.gray-theme .content_box{
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	background-color:#fff;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 10px;
	border-bottom:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
}
.frm-accept-form {
	width: 800px;
}
#filter_by{
	margin-bottom: 10px;
}

/** fixed */
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
.auto { width: auto; }
.bordered-table th{
	vertical-align: top;
}
.gray-theme h4.h-grey, .bordered-table th {
	background-color:#DDD;
	background-image:-ms-linear-gradient(top,#EEE,#DDD);
	background-image:-moz-linear-gradient(top,#EEE,#DDD);
	background-image:-o-linear-gradient(top,#EEE,#DDD);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#EEE),to(#DDD));
	background-image:-webkit-linear-gradient(top,#EEE,#DDD);
	background-image:linear-gradient(top,#EEE,#DDD);
}