@charset "UTF-8";
/* CSS Document */

/* main box */
.flexiblesearch { background:url(boxes/search_top.gif) top left no-repeat #ebebeb; font-size:11px;   }
.flexiblesearch-bottom { height:8px; background:url(boxes/search_bottom.gif) top left no-repeat; }
.flexiblesearch .inner { margin:5px; }

/* header */
.flexiblesearch .icon { padding-top:10px; height:90px; width:90px; float:left; }
.flexiblesearch .description { float:right; padding-top:10px; }
.flexiblesearch .heading { font-size:1.5em; line-height:1.2em; }
.flexiblesearch .info { margin-top:10px; float:left; font-size:13px;}
.flexiblesearch .header { font-size:1.5em; line-height:1.2em;position:relative;top:4px}

/* textsearch field specific */
.flexiblesearch .textsearch { background:#ebebeb; height:25px; }
.flexiblesearch .textsearch input { 
	border:0; 
	width:250px;
	height:17px;
	float:left;
	font-size:15px;
	vertical-align:middle;
	margin-left:30px;
	margin-top:1px;
	padding:0;
}

