/*html {
    height: 100%;
}
body {
    height: 100%;
    margin: 0;
    padding: 0;
}*/
#map-canvas {
    height: 300px;
    width: 100%;
}
#search-box{
    width: 100%;
    height: 100%;
    float: left;
}
#search-box form label {
	width: 130px;
	height: 30px; 
	display: block;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
	background: url("/img/www/skad_jedziesz.png") no-repeat scroll 0 0 transparent;
	text-indent: -10000px;
	overflow: hidden;
	position: absolute;
	left: 16px;
	top: 9px;
}
#search-box form div{
    margin: 10px 0;
    width: 100%;
}
#address2 {
	left: 15px;
	position: absolute;
	top: 50px;
	width: 564px;
}
#submit, #submit2{
	border: none;
	margin: 0;
	padding: 0;	
	width: 134px;
	height: 23px;	
	display: block;
	background: none repeat scroll 0 0 #9c102e;
	color: #fff;
	cursor: pointer;
	position: absolute;
	right: 9px;
	bottom: 17px;	
}
#search-box .success, #search-box .error{
    width: 75%;
    margin: 10px auto;
    display: none;
    padding: 5px;
    text-align: center;
    border: 1px solid;
}
.success{
    background-color: #1f871f;
    border-color: #29b029;
    color: #ffffff;
}
.error{
    background-color: #900000;
    border-color: #c30000;
    color: #ffffff;
}
form{
/*    padding:10px;
    margin: 10px;
    border: 1px solid #ddd;*/
}
/*#panel{
    width: 100%;
    height: 600px;
    background-color: #eee;
}*/
#directions-panel {
/*    height: 600px;*/
/*    float: right;*/
    width: 100%;
    overflow: auto;
}
div#directions-panel div.adp div.adp-legal {
    font-size: 11px;
}
table.adp-directions {
    font-size: 13px;
}

div#podstrona div#search-box form div {
	border: #ADADAF solid 1px;
    height: 90px;    
    width: 100%;
    background: url("/img/www/tlo_trasa.gif") repeat-x scroll left top transparent;
    position: relative;    
}