/**
* styles for admin page plugin
*/
#se .words
{
  border:1px solid #000;			
  height:25px;
  width:50%;
  padding:2px;
}
#se .labels
{
  width:180px;
  float:left;
  margin-top:10px;
  line-height:30px;
  padding-left:3px;
}		
#se .inputs
{
  margin-top:13px;
  float:left;  
}
#se .inputs input[type="text"]
{
  width:200px;
  height:25px;
  border:1px solid #000;		  
}
#se .inputs span
{
  font-size:11px; 
  font-weight:normal;
  padding-left:5px;
}
#se p
{
  font-size:11px;
  font-weight:normal;
  margin:3px;
}
#se h4
{
  margin-bottom:3px;
}
.checkboxes-labels
{
  width:160px;
  float:left;			
}
.checkboxes-labels label
{
  font-size:12px;
  font-weight:bold;
}
.checkbocxes-inputs p
{
  padding-bottom:6px;
}
.checkbocxes-inputs p span
{
  padding-left:5px;
}
#se .btn-submit
{
  position:absolute;
  left:0;
  margin:10px 4px;
  width:100px;
  cursor:pointer;
}
.checkboxes-labels p
{
  padding-bottom:5px;
}
.checkboxes
{
	margin-top:20px;
}		
/**
* style for frontend view emotion buttons
*/	
.buttons_wrapper
{
  height:25px;
  margin:15px 0px;
}
.feb_button
{
  margin:0px 2px;
  text-decoration:none !important;
  color:#333 !important;
  padding:3px 6px 3px 3px;
  font-size:11px;
  border:1px solid #F4BEFC;  
  -moz-border-radius:5px;	
  -webkit-border-radius:5px; 
  -khtml-border-radius:5px; 
  border-radius:5px;
  cursor:pointer;
}
.feb_button:hover
{
  background:#F4BEFC;
}
.buttons_wrapper span
{
  font-size:11px;
}
.feb_button span
{
  background:none !important;
}
.feb_button span span
{
	margin:0px !important;
}
#se_sidebar{
	width:30%;
	float:right;
}
.se_options{
	width:35%;
	float:left;
}
#se fieldset{
	border:1px solid #CCCCCC;
	padding:5px;
	margin:5px;
}
#se fieldset legend{
	padding:0px 5px;
	font-weight:bold;
}
.below-h2{padding:10px !important;}
.se_button{width:auto; float:left;padding:0px 3px; text-align:center;}
.clear{clear:both;}
.se_bold{font-weight:bold;}
.se_italic{font-style:italic;}
.se_underline{text-decoration:underline;}
#call_to_action{
	display: inline-block;
	margin: 0 5px;
	padding: 0;
	position: relative;
	top: -4px;
}
#se_show_buttons tr{
	height:30px;
	cursor:move;
}
.se_left, .se_float-left{
	float:left;
}
.se_right, .se_float-right{
	float:right;
}
.se_center{
	margin:0px auto;
	display:table;
}
.se_stats{
border:1px solid #ccc;
width:100%;
}
.se_stats tr td{border:1px solid #ccc;text-align:center; padding:2px;}
.se_selected{text-decoration:none; font-weight:bold;}
.se_preloader{background:url(icons/preloader.gif); width:36px; height:36px; display:block;clear:both;margin:5px;}

.se_stats .se_titles td{font-weight:bold;}
.fb_share_count_top{margin-bottom:3px !important;}

.feed_item{clear:both;}
.feed_img{
float: left;
width: 60px;
}
.feed_content{
height: 60px;
overflow: hidden;
padding: 20px 0 0 5px;
}
