
.debug {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	color: #006600;
}

.hidden {
   display: none;
}

.visible {
   display: inline;
}

/* ------------------------------------------------------------------ */
/* status bar round box */
.statusbar_container {
	margin-bottom:12px; 
	-moz-border-radius:10px; /*Firefox*/
	-webkit-border-radius:10px; /*Safari and chrome */
	border-radius:10px; /*CSS3*/
  /*	behavior: url(border-radius.htc); IE6, IE7, IE8*/
	display:block;
	background:url('images/exclamation.gif') no-repeat 10px center;
	padding: 13px 15px;
	background: #FEFCC1; text-align: left; font-weight: normal;
border: 5px solid #fefcab;	
/*#FEFCC1*/
}

.statusbar_container_ko {
	margin-bottom:12px; 
	-moz-border-radius:10px; /*Firefox*/
	-webkit-border-radius:10px; /*Safari and chrome */
	border-radius:10px; /*CSS3*/
  /*	behavior: url(border-radius.htc); IE6, IE7, IE8*/
	display:block;
	background:url('images/delete.gif') no-repeat 10px center;
	padding: 13px 15px;
	background: #FFCC66; text-align: left; font-weight: normal;
border: 5px solid #ffe8b9;
}
.statusbar_container_ok {
	margin-bottom:12px; 
	-moz-border-radius:10px; /*Firefox*/
	-webkit-border-radius:10px; /*Safari and chrome */
	border-radius:10px; /*CSS3*/
  /*	behavior: url(border-radius.htc); IE6, IE7, IE8*/
	display:block;
	background:url('images/accept.gif') no-repeat 10px center;
	border: 5px solid #e7f9e8;
	padding: 13px 15px;
	background: #d5f4d5; text-align: left; font-weight: normal;
}


.roundgroupbox
{	
margin: 4px 2px 0px 4px;
padding: 4px 8px 4px 8px;
color: #888;
display: inline-block;
min-height: 70px;
text-align: left;
 
border: 3px solid #CCCCCC;

	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;	
}

