/*
=DIALOG(ue) BOX
*/
.dialogue {
	position:absolute;
	z-index:6000;
	width:338px;
	padding-bottom:31px;
	overflow:hidden;
	background:transparent url(/cimg/dialogue_bottom.png) no-repeat 0 100%;
}
.dialogue .body {
  position:relative;
	padding:10px 17px;
	background:url(/cimg/dialogue_body.png) repeat-y 0 0;
}

#map .dialogue .body p,
#map .dialogue .body h4 {
	font-size: 0.9em;
}

.dialogue .body h4 {margin-bottom: 0.3em;}

.dialogue h3 {
	position:relative;
	padding:7px 17px 4px;
	background:transparent url(/cimg/dialogue_top.png) no-repeat 0 0;
}
.dialogue h3 span {display:inline}
.dialogue_loading h3 span {
  padding-left:20px;
  background:url(/cimg/time_indicator.gif) no-repeat 0 50%;
}
.dialogue .close {
	display:block;
	position:absolute;
	top:7px;
	right:12px;
	width:8px;
	height:9px;
	background:transparent url(/cimg/symbol_close.gif) no-repeat 0 0;
	text-indent:-9000px;
	text-decoration:none;
}
.dialogue fieldset {margin-top:1em}
#map .dialogue fieldset {margin-top:0}
.dialogue legend {font-weight:bold}
.dialogue label {
	display:block;
	margin-top:.7em
}
.dialogue input,
.dialogue textarea {
	display:block;
	width:300px;
}
.dialogue .routeFormField {width:140px}
.routeLabel {
  margin-right:1em;
  width:30px;
  font-weight:bold;
} 
.dialogue .changeDirection a {
  padding-left:1.2em;
  background:url(/cimg/icons/arrows.gif) 0 50% no-repeat;
}
.dialogue input.checkbox,
.dialogue .submit input {
  width:auto;
  margin-top:10px;
  margin-bottom:10px;
}
.dialogue input.checkbox {
  display:inline;
  margin-bottom:0;
}
.dialogue #dialogForm input.submitbutton {width:auto}

.dialogue .vcardBox,
.dialogue .infobox {
	padding:1em;
	border:1px solid #ccc;
	background-color:#f9f9f9;
}
.dialogue .infobox .toggle_info {
  display:block;
  margin-top:.5em;
}

/* Put this in the component dialog later on */
#yp #sendButton, 
#map #sendButton, 
#person #sendButton, 
#person .addressbook-button {
	width:auto !important;
}
/* Call us for free function */
#client {
	display:inline;
	float:left;
	margin-right:5px;
	width:225px;
}
.errorMsg {color:#f60}