.artContent * {box-sizing: border-box;}
.artContent input#address{border: 1px solid #cacaca; color: #666666;    font-size: 13px;    margin: 10px 0;    padding: 20px; width:40%; border-radius:4px; float:left;}
.artContent input#submit{
    font-size: 13px;    
    margin: 10px 0;
    padding: 20px;
    color:#fff;
    cursor:pointer;
    width:15%;    
    float:left;
    margin-left:10px;
    font-weight:bold;
}
  .artContent .blue{
    background: #0b84b4;
  	background: #1aaee8; /* Old browsers */
    background: -moz-linear-gradient(top,  #1aaee8 0%, #0090c8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1aaee8), color-stop(100%,#0090c8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #1aaee8 0%,#0090c8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #1aaee8 0%,#0090c8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #1aaee8 0%,#0090c8 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #1aaee8 0%,#0090c8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aaee8', endColorstr='#0090c8',GradientType=0 ); /* IE6-9 */
  	border-radius:4px;
    border:1px solid #0f749b;
  	border-top:1px solid #81d8fb; 
  	text-shadow:1px 1px 1px #333;
  }
  
  .artContent .green{
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #00c51e 0%, #0ca223 100%) repeat scroll 0 0;
    border-color: #4ccc5f #03991a #096d18 #4ccc5f;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    padding: 7px 10px;
    border-radius: 4px;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    overflow: hidden;
    padding: 10px 15px;
    text-align: center;
    text-shadow: 1px 1px 1px #666;
    white-space: normal;
}
  
  .artContent input#submit.blue:hover{background: linear-gradient(to bottom, #0090c8 0%, #1aaee8 100%); /* W3C */}
  .artContent input#submit.green:hover{background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #0ca223 0%, #00c51e 100%) repeat scroll 0 0;}
  
	#map_canvas{width:918px; margin-top: 10px;}
  	#map_canvas .gm-style-iw div div{line-height: 24px; }
	#floating-panel {width:918px;  z-index: 5;  background-color: #fff;  padding: 5px; line-height: 30px; box-sizing:border-box;}
  
	#left-column {display: none;}
	#google_map_box{border-radius: 3px;border: 5px solid #03bf1f;padding:0!important;}
 	.artContent .inpost-info.fleft.pL20 {max-width: 400px;}
