﻿body {
}

.testimonials-cntr {
  width: 900px;
  float: left;
  
}
.testimonials-details {
  float: left;
  width:600px;
}
.ticker li {
  font-size: 12px;
  font-family:Tahoma, Geneva, sans-serif;
  color:#333;
  text-decoration:none;
  font-weight:bold;
  line-height:18px;
  text-align:justify;
  background-color: transparent!important;
}
#ticker {
  height: 140px;
  margin-top: 6px;
  text-align:justify;
}
#ticker li {
  background-color: transparent!important;
}
#ticker img {
  float:inherit;
  height:14px;
  margin-right:2px;
  width: 20px;
  margin-top: 2px;
}




/* Feedback form css*/

/*CSS for right popuout forms*/

#right_popout .slide-out-div{
    padding: 20px;
    width: 250px;
    background: #fbfbfb;
    border: 1px solid #808080;
    z-index:501;
    top:188px;
    height:150 !important;
}

#right_popout .tab2 {
    top: 308px;
    
}

#right_popout .tab3 {
    top: 398px;
    
}

#right_popout .slide-out-div  input[type="text"], textarea {
    color: #414141;
    font-size: 12px;
    font-style: italic;
    background-color: #FFFFFF;
    border: 1px solid #e1e1e1;
    margin-bottom:10px; 
                
}

#right_popout .slide-out-div textarea {
    height:80px;
    width:176px;
    color: #414141;
    font-size: 12px;
}

#right_popout .error {
    color:red;
    white-space:nowrap;
}

#right_popout .grey-btn-feedback {
    background: url("Images/black-gradient.png") repeat-x scroll 0 0 transparent;
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    font-size: 14px;
    height: 36px;
    /*margin-left: -8px;*/
    padding: 0 10px;
}

#right_popout .white-background {background-color:#fff; box-shadow: 0px 0px 0px #fff; }

#globalSearchForm input[type="text"] {
    color: #414141;
    font-size: 12px;
    font-style: italic;
    background-color: #FFFFFF;
    border: 1px solid #e1e1e1; 
}

#right_popout input::-webkit-input-placeholder {
    color: #808080 !important;
    margin-left: inherit;
}

#right_popout input:-moz-placeholder {
    color: #808080 !important;
}

#right_popout input::-moz-placeholder {  /* Firefox 19+ */
   color: #808080 !important;  
}

#right_popout input:-ms-input-placeholder {  
   color: #808080 !important;  
}

#right_popout input:-moz-placeholder, textarea:-moz-placeholder {
   color: #808080 !important;
}

#right_popout .placeholder {
    color: #808080 !important;
}

/* End Feedback for css*/