/* CSS Document */

.wrap_addressAttribute td, .wrap_addressAttribute div, .wrap_addressAttribute p, .wrap_addressAttribute select, .wrap_addressAttribute input { color:#000000; font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
}


a:link { color:#0000cc;}
a:visited { color:#551a8b;}
a:active { color:#ff0000;}


.wrap_addressAttribute{
		  float:left;
		  clear:both;
		  width:380px;         
}


.wrap_street, .wrap_streetNumber, .wrap_streetLetter, .wrap_streetExtra, .wrap_co, .wrap_zip, .wrap_city, .wrap_po, .wrap_state, .wrap_region, .wrap_country, .wrap_longitude, .wrap_latitude {
		  float:left;
		  clear:both;
		  width:100%;          
		  margin-bottom:8px;
		  vertical-align:bottom;
		  display:inline;
}


/* COUNTRY */
.wrap_country {
	
}

.wrap_country .gwt-ListBox {
	
}


/* STREET */
.wrap_street {
	width:200px;
	clear:left;
	margin-right:10px;
}

.wrap_street .gwt-TextBox {
	width:200px;
}


/* STREETNUMBER */
.wrap_streetNumber {
	width:50px;
	clear:none;
	margin-right:10px;
}

.wrap_streetNumber .gwt-TextBox {
	width:50px;
}


/* STREETLETTER */
.wrap_streetLetter {
	width:50px;
	clear:none;
	margin-right:10px;
}

.wrap_streetLetter .gwt-TextBox {
	width:50px;
}


/* STREETEXTRA */
.wrap_streetExtra {
	width:50px;
	clear:right;
	float:left;
}

.wrap_streetExtra .gwt-TextBox {
	width:50px;
}


/* C/O */
.wrap_co {
	width:200px;
	clear:left;
	margin-right:10px;
}

.wrap_co .gwt-TextBox {
	width:200px;
}



/* POSTBOX */
.wrap_po {
	width:170px;
	clear:right;
	float:left;
}

.wrap_po .gwt-TextBox {
	width:170px;
}



/* ZIPCODE */

.wrap_zip {
	float:left;
	clear:left;
	width:140px;
	margin-bottom:8px;
	vertical-align:bottom;
	margin-right:10px;
}

.wrap_zip .gwt-TextBox {
	width:140px;
}

/* ZIPCODE POPUP */

.popup {
 	/* overflow-y: auto; 
 	overflow-x: hidden; */
	position: absolute; 
	width:100%;
}
.suggestScroll {
 	overflow-y: auto; 
 	overflow-x: hidden;
 	
 	height: 100px; 
	width: 240px; 
	padding:0px; 
	border: solid 1px #CCCCCC; 
	background-color:#f5f5f5;
}

.popup .gwt-Label, .popup .gwt-Label_selected, .popup .gwt-Label_white  {
	padding:3px;
	border-bottom:solid 1px #CCCCCC;
	cursor: pointer;
}

.popup .gwt-Label_selected{
	background-color:#FFFFCC;
	cursor: pointer;
}

.popup .gwt-Label_white{
	background-color:#FFFFFF;
	border:none;
}

.gwt-SuggestBoxPopup {
	text-align:left;
	cursor:hand;
	border:1px solid #666;
	border-top:0;
	background-color:#fff;
}

.gwt-SuggestBoxPopup .item {
	border:1px dotted #aaa;
	width:398px;
}

.gwt-SuggestBoxPopup .item-selected {
   background-color:#ffc;
}



/* CITY */

.wrap_city {
	float:left;
	clear:none;
	width:230px;
	margin-bottom:8px;
	vertical-align:bottom;
}

.wrap_city .gwt-TextBox {
	width:230px;
}



.gwt_label {
		  text-align:right;
		  width:100%;
		  vertical-align:bottom;
		  float:left;
		  padding-top:6px;
}
		 

/* STATE */
.wrap_state {
	width:200px;
	clear:right;
	float:left;
	
}

.wrap_state .gwt-TextBox {
	width:200px;
}



/* REGION */
.wrap_region {
	width:170px;
	clear:left;
	margin-right:10px;
}

.wrap_region .gwt-TextBox {
	width:170px;
}