@import url("/css/template.css");
@import url("/css/styles.css");
@import url("/css/st1.css");
@import url("/css/fr.css");

#search {

}

#search input[type="text"] {
 background: url(/Bce/seach/search-white.png) no-repeat 10px 6px #444;
 border: 0 none;
 font: bold 12px Arial,Helvetica,Sans-serif;
 color: #d7d7d7;
 width:150px;
 padding: 6px 15px 6px 35px;
 -webkit-border-radius: 20px;
 -moz-border-radius: 20px;
 border-radius: 20px;
 text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
 -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
 -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
 box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
 -webkit-transition: all 0.7s ease 0s;
 -moz-transition: all 0.7s ease 0s;
 -o-transition: all 0.7s ease 0s;
 transition: all 0.7s ease 0s;
 }

#search input[type="text"]:focus {
 background: url(/Bce/seach/search-dark.png) no-repeat 10px 6px #fcfcfc;
 color: #6a6f75;
 width: 200px;
 -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
 -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
 box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
 text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
 }

/* Синий вид цитаты 
------------------------------------------*/ 
.bbQuoteBlock { 
 margin: 15px 0px 15px 0px!important; 
} 

.bbQuoteName { 
 display:none; 
} 

.quoteMessage { 
 overflow: hidden!important; 
 text-align:justify!important; 
 font:115%/1.5 Verdana,Arial,Helvetica,sans-serif!important; 
 color:#155084;text-shadow:1px 1px 1px #fff!important; 
 font-style: italic!important; 
 background: #C2DDF9 url(http://skript.kz/uploads/1329988346_quote_blue.png) no-repeat 10px 10px!important; 
 padding: 5px 10px 5px 50px!important; 
 border: 1px solid #80BBEF!important; 
} 
/*------------------------------------------*/