  #btplugin-body {
  	/*width:768px;*/
  	text-align:center;
  	margin:auto;
  }
  #btplugin-inner {
  	margin: 0 auto;
  	max-width: 550px;
  	clear: both;
  	position: relative;
  }
  .btplugin-select {
  	max-width:204px;
  	text-align:center;
  	margin-bottom: 10px;
  	display: inline !important;
  }
  #btplugin-langswap {
  	vertical-align:middle;
  	cursor:pointer;
  	margin:auto 10px;
  	border:0px;
  	box-shadow:0px;
  	padding:0px;
  }
  #btplugin-text {
  	width:100%;
  	padding: 0;
  	height:230px;
    margin: 0;
  }
  .btplugin-button {
  	background-color: transparent !important;
  	background: url("../images/search.png") no-repeat center !important;
  	line-height: 16px  !important;
  	border: 0  !important;
  	font-weight: bold  !important;
  	font-size: 0px !important;
  	height: 30px  !important;
  	width: 30px  !important;
  	position: absolute  !important;
  	z-index: 900  !important;
  	cursor: pointer  !important;
  	bottom: 0  !important;
  }
  #btplugin-body  input[type="submit"].btplugin-button{
    padding: 0;
    margin-bottom: 5px;
  }
  #btplugin-search-pos1 {
  	float: left  !important;
  	left: -5px  !important;
  }
  #btplugin-search-pos2 {
  	float: right  !important;
  	right: -10px  !important;
  }
  #btplugin-adsense-bottom{
  	margin:10px auto; 
  }
  #btplugin-adsense-top {
  	margin:10px auto; 
  }
  #btplugin-response {
  	padding:10px 8px;
  	margin:10px auto; 
  	width:100%;
  	font-size:16px;
  	text-align:left;
  	background:#e9e9e9;
  	/*overflow-x: scroll;*/
  }
  #btplugin-body ins:before, #btplugin-body ins:after{
  	content: "" !important;
  	display: none !important;
  }
  @media only screen and (max-width: 660px){
  	/*
    #btplugin-search-pos1{
  		position: static  !important; 
  		float: none !important;
  	}
    */
    .btplugin-select {
      max-width:110px;
    }
    #btplugin-langswap {
      margin: 0;
    }
  }
  #btplugin-body .textarea-wrap {
    padding: 0 30px;
  }
  #btplugin-adsense-top .advertisment{
    text-align: left;
  }
  @media (max-width: 961px) {
    #btplugin-adsense-top .advertisment{
      text-align: center;
    }
  }