#facebox .b {
  background:url(images/b.png);
}

#facebox .tl {
  background:url(images/tl.png);
}

#facebox .tr {
  background:url(images/tr.png);
}

#facebox .bl {
  background:url(images/bl.png);
}

#facebox .br {
  background:url(images/br.png);
}

#facebox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #FFF;
  width: 650px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}


#facebox .body input, select, textarea { /*SUPPORT*/
border:1px solid #3D3B3C;
margin-bottom:5px;
width:325px;
}



#facebox th{
   text-align: left;
}

.tabs{
   margin-top: 20px;
   padding-bottom:28px;
   white-space:nowrap;

}

.tabs li{
   width: 108px;
   background-color:#d3ffdd; /*#62da7f*/
   border-color:black;
   color: gray; /*white*/
   
   float:left;
   list-style-image:none;
   list-style-position:outside;
   list-style-type:none;
   margin:0 1px 0 0;
   margin-bottom:5px;
   padding:0;
   position:relative;
   
   cursor: pointer;
}

/* ====================================================================================== */
/* !FEEDBACK!!! */
/* ====================================================================================== */

.supportError{
   font-size: 9px;
   padding-left: 4px;
   text-align: left;
}

.feedback_listItem{
   margin-bottom : 5px;
   padding:5px;
   border-color: black;
   border-width: 1px;
   border-style: solid; 
   cursor: pointer;
   float: left;
   width:730px;
   height: 30px;
   overflow:hidden;
   
   font-size: 120%;
   word-spacing: 1px;
   text-align: justify;
}

.feedback_listItem:hover{
  background-color: #62D97F;
}

.feedback_listItem .icon{
   width: 30px;
   height: 30px;
   float: left;
}

.feedback_listItem .mainContent{
   width: 560px;
   height: 30px;
   float: left;
}

.feedback_listItem .version{
   padding:5px;
   font-weight: bold;
   width: 100px;
   float: left;
   text-align: right;
   vertical-align: middle;

}

.feedback_listItem .question{
   padding-top:15px;
   padding-left:30px;
}


.feedback_listItem .answer{
   margin-left: 5px;
   padding:5px;
   background-color: #62d97f;
   color: white;
   float: left;
   width: 600px;
   color: white;/*#3f3f3f;*/
}


.feedback_listItem .me{
   float: left;
   margin-left: 30px;
}

.feedback_listItem .status{
   background-color: black;
   width: 30px;
   height: 30px;
   float: left;
}

.feedback_listItem .mainContent .date{
   color:gray;
}

.feedback_categorieBox{
   margin-top: 20px;
   padding-bottom:28px;
   white-space:nowrap;
   margin-left: 0px;
}

.feedback_categorieBox li{
   width: 183px;
   background-color:#d3ffdd; /*#62da7f*/
   border-color:black;
   color: gray; /*white*/
   
   text-align: center;
   float:left;
   list-style-image:none;
   list-style-position:outside;
   list-style-type:none;
   margin-right: 5px;
   margin-bottom:10px;
   position:relative;
   
   cursor: pointer;
}

.feedback_categorieBox .active{
   background-color: #62da7f;
   color: white;
}

