#test {
  width:100px;
  height:100px;
float:left;
  background:#123;
}
.overlay_dialog img { border: none; }

.overlay_dialog {
	background-color: #666666;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.dialog_nw {
	width: 9px;
	height: 23px;
	background: transparent url(default/top_left.gif) no-repeat 0 0;		
}

.dialog_n {
	background: transparent url(default/top_mid.gif) repeat-x 0 0;	
	height: 23px;
	width: 100%;
}

.dialog_ne {
	width: 9px;
	height: 23px;
	background: transparent url(default/top_right.gif) no-repeat 0 0;		
}

.dialog_e {
	width: 2px;
	height: 100%;
	background: transparent url(default/center_right.gif) repeat-y 0 0;	
}

.dialog_w {
	width: 2px;
	height: 100%;
	background: transparent url(default/center_left.gif) repeat-y 0 0;		
}

.dialog_sw {
	width: 9px;
	height: 19px;
	background: transparent url(default/bottom_left.gif) no-repeat 0 0;			
}

.dialog_s {
	background: transparent url(default/bottom_mid.gif) repeat-x 0 0;		
	height: 19px;
	width: 100%;
}

.dialog_se {
	width: 9px;
	height: 19px;
	background: transparent url(default/bottom_right.gif) no-repeat 0 0;			
}

.dialog_sizer {
	width: 9px;
	height: 19px;
	background: transparent url(default/sizer.gif) no-repeat 0 0;	
	cursor:se-resize;	
}

.dialog_close {
	width: 14px;
	height: 14px;
	background: transparent url(default/close.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	left:8px;
	cursor:pointer;
	z-index:2000;
}

.dialog_minimize {
	width: 14px;
	height: 15px;
	background: transparent url(default/minimize.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	left:28px;
	cursor:pointer;
	z-index:2000;
}

.dialog_maximize {
	width: 14px;
	height: 15px;
	background: transparent url(default/maximize.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	left:49px;
	cursor:pointer;
	z-index:2000;
}

.dialog_title {
	float:left;
	height:14px;
	font-size:12px;
	text-align:center;
	width:100%;
}

.dialog_content {
	overflow:auto;
	color: #DDD;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color:#123;
}

.top_draggable, .bottom_draggable {
  cursor:move;
}

/* DO NOT CHANGE THESE VALUES*/
.dialog {
	display: block;
 	font-family:Arial, Helvetica, sans-serif;
	position: absolute;
}

.dialog * {
	margin: 0px;
	padding:0px;
}

.dialog table  { border-collapse: collapse; border-spacing: 0; width: 100% }
.dialog td, th { padding: 0; }

/*FORM VALIDATION*/

input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.form_readonly, textarea.form_readonly {
border: 0px;
background-color:#FFFFFF;
} 

input.required, textarea.required , select.required{

	/*border: 1px solid #ccc;
	background-image:url(../required_star.gif);
	background-position:right;
	background-repeat:no-repeat;
*/
}

input.validation-failed, textarea.validation-failed, select.validation-failed {
	
	/*
	border: 1px solid #9c1a04;
	background-color:#efefef;
	background-image:url(../error.gif);
	background-position:right;
	background-repeat:no-repeat;
	*/
}
input.validation-passed, textarea.validation-passed {
	/*
	border: 1px solid #00CC00;
	background-image:url(../correct.gif);
	background-position:right;
	background-repeat:no-repeat;
*/
}

.validation-advice {
	margin: 1px 0;
	padding: 2px;
	color : #9C1A04;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*border:#9c1a04 dashed 1px;*/
	min-width:30px;
	text-align:left;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}



fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}

label {
	font-weight: bold;
}
.form-row {
	clear: both;
	padding: 0.5em;
}

.field-label {

}

.field-widget {

}


.autocomplete_div{
border:1px solid #00a8e6;
background-color:white;
position:relative;
}


ul.contacts  {
      list-style-type: none;
      margin:0px;
      padding-left:25px;
}

ul.contacts li.selected {
 background-color: #d1e3e0; 
}

li.contact {
      list-style-type: none;
      display:block;
      margin:0;
      padding:0px;
      height:32px;
 }


ul.dragdrop{
  padding:3px;
  list-style-image:none;
  list-style-type:none;
  margin:3px 0;

}


li.dragdrop_blue {
  /*background-color: #efefef;*/
  border:1px solid #cccccc;
  /*cursor:n-resize;*/

  margin:3px 0;
  padding:3px;
  list-style-image:none;
  list-style-type:none;
  

}



