/* ===========================
   ====== Search Box ====== 
   =========================== */

.search
{
  height: 42px;
    border: 1px solid #999;
    overflow: auto;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  width: 80%;
  margin: 0 auto;
    	background: #FFFFFF	;

}

.search input[type="text"]
{
    border: 0px;
    width: 67%;
    padding: 10px 10px;
  font-size: 14px;

}

.search input[type="text"]:focus
{
    outline: 0;
}

.search input[type="submit"]
{

 height: 42px;
 width: 80px;
 font-size: 14px;   
  border: 0px;
    background: none;
    color: #fff;
    float: right;
    padding: 10px;
text-align: center;
border-width: 0;
background-color:#ff9400;
-webkit-border-radius: 0px 5px 5px 0px;
-moz-border-radius: 0px 5px 5px 0px;
border-radius: 0px 5px 5px 0px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
cursor: pointer;

}

/* ===========================
   ====== Media Query for Search Box ====== 
   =========================== */

@media only screen and (min-width : 150px) and (max-width : 780px)
{
    {}
    .search
    {
        width: 95%;
        margin: 0 auto;
    }

}

#search-box {
position: relative;
width: 80%;
margin: 0 auto;
}

#search-form 
{
height: 40px;
border: 1px solid #999;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background-color: #fff;
overflow: hidden;
}

#search-text 
{
font-size: 14px;
color: #ddd;
border-width: 0;
background: transparent;
}

#search-box input[type="text"]
{
width: 90%;
padding: 11px 0 12px 1em;
color: #333;
outline: none;
}

#search-button {
position: absolute;
top: 0;
right: 0;
height: 42px;
width: 80px;
font-size: 14px;
color: #fff;
text-align: center;
line-height: 42px;
border-width: 0;
background-color:#ff9400;
-webkit-border-radius: 0px 5px 5px 0px;
-moz-border-radius: 0px 5px 5px 0px;
border-radius: 0px 5px 5px 0px;
cursor: pointer;
}


.tgdiv
{
  bottom:8px;
  position:relative;
  display: inline-block;
  max-width: 200px;
  text-align: left;
  padding: 5px;
  background-color: #800080;
  border-radius: 3px;
  margin: 5px;
  vertical-align: top;
}

.tgstar
{
  bottom:8px;
  position:relative;
  display: inline-block;
  max-width: 200px;
  text-align: left;
  padding: 5px;
  background-color: #800000;
  border-radius: 3px;
  margin: 5px;
  vertical-align: top;
}

.tgtext
{
    font: normal 14px Arial, Helvetica, sans-serif;
    color: #FFF;
  #font-weight:bold;
  
}
a.dlnk:link, a.dlnk:visited, a.dlnk:hover {
    color: #A74545;
      text-decoration: none;
}
a.reltg:link, a.reltg:visited, a.reltg:hover {
    color: #fff;
      text-decoration: none;
}
@media screen and (max-width: 600px) 
{
  .tgdiv, .tgstar
    {
       max-width: 100%;
    }
}