/*basic set up for page*/
body{
	font-size: 1em;
	font-family:  Verdana, Arial, sans-serif; 
	color: #000000;
	background-color:	#FFFFFF;
	margin: 0;
	padding: 0;
}

/*basic set up for form*/
form{
	margin: 0;
	padding: 0;
}

/*basic set up for images*/
img{
	border: none;
}

/*general setup of class clearner*/
.cleaner{
	clear: both;
	visibility: hidden;
}

/*main div id body*/
#body{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	min-width: 780px;
/*pro IE*/
	width: expression(document.body.clientWidth >= 1200? "1200px" : "100%" );
	width: expression(document.body.clientWidth <= 780? "780px" : "100%" );
	
}

#body-iframe{
	width: 100%;
}

a:hover{
	color: #4B0082;
}

a{
	color: #01568A;
}
/*links in new window*/
a.out{
	padding-right: 7px;
	background-image: url(../pict/icons/link_ico/link_out.gif);
	background-position: right 1px;
	background-repeat:no-repeat;
}
/*links for email*/
a.email{
	padding-right: 9px;
	background-image: url(../pict/icons/link_ico/email.gif);
	background-position: right 1px;
	background-repeat:no-repeat;
}
/*links for links with file*/
a.file{
	padding-right: 9px;
	background-image: url(../pict/icons/link_ico/file.gif);
	background-position: right 1px;
	background-repeat:no-repeat;
}
/*reservation request*/
a.reservation{
	color: #FFA500;
	font-size: 1.2em;
	font-weight: bold;
}
a.reservation:hover{
	color: #000000;
}
/*paragraph*/
p{
	margin: 0 0 1em 0;
}
/*address field*/
address{
	font-style: normal;
	margin: 0;
	padding: 0;
}
/*------------------------------------------------------------------------
		HEAD
------------------------------------------------------------------------*/
/*headline with picture - setup of pict in background in index.php*/
#headline{
	width: 100%;
	height: 148px;
	background-repeat: no-repeat; 
	position: relative;
}

/*logo in headline*/
#headline #top-logo{
	/*width: 112px;
	height: 72px;*/
	width: 62px;
	height: 73px;
	position: absolute;
	top: 65px;
	right: 63px;
}

/*flags in headline*/
#headline #flags{
	position: absolute;
	top: 12px;
	right: 40px;
}
/*------------------------------------------------------------------------
		MENU
------------------------------------------------------------------------*/
/*menu*/
#menuline{
	width: 100%;
	border-top: 2px dotted;
	position: relative;
	height: auto;
}
/*setup of list for menu (topmenu and submenu)*/
#menuline ul,
#menuline ul.sub{
	list-style-type: none;
	margin: 0;
	padding: 2px 0px 0px 0px;
	display: block;
	background-color: #FFFFFF;
	white-space: nowrap;
}

#menuline ul.sub{
	padding: 3px 2px 2px 2px;
	border-bottom: 2px dotted;
	background-color: #01568A;
}
/*setup of list item for menu (topmenu only)*/
#menuline ul li.main{
	position: relative;
	float: left;
	padding-left: 10px;
}

/*setup of list item for menu (submenu only)*/
#menuline ul.sub li{
	float: none;
	border-top: 2px dotted;
	padding: 2px 3px 2px 0;
}

#menuline ul li > ul.sub{
	position: absolute;
	z-index:100;
	visibility: hidden;
}
/*show submenu */
#menuline ul li.main:hover ul.sub{
	visibility: visible;
}
/*show submenu for IE only - setup in index.php in javascript section !!!*/

/*setup of color of active menu*/
#menuline a#menu-active,
#menuline a#submenu-active{
	color: #fe8f00;
}

/*setup of topmenu*/
#menuline h3{
	margin:0;
	padding: 1px;
	font-size: 0.7em;
}

#menuline h3 a{
	width: auto;
	display: block;
	text-decoration: none;
}


/*setup of submenu*/
#menuline h4{
	margin:0;
	padding: 0;
	font-size: 0.7em;
}

#menuline h4 a{
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #FFFFFF;
}
/*over - change color*/
#menuline h3 a:hover,
#menuline h4 a:hover,
#menuline a#menu-active:hover,
#menuline a#submenu-active:hover{
	color: #fe8f00;
}
/*pokud vynecháme tento řádek budeme mít při vypnutém JavaScriptu přístupné menu pod sebou*/
/*
#menuline ul.sub {
	position: absolute;
	z-index: 100;
	visibility:hidden;
}*/
/*----------------------------------------------------------------------*/
/*------------------------------------------------------------------------
		CONTENT
------------------------------------------------------------------------*/
#content{
	clear: both;
	border-top: 2px dotted;
	padding-top: 10px;
}
/*------------------------------------------------------------------------
		TIPS & BANNERS
------------------------------------------------------------------------*/
#tipsblock{
	width: 150px;
	padding: 0px 3px 0px 10px;
}
/*tips item in tipsblock - backgroundcolor in index.php*/
#tipsblock .tips-item{
	width: 100%;
	font-size: 0.8em;
	color: #000000;
	margin-bottom: 5px;
	padding: 3px 0 2px 0;
	text-align: center;
}

#tipsblock .tips-item h5{
	margin: 0;
	padding: 0 5px 0 5px;
	font-size: 1em;
	color: #808080;
	text-align: left;
}
#tipsblock .tips-item h2,
#tipsblock span{
	margin: 0;
	padding: 0 5px 0 5px;
	font-size: 1em;
	color: #000000;
}
#tipsblock span{
	color: #6A6A6A;
}
#tipsblock .tips-item h2 a{
	color: #000000;
}
#tipsblock .tips-item h2 a:hover{
	color: #FF8C00;
}
/*------------------------------------------------------------------------
		SEARCH
------------------------------------------------------------------------*/
#searchblock{
	width: 150px;
	padding: 0px 10px 0px 0px;
}
/*------------------------------------------------------------------------
		MAINPAGE
------------------------------------------------------------------------*/
#maintable{
	width: 100%;
}

#maintable td{
	vertical-align: top;
}

#mainblock{
	padding: 0px;
	padding: 0px;
}
/*------------------------------------------------------------------------
		SUBMENU ON MAINPAGE
------------------------------------------------------------------------*/
#page-submenu ul li{
	font-size: 0.8em;
}
/*------------------------------------------------------------------------
		ARTICLE
------------------------------------------------------------------------*/
#mainblock .article{
	border-bottom: 2px dotted #D2D2D2;
	padding-bottom: 5px;
	font-size: 0.8em;
}

/*headline of article*/
.article .article-headline{
	background-color: #D2D2D2;
	padding-left: 5px;
}

/*headline - h1 of article*/
.article .article-headline h1{
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	display: inline;
}

.article div.article-pict-box{
	width: 200px;
	text-align: center;
	float: right;
	padding-top: 0.2em;
}

.article div.article-txt-box{
	padding-right: 5px;
	text-align: justify;
	margin-right: 210px;
	padding-top: 0.2em;
}

.article td.article-pict-box,
.article td.article-txt-box{
	padding-top: 3px;
	vertical-align: top;
}

.article .article-pict-insidebox{
	padding-top: 2px;
	border-top: 2px dotted #969696;
}

.article .article-pict-ico{
	float: left;
	text-align: left;
}

.article div.article-nextpict{
	text-align: right;
}

.article div.article-nextpict a{
	font-size: 1em;
	color: #8FA5B3;
}

.article div.article-nextpict a:hover{
	color: #FFA500;
}

.article div.article-pict{
	clear: both;
}
/*------------------------------------------------------------------------
		CATEGORY BOX
------------------------------------------------------------------------*/
#category-box{
	font-size: 0.8em;
	text-align: center;
}

#category-box a{
	white-space: nowrap;	
}

#category-box a#category-active,
#category-box a#group-active{
	color:#FF0000;
	text-decoration: none;
}

#category-box a#category-active:hover,
#category-box a.group:hover{
	color: #4B0082;
	text-decoration: underline;
}

#category-box a.group{
	color: #708090;
	text-decoration: underline;
}
/*------------------------------------------------------------------------
		NEWS
------------------------------------------------------------------------*/
#mainblock table#record-table-news{
	margin: 0 auto 0 auto;
	width: 100%;
}

#mainblock table#record-table-news td{
	vertical-align: top;
}

#mainblock table#record-table-news td#nav{
	width: 200px;
}
/*div for navigation type of news and rest of news*/
#record-table-news div.news-nav,
#record-table-news div.news-article{
	width: 200px;/*same width as max width in list.php (news)*/
	font-size: 0.8em;
	margin-bottom: 5px;
}

#record-table-news div.news-article{
	background-color: #EFEFEF;
	height: 230px;
	float: left;
	margin-right: 10px;
}

#record-table-news div.news-nav{
	background-color: #FFFFFF;
	height: auto;
}

/*div for picture in news*/
#record-table-news .news-nav-pict,
#record-table-news .news-article-pict{
	width: 100%;
	text-align: center;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	background-color: #CED0CF;
}

#record-table-news .news-nav-pict{
	height: 60px;/*same height as max width in list.php (news)*/
}

#record-table-news h2{
	margin: 0;
	padding: 0 2px 1px 2px;
	font-size: 1em;
	border-bottom: 2px dotted;
}

#record-table-news .news-article h2{
	height: 30px;
	overflow: hidden;
}

#record-table-news h2 a{
	text-decoration: none;
	/*color: #104662;*/
	color: #000000;
}

#record-table-news h2 a:hover{
	text-decoration: underline;
	color: #fe8f00;
}

#record-table-news #nav h5,
#record-table-news .news-article h5{
	margin: 2px 0 2px 0;
	padding: 0;
	font-size: 0.8em;
	color: #000000;
	background-color: #D2D2D2;
	font-weight: normal;
}

#record-table-news .news-article h5{
	font-size: 1em;
}

#record-table-news .news-article .square{
	margin-right: 2px;
}

#record-table-news h5#navigator{
	background-color: #FFFFFF;
	color: #808080;
}

#record-table-news div.news-txt{
	margin: 0;
	padding: 0 2px 0 2px;
}

#record-table-news .news-article div.news-txt{
	height: 49px;
	overflow: hidden;
}

#record-table-news p.news-more{
	text-align: right;
	margin: 0;
	padding: 0 2px 0 0;
}

#record-table-news p.news-more a{
	font-size: 0.8em;
	font-weight: bold;
	color: #8FA5B3;
}

#record-table-news p.news-more a:hover{
	color: #FFA500;
}
/*------------------------------------------------------------------------
		DETAIL
------------------------------------------------------------------------*/
.detail,
.iframe-detail{
	margin-bottom: 10px;
	font-size: 0.8em;
	clear: both;
}

.iframe-detail{
	margin-right: 10px;
	margin-left: 10px;
}

.detail table,
.iframe-detail table{
	width: 100%;
}

.detail-txt table{
	width: auto;
}

/*headline of article*/
.detail .detail-headline,
.iframe-detail .detail-headline{
	background-color: #FAAC16;
	padding-left: 5px;
	margin-bottom: 6px;
	height: 1.7em;
	clear: both;
}

/*headline - h1 of article*/
.detail .detail-headline h1,
.iframe-detail .detail-headline h1{
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	display: inline;
}

.detail .detail-pict-box,
.iframe-detail .detail-pict-box{
	width: 200px;
	text-align: center;
	float: right;
	background-color: #DEDEDE;
	padding-top: 0.2em;
	margin-bottom: 2px;
}

.detail .detail-pict-box .pict-preview-box,
.detail .detail-pict-box .pict-preview-box2,
.iframe-detail .detail-pict-box .pict-preview-box,
.iframe-detail .detail-pict-box .pict-preview-box2{
	background-color: #858585;
	float: left;
	width: 64px;
	height: 64px;
	text-align: center;
	margin: 0 0 4px 0;
	padding: 0px;
	overflow: hidden;
}

.detail .detail-pict-box .pict-preview-box2,
.iframe-detail .detail-pict-box .pict-preview-box2{
	margin: 0 4px 0 4px;
}

.detail .detail-txt-box,
.iframe-detail .detail-txt-box{
	/*padding-right: 10px;*/
	text-align: justify;
	margin-right: 210px;
}

.detail .detail-pict-box,
.detail .detail-txt-box,
.iframe-detail .detail-pict-box,
.iframe-detail .detail-txt-box{
	vertical-align: top;
}

.detail-txt-cat{
	color: #999999;
}

.detail-next-table-tick{
	width: 18px;
}

.detail-txt{
	margin-top: 1em;
	margin-bottom: 1em;
}

.detail-pict-box img{
	margin-bottom: 5px;
}

/*detail - open in new window*/
.detail .detail-ico{ 
	text-align: right;
	padding-right: 5px;
	font-size: 0.9em;
}

.detail .detail-imgmap-pict,
.detail .detail-flash,
.detail .detail-quicktime,
.iframe-detail .detail-imgmap-pict,
.iframe-detail .detail-flash,
.iframe-detail .detail-quicktime{
	margin: 5px 0 5px 0;
	text-align: center;
}

.detail .row1,
.iframe-detail .row1{
	background-color: #F2F2DC;
}

.detail .row2,
.iframe-detail .row2{
	background-color: #FFFFFF;
}

.detail .ext-list-head,
.iframe-detail .ext-list-head{
	background-color: #EAE9C5;
}

.detail-pict-box .detail-map{
	position: relative;
}

.detail .eshop-price{
	font-size: 1.2em;
	color: #4682B4;
}

/*for include infotable*/
.inc-table{
	overflow: auto;
	padding-left: 5px;
	padding-right: 5px;
}

.detail .ergis-id,
.iframe-detail .ergis-id{
	float: right;
	width: 100px;
	font-size: 0.8em;
	text-align: right;
	overflow: hidden;
	margin-right: 3px;
	margin-top: 1px;
}

.detail-pict-box div.picture{
	padding: 5px 0 5px 0;
	clear: both;
}
/*------------------------------------------------------------------------
		TRAVEL AGENCIES
------------------------------------------------------------------------*/
.detail .travel-headrow{
	background-color: #FEEFD2;
}

.detail .travel-bodyrow{
	background-color: #F2F2DC;
}

.detail .travel-headrow td{
	padding: 5px;
}

.detail .travel-minmax-price{
	font-size: 1.2em;
	color: #E19300;
	font-weight: bold;
	text-align: right;
}
.detail .travel-bodyrow td{
	color: #808080;
	font-weight: bold;
	padding: 2px;
}
.detail .travel-price{  
	text-align: right;
}

.detail .travel-town{
	color: #808080;
	font-weight: bold;
}

.detail .travel-bodyrow .travel-moreinfo{
	vertical-align: bottom;
	text-align: right;
	font-weight: normal;
	padding: 5px;
}
/*------------------------------------------------------------------------
		SEE RELATED
------------------------------------------------------------------------*/
.article .see-related-headline,
.detail .see-related-headline,
.article .see-related-headline2,
.detail .see-related-headline2 {
	margin: 15px 0 5px 0;
	clear: both;
}

.article .see-related-headline,
.detail .see-related-headline,
.iframe-detail .see-related-headline
 {
	padding-left: 5px;
	background-color: #D2D2D2;
}

.iframe-detail .see-related-headline{
	margin-bottom: 5px;
}

.see-related-headline h3,
.see-related-headline2 h3 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	display: inline;
}
.detail .see-related-text,
.iframe-detail .see-related-text{
	font-size: 1.2em;
}
.article .see-related-text{
	font-size: 1em;
}
.article .see-related-headline h3,
.article .see-related-headline2 h3 {
	font-size: 1em;
}
/*------------------------------------------------------------------------
		PROMPT + INFO
------------------------------------------------------------------------*/
.result-prompt{
	background-color: #FBAD15;
	padding-left: 5px;
	margin: 5px auto 0 auto;
}

.result-prompt h3{
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	display: inline;
}

.result-info{
	font-size: 0.7em;
	margin: 3px 0 3px 0;
	
}

/*no of records info*/
.result-info .result-norecords{
	text-align: right;
}

/*icons for change list/gallery*/
.result-info .result-icons{
	float: left;
	color: #808080;
	padding-left: 5px;
}
.result-info .result-icons a{
	color: #8FA5B3;
}

.result-info .result-icons a:hover{
	color: #FFA500;
}
/*------------------------------------------------------------------------
		RESULTS - LIST & GALLERY
------------------------------------------------------------------------*/
/* TABLE WITH RECORDS */
table.record-list-places1,
table.record-gal-places1,
table.record-list-calendar1,
table.record-list-gallery1,
table.record-gal-gallery1,
table.record-list-municipalities1,
table.record-list-packages1,
table.record-list-routes1,
table.record-list-eshop1,
table.record-gal-eshop1,
table.record-list-towns1,
table.record-list-vrgallery1,
table.record-list-extlinks1,
table.record-list-travel1,

/*see related*/
table.record-related-routes1,
table.record-related-places1,
table.record-related-calendar1,
table.record-related-towns1,
table.record-related-municipalities1,
table.record-related-region1,
table.record-related-packages1,
table.record-related-eshop1,
table.record-related-vrgallery1,
table.record-related-gallery1{
	width: 100%;
	margin: 0 auto 0 auto;
}

table.record-list-calendar1 .result-headline,
table.record-related-calendar1 .result-headline{
	background-color: #FFAA00;
	font-size: 0.8em;
	text-align: center;
}
/* rest of setup - in style_records.css*/
/*------------------------------------------------------------------------
		SEARCH BOX & SEE RELATED FOR NAVID
------------------------------------------------------------------------*/
.search-box{
	font-size: 0.7em;
	padding: 3px 3px 3px 3px;
	margin: 5px 0px 0px 0px;
	border-bottom: 2px dotted;
	border-left: 2px dotted;
}

.search-box h5{
	font-size: 1.2em;
	margin: 0px;
	padding: 0px;
	color: #CA0000;
}
.search-box h6{
	font-size: 1em;
	margin: 2px 0px 2px 0px;
	padding: 0px;
}

.search-box .search-inputs,
.search-box .search-inputs2{
	font-size: 1em;
}

.search-box .search-inputs{
	width: 140px;
}

.search-box .input-group{
	color: #0000FF;
}

.search-box .form-button{
	text-align: center;
	margin-bottom: 8px;
}
/*------------------------------------------------------------------------
		PLANER for holiday
------------------------------------------------------------------------*/
#planer{
	font-size:1em;
}

#planer .search-inputs{
	font-size: 0.9em;
}
/*------------------------------------------------------------------------
		CART BOX for eshop
------------------------------------------------------------------------*/
.cart-box{
	font-size: 0.7em;
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 5px 0px;
	background-color: #FEEFD2;
}

.cart-box h5{
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	color: #808080;
}
/*------------------------------------------------------------------------
		eshop
------------------------------------------------------------------------*/
.form-shop-amount,
.form-shop-amount-total{
	border: none;
	text-align: right;
}

.form-shop-amount-total{
	font-weight: bold;
}
/*------------------------------------------------------------------------
		ERGIS COLUMN
------------------------------------------------------------------------*/
#ergis-column{
	border-right: 2px dotted;
}
/*------------------------------------------------------------------------
		ERGIS SPACER
------------------------------------------------------------------------*/
#ergis-spacer{
	height: 80px;
	margin: 0px 0px 5px 0px;
}
/*------------------------------------------------------------------------
		ERGIS LOGO
------------------------------------------------------------------------*/
#ergis-logo{
	text-align: center;
	padding: 25px 0 25px 0;
	font-size: 0.6em;
}
/*------------------------------------------------------------------------
		ERGIS COUNTER - counter.cnw.cz
------------------------------------------------------------------------*/
#ergis-counter{
	font-size: 0.7em;
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 5px 0px;
}
#ergis-counter h5{
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	color: #808080;
	text-align: left;
}

#ergis-counter div{
	text-align: center;
	margin-bottom: 5px;
}
/*------------------------------------------------------------------------
		FOOT
------------------------------------------------------------------------*/
/*foot - setup of backgroundcolor in index.php*/
#footline{
	width: 100%;
	position: relative;
	clear: both;
	font-size: 0.8em;
}
/*------------------------------------------------------------------------
		FOOTBLOCK - CONTENT
------------------------------------------------------------------------*/
/*content in footline*/
#footblock{
	width: 100%;
	/*margin-left: 150px;
	margin-right: 150px;*/
	text-align: center;
	position: absolute;
	top: 25px;
	left: 0px;
}
/*------------------------------------------------------------------------
		PHOTO ALBUM
------------------------------------------------------------------------*/
#photo-album{
	width: 100%;
	min-width: 490px;
	text-align: center;
	margin: 0 auto 10px auto;
}

#photo-album #photo-preview{
	height: auto;
	padding: 10px 10px 0 10px;
	background-color: #DADADA;
	border-bottom: 2px dotted #8E5541;
	overflow: auto;
}

#photo-album #photo-preview table{
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	text-align: center;
}

#photo-album #photo-preview table td.preview-pict{
	height: 90px;
	width: 90px;
	text-align: center;
	vertical-align: middle;
	background-color: #ACA9B0;
	border-left: 10px solid #DADADA;
	border-right: 10px solid #DADADA;
}

#photo-album #photo-name{
	background-color: #FEAB0F;
	text-align: left;
	padding: 0 10px 0 10px;
	margin: 0 0 5px 0;
	position: relative;
}

#photo-album #photo-name h1{
	margin: 0;
	padding: 0;
	font-size: 0.8em;
}

#photo-album #photo-name #id{
	position: absolute;
	right: 0;
	top: 0;
	margin-right: 10px;
	font-size: 0.8em;
}

#photo-album #photo-box{
	background-color: #AAAAAA;
	padding: 5px;
	border-bottom: 2px dotted #E7C182;
}
/*------------------------------------------------------------------------
		ERROR PAGE
------------------------------------------------------------------------*/
#error-page {
	font-size: 0.7em;
}

#error-page h1{
	color: #FFA500;
}
/*------------------------------------------------------------------------
		HOLIDAY PLANNER
------------------------------------------------------------------------*/
#planner-head{
	font-size: 1.1em;
	text-align: center;
	padding-bottom: 2em;
}

#planner-head span{
	border-bottom: 2px solid #FAAC16;
	padding-bottom: 1px;
}

#planner-head span strong#active{
	color: #F22223;
}
/*------------------------------------------------------------------------
		BREADCRUMBS NAVI
------------------------------------------------------------------------*/
#breadcrumbs-navi{
	font-size: 0.7em;
	margin-bottom: 0.5em;
}
/*------------------------------------------------------------------------
		SURVERY ARCHIVE
------------------------------------------------------------------------*/
.survey-archive{
	font-size: 0.7em;
	margin-bottom: 25px;
}

.survey-archive h6{
	margin: 0 0 3px 0;;
	font-size: 1.2em;
}
/*------------------------------------------------------------------------
		CALENDAR OF FREE PLACES
------------------------------------------------------------------------*/
.cal-table{
	text-align: center;
}

.cal-today{
	color: #0000FF;
	font-weight: bold;
}

.cal-weekend{
	font-weight: bold;
}
/*------------------------------------------------------------------------
		RATING SYSTEM
------------------------------------------------------------------------*/
div.rating-article{
	border-bottom: 1px dotted #808080;
	margin-bottom: 20px;
	margin-top: 5px;
}

div.rating-navi{
	text-align: center;
}
div.rating-article div.rating-head{
	background-color: #F2F2DC;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px dotted #808080;
}
div.rating-article div.rating-head table th{
	font-size: 0.7em;
	font-weight: normal;
	text-align: left;
}
div.rating-article p.rating-txt{
	border-top: 1px dotted #808080;
}

div.rating-article td.question,
table.rating-survey td.question{
	border-bottom: 1px dotted #808080;
}
/*------------------------------------------------------------------------
		GOOGLE MAP SYSTEM
------------------------------------------------------------------------*/
#google-map{
	width: 95%;
	height: 600px;
	margin: 10px auto 10px auto;
	font-size:0.9em;
}

#google-map .google-infobox{
	width: 220px;
	margin: 0px auto 0px auto;
}

#google-map h2{
	margin: 0;
	padding: 0;
	font-size:1em;
}

.google-textbox{
	width: 100px;
	overflow: hidden;
	float: left;
	margin-right: 3px;
	font-size:1em;
}

.google-textbox2{
	font-size: 1em;
	width: 220px;
}