
	html, body {
                /* NEUTRALIZE 'layout container' styles */
        overflow:   visible         !important;
        width:              auto            !important;
        height:             auto            !important;
		
	}
	.ui-layout-pane ,
	.ui-layout-resizer ,
	.ui-layout-toggler {
		display:	none !important;
	}
	
	.ui-layout-pane-center {
		display:	block		!important;
		background:	transparent	!important;
		border:		0			!important;
		padding:	0			!important;
		position:	relative	!important;
		top:		auto		!important;
		bottom:		auto		!important;
		left:		auto		!important;
		right:		auto		!important;
		width:		auto		!important;
		height:		auto		!important;
		overflow:	visible		!important;
	}


#service {display:none;}
form {display:none;}

.gmap_holder { width: 700px; }

/* gmap */

    #map_text {
    width:260px ;
    display:block;
    }

     #map_canvas {
     width: 400px;
     height: 800px;
     border: 2px solid gray ;
     display:block;
     }
