#left, #right { float:left; }
#right { width:320px; }
#right .box1, #left .box1 { margin:0 0 20px 0; }
#left { width:638px; margin-right:20px; }
#map { border:1px solid #ccc; -webkit-border-radius:5px; -khtml-border-radius:5px; -moz-border-radius:5px; border-radius:5px; padding:5px; background-color:#f3f3f3; background-image:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e5e5)); background-image:-webkit-linear-gradient(top, #ffffff, #e5e5e5); background-image:-moz-linear-gradient(top, #ffffff, #e5e5e5); background-image:-ms-linear-gradient(top, #ffffff, #e5e5e5); background-image:-o-linear-gradient(top, #ffffff, #e5e5e5); background-image:linear-gradient(to bottom, #ffffff, #e5e5e5); height:300px; margin:0 0 20px 0; }
#left .box1 .ui-widget { margin-bottom:20px; }