/** Window */
.Window-contener {
	position:absolute;
  left:50px;
  top:50px;
  width:455px;
  border:5px solid #7483A2;
  background: white none repeat scroll 0 0;
  z-index:2000;
}

.Window-title {
  background:#EEF3FB none repeat scroll 0 0;
  border-color:#96A5C4;
  border-style:solid;
  border-width:0px 0 1px 0;
  padding:5px;
  font-size:14px;
  font-weight:bold;
  color:#5574B2;
}

.Window-body {
  border-bottom:1px solid #ccc;
  padding:10px;
  background: white none repeat scroll 0 0;
}

.Window-toolbar {
  background:#F2F2F2 none repeat scroll 0 0;
  padding:4px;
  text-align:right;
}

.Window-back {
  float:left;
}