.fb-container .wrap_facebook {
	float:left;
	width:54%;
}

.fb-container .wrap_facebook2 {
	float:left;
	width:42%;
}
.fb-container .fb-preview {
	overflow:scroll;
	 overflow-y: hidden;
	margin-top:100px;
	margin-right:10px;
}
#preview {
	margin-left:5px;
	text-decoration:none;
	background-color:#ccc;
	padding:5px;
	border-radius:10px;
}
.my-plugin-style .my-table {
	background-color: rgb(255, 255, 255, 1);
}
.my-plugin-style .my-table label {
	color: rgb(0, 0, 0, 1);
}
.my-plugin-style .my-table input[type="text"] {
	border: 2px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
}
.my-plugin-style .my-table input[type="text"]:focus {
	border: solid 2px #0a93e2;
	box-shadow: 0 0 5px 1px #969696;
}
.my-plugin-style .my-table select {
	border: 2px solid #ccc;
	min-width:125px;
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
}
.my-plugin-style .my-table select:focus {
	border: solid 2px #0a93e2;
	box-shadow: 0 0 5px 1px #969696;
}
.my-plugin-style td {
	padding: 10px 10px;
}
.my-plugin-style .button-primary {
	width: 160px;
}
#cfbtitle {
	background-image:url("../images/help.png" );
	background-position:center;
	background-repeat:no-repeat;
	height:16px;
	width:16px;
	display: inline-block;
}
.tooltip {
	position: relative;
	display: inline-block;
}
/* Tooltip text */
.tooltip .tooltiptext {
	visibility: hidden;
	width: 300px;
	background-color: #d9d9d9;
	color: #000;
	text-align: center;
	padding: 5px 0;
	border-radius: 6px;
	right: 50%;
	top:-40px;
	position: absolute;
	z-index: 1;
	margin-right: -12px;
}
.tooltip:hover .tooltiptext {
	visibility: visible;
}
#poststuff2 h2 {
	font-size: 23px;
	font-weight: 400;
	margin: 0;
	padding: 9px 0 4px;
	line-height: 29px;
}
#poststuff2 .fb-container .wrap_facebook2 h2 {
	margin-left: 7px;
}

#poststuff2  .postbox h3.hndle {
	margin-left: 7px;
}

div.updated{ margin: 5px 0px 2px; }



.helps h2{font-size: 23px;
	font-weight: 400;
	margin: 0;
	padding: 9px 0 4px;
	line-height: 29px;}
	
.helps tr td ul{margin:0; padding:0 0 16px 0; }
.helps tr td ul li{margin:0; padding:0 0 14px 30px; list-style:none; font-size:15px; line-height:22px; color:#000; font-weight:300; background:url(../images/solution-list-icon.png) 0 5px no-repeat; display:table;   }
.helps tr td ul li a{text-decoration:none; color:#8ca4ae;  }
.helps tr td ul li a:hover{color:#3fc4dc; }
