  .hidden {
    display: none;
  }


  /* Pop-up message and fading background */
  #opaco {
     background-color: #000000;
     left: 0;
     -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";/* IE8 */
     filter:progid:DXImageTransform.Microsoft.Alpha(opacity = 70); /* IE5+ */
     filter: alpha(opacity=70);/* IE4- */
     moz-opacity: 0; /* Mozilla */
     -khtml-opacity: 0; /* Safari */
     opacity: 0;  /* general CSS3 */
     position: absolute;
     top: 0;
     width: 100%;
     z-index: 10;
   }

  #popup {
     background-color: #FFFFFF;
     position: absolute;
left:50%;
top:50%;
     width: 560px;
     min-height: 330px;
     z-index: 11;
     font-family: Arial;
     font-size:13px;   border: 2px solid #002045; 
  }                  

   #popup table{
   font-size:13px; 
   }
  
  #popup h3 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: normal;
  }

  #popup textarea {
    display: block;
    width: auto;
  }

  #popup p {
    margin: 10px;
    line-height: 1.3em;

    color: #444444;
  }

  #btn_close {
    font-size: 12px;
    color: gray;
  }
  
  #order_button{
    padding: 0 0 0 23px;
  }
  
  #popup .inp, #feedback .inp{
     width:240px;

  }
  #msg{
    color:red;
  }
  
  #order {
    width:500px;
    padding: 10px 20px 0 20px;
  }
  
  #order table, input{
     color: #002045;
  }

#order_to_visit{
     font-family: Arial;
     font-size:12px;
}

#order_to_collab{
     font-family: Arial;
     font-size:12px;
}

.exporeal{
     font-family: Arial;
     font-size:14px;
     font-weight: bold;
}

.act_color{color:#ff0000;}
.img_list{float:left; margin: 10px 10px 10px 10px;}
.tbl{
    color: White;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    text-align : justify;
    margin-right : 15px;
}
.tbl td{
    vertical-align: top; text-align: left; line-height: 1.5;
}
.tbl img{
    margin-bottom: 9px;
}
.tbl .td1{
    padding-right: 20px;
}
.tbl .td2{
    vertical-align: top; text-align: left; line-height: 1.0;
}
.tbl2{
    color: #fff; font-size:11; font-weight: bold;  
}
.tbl2 img{
    margin:0; padding:0;
    border:none;
}

#feedback{
    background-color: white;
    padding: 10px 0 10px 0;
    margin-top:15px;
}
#feedback table{
    background-color: white;
    width:520px; 
    font-family: Arial;
    font-size: 13px;
}
#feedback div{margin-bottom:0px}
#feedbackButton{
    cursor: pointer;
}

/*#feedback #msg{margin-top:-5px;}*/
