.my-facebook-publish{
    margin: 10px;
    border: 1px solid #ECECEC;
    padding: 5px;
    overflow: hidden;
}
.my-facebook-publish .publish-title{
    background-image: url("/webstyles/images/background-tables.png");
    background-repeat: repeat-x;
    padding: 5px;
    margin: 0;
    color: #25AAE1;
    background-color: #ECECEC;
    font-size: 12px;
    font-style: italic;        
    border-bottom: 1px solid #ECECEC;
}
.my-facebook-publish .publish-help{   
    background-color: #ffc;  
    border: 1px solid #ddd;
    margin: 4px 0;
    padding: 10px;
    width: 47%;
    float: left;
    overflow: hidden;
    text-align: center;
    min-height: 142px;
}

.my-facebook-publish .facebook-yelow{
    background-color: #ffc;    
}

.my-facebook-publish .publish-actions{
    border: 1px solid #ddd;
    width: 46%;
    float: right;
    overflow: hidden;
    min-height: 123px;
    margin-top: 4px;
    padding: 5px;
}

.facebook-table{
    width: 100%;
}
.facebook-table th{
    width: 15%;
    white-space: normal !important;
}

.fb-post-loading-content{
    background-image: url("/webstyles/images/ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border:solid 1px #ddd;  
    width: 100%;
    height: 100%;
}

.my-facebook-publish .facebook-publish-content{
    border: solid 1px #CCCCCC;
    width: 48% !important;
    display: block;
    float: left;
    margin: 5px;
    padding: 10px;
}

.my-facebook-publish .facebook-publish-content-title{
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: solid 1px #CCCCCC;
}

.my-facebook-publish .facebook-publish-text{    
    display: block;
    width: 100%;
}

.my-facebook-publish .facebook-publish-image{    
    display: block;
    width: 100%;    
}
.my-facebook-publish .facebook-publish-image img{
    width: 100%;    
}

.my-facebook-publish .publish-actions{
    border: 1px solid #ddd;
    width: 46%;
    float: right;
    overflow: hidden;
    min-height: 123px;
    margin-top: 4px;
    padding: 5px;
}

.my-facebook-publish #facebook-debug-message{
    background-color: #ffc;
    padding: 10px;   
    overflow: hidden;
}
.my-facebook-publish #facebook-debug-login{
    background-color: #ffc;
    padding: 10px;
    margin-bottom: 10px;
}

.my-facebook-publish .publish-login{
    margin: 10px 10px 10px 7px;
}

.my-facebook-publish .error-message{
    font-weight: bold;
    width: 96%;
    border: solid 1px #CCCCCC;
    margin: 5px 0px 5px 0px;
    padding: 5px;
    word-break: break-all;
    text-align: left;
}

.my-facebook-publish .error-status{
    font-weight: normal;
    width: 96%;
    border: solid 1px #CCCCCC;
    margin: 5px 0px 5px 0px;
    padding: 5px;
    word-break: break-all;
    text-align: left;
}

.my-facebook-publish .facebook-notice{
  background: #ffc url("/webstyles/sfAdminDashPlugin/images/tick.png") no-repeat scroll 10px 4px !important;
  border: 1px solid #ddd;
  margin: 4px 0;
  padding: 4px 4px 4px 30px;  
}

.my-facebook-publish .facebook-notice label{
    margin-right: 5px;
}

.my-facebook-publish .facebook-error{
  background: #f33 url("../images/error.png") no-repeat scroll 10px 4px !important;
  border: 1px solid #ddd;
  margin: 0px 0px 5px 0px;
  padding: 4px 4px 4px 30px;  
  color: #fff;
}

.my-facebook-publish .fb-th{
    width: 20% !important;
    height: auto !important;
    vertical-align: top;
}
.my-facebook-publish .fb-td{
    width: 80% !important;  
    height: auto !important;
    vertical-align: top;
}
.my-facebook-publish #fb-element{
 min-height: 53px;   
 text-align: center;
}

.my-facebook-publish #fb-element img{
    display: block;
    margin: 5px auto;    
}

.my-facebook-publish #fb-publish-button{
   float: right;
}
.my-facebook-publish #fb-publish-button input{
    padding: 5px;
}

.my-facebook-publish .publish-actions-see-post {
    border: 1px solid #ddd;
    width: 98%;    
    overflow: hidden;
    min-height: 123px;
    margin-top: 4px;
    padding: 5px;
}