/* Overlay */
#adresse-overlay {background-color:#000; cursor:wait;}

/* Container */
#adresse-container {
	width:240px;
	height:540px;
	left:50%;
	top:7%;
	margin-left:-210px;
	text-align:left;
	background-color:#FFF8DC;
	border:3px solid #ccc;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#6E6E6E;
}
#adresse-container .adresse-content {background-color:#FFF8DC;}
#adresse-container h1 {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	background-image:url(/images/h1.png);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left:16px;
	list-style:
}
#adresse-container br {clear:both;}
#adresse-container form { padding:0 0 6px 12px; margin:0;}
#adresse-container label {clear:left; display:block; width:80px; float:left; text-align:left; padding:3px 0px 4px 0px; font-weight:bold;}
#adresse-container .adresse-input {float:left; padding:2px; margin:2px; background:#eee; border:1px solid #fff; width:150px;}
#adresse-container .adresse-button {margin:4px 0 0 4px; cursor:pointer; height:24px; border:0; font-size:1em; font-weight:bold; color:#fff; text-align:center;}
#adresse-container .adresse-send {width:50px; background:url(/images/send.png) no-repeat;}
#adresse-container .adresse-cancel {width:65px; background:url(/images/cancel.png) no-repeat;}
#adresse-container a.modalCloseImg { background:url(../images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-14px; right:-18px; cursor:pointer;}
