 #bbc-widget-container #bbc-widget-content #bbc-widget-form #bbc-widget-input-from, #bbc-widget-container #bbc-widget-content #bbc-widget-form #search_from_name{
  background: #fff url(../img/widget-green-plot.png) no-repeat 6px 50%;
}

#bbc-widget-container #bbc-widget-content #bbc-widget-form #bbc-widget-input-to, #bbc-widget-container #bbc-widget-content #bbc-widget-form #search_to_name{
  background: #fff url(../img/widget-red-plot.png) no-repeat 6px 50%;
}
#bbc-widget-container #bbc-widget-content.mgp0{
padding-bottom: 0px;
}
 #bbc-widget-container{
  width: 98%;
  position: relative;
  overflow: hidden;
  font-family: arial, helvetica, sans-serif;
  zoom: 1;
}

 #bbc-widget-container #bbc-widget-header p#bbc-widget-title-first-line{
font-size: 13px;
margin: 2px 0;
}


#bbc-widget-container #bbc-widget-content #bbc-widget-form label{
  display: none;
}

#bbc-widget-container #bbc-widget-content #bbc-widget-form #bbc-widget-input-from, #bbc-widget-container #bbc-widget-content #bbc-widget-form #bbc-widget-input-to, #bbc-widget-container #bbc-widget-content #bbc-widget-form #search_from_name, #bbc-widget-container #bbc-widget-content #bbc-widget-form #search_to_name{
  height: 33px;
  margin: 0 0 0px 0;
  border: 1px solid #aeaeae;
  width: 93%;
  text-indent: 22px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding:5px;
  font-size: 16px;
  -webkit-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.30);
-moz-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.30);
box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.30);
}



 #bbc-widget-container #bbc-widget-content #bbc-widget-form #bbc-widget-button{
  margin: 0;
  padding: 11px 23px;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75) 0px 0px 1px;
  vertical-align: middle;
  cursor: pointer;
  background: #ffbc02;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffbc02), color-stop(100%, #ff7902));
  background-image: -webkit-linear-gradient(#ffbc02, #ff7902);
  background-image: -moz-linear-gradient(#ffbc02, #ff7902);
  background-image: -o-linear-gradient(#ffbc02, #ff7902);
  background-image: -ms-linear-gradient(#ffbc02, #ff7902);
  background-image: linear-gradient(#ffbc02, #ff7902);
  filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFBC02', endColorstr='#FFFF7902');
  border: 1px solid #e86d00;
  *border: 0;
  border-bottom-color: #9b4900;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  
  -webkit-box-shadow: rgba(255, 255, 255, 0.25) 0 1px 0 inset, rgba(0, 0, 0, 0.05) 0 1px 2px;
  -moz-box-shadow: rgba(255, 255, 255, 0.25) 0 1px 0 inset, rgba(0, 0, 0, 0.05) 0 1px 2px;
  box-shadow: rgba(255, 255, 255, 0.25) 0 1px 0 inset, rgba(0, 0, 0, 0.05) 0 1px 2px;
  font-weight: bold;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  text-overflow: ellipsis;
    font-size: 18px;
	width: 100%;
	
}

#bbc-widget-container #bbc-widget-content #bbc-widget-form #bbc-widget-button:hover{-webkit-box-shadow:rgba(255,255,255,0.45) 3px 3px 3px inset,rgba(255,255,255,0.45) -3px -3px 3px inset;-moz-box-shadow:rgba(255,255,255,0.45) 3px 3px 3px inset,rgba(255,255,255,0.45) -3px -3px 3px inset;box-shadow:rgba(255,255,255,0.45) 3px 3px 3px inset,rgba(255,255,255,0.45) -3px -3px 3px inset;*background:#b48500;color:#fff!important;text-decoration:none}
#bbc-widget-container #bbc-widget-content #bbc-widget-form #bbc-widget-button:active, .btn-2action.active{background-color:#e8aa00;background-color:#ce9700 \9;background-image:none;outline:0;-webkit-box-shadow:rgba(0,0,0,0.15) 0 2px 4px inset,rgba(0,0,0,0.05) 0 1px 2px;-moz-box-shadow:rgba(0,0,0,0.15) 0 2px 4px inset,rgba(0,0,0,0.05) 0 1px 2px;box-shadow:rgba(0,0,0,0.15) 0 2px 4px inset,rgba(0,0,0,0.05) 0 1px 2px}


 #bbc-widget-container:after{
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

* html #bbc-widget-container{
  height: 1%;
}

#bbc-widget-container.bbc-bg.blue{
background: #4193be; /* Old browsers */
background: -moz-linear-gradient(top,  #4193be 0%, #346ab4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4193be), color-stop(100%,#346ab4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #4193be 0%,#346ab4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #4193be 0%,#346ab4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #4193be 0%,#346ab4 100%); /* IE10+ */
background: linear-gradient(to bottom,  #4193be 0%,#346ab4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4193be', endColorstr='#346ab4',GradientType=0 ); /* IE6-9 */

}
#bbc-widget-container.bbc-bg{
padding: 1%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#bbc-widget-container.bbc-bg.green{
background: #6baa38; /* Old browsers */
background: -moz-linear-gradient(top,  #6baa38 0%, #2b8237 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6baa38), color-stop(100%,#2b8237)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #6baa38 0%,#2b8237 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #6baa38 0%,#2b8237 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #6baa38 0%,#2b8237 100%); /* IE10+ */
background: linear-gradient(to bottom,  #6baa38 0%,#2b8237 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6baa38', endColorstr='#2b8237',GradientType=0 ); /* IE6-9 */

}
#bbc-widget-header{
padding: 4px 0 0 0;
color: #fff;
text-align: center;
overflow: hidden;

}
 #bbc-widget-container #bbc-widget-header p#bbc-widget-title-first-line{
font-size: 13px;
margin: 2px 0;
}

#bbc-widget-container #bbc-widget-header h1#bbc-widget-title-second-line{
line-height: 19px;
font-size: 17px;
font-weight: normal;
text-shadow: 0 2px 2px #00417d;
margin-top: 0;
}