/*Ahadesign CSS*/
input.system-openid, input.com-system-openid {
   background: url(http://openid.net/login-bg.gif) no-repeat;
   background-color: #fff;
   background-position: 0 50%;
   color: #000;
   padding-left: 18px;
}
.system-unpublished {
background: #fff;
border-top: 4px solid #000;
border-bottom: 4px solid #000;
}
#system-message    { 
	margin-bottom: 10px; 
	padding: 0;
	}
#system-message dt { 
	font-weight: bold; 
	}
#system-message dd { 
	margin: 0; 
	font-weight: bold; 
	text-indent: 30px; 
	}
#system-message dd ul { 
	color: #808000; 
	margin-bottom: 10px; 
	list-style: none; 
	padding: 10px; 
	border-top: 3px dashed #808000; 
	border-bottom: 3px dashed #808000;
	}
#system-message dd ul li:hover {
	color: #000;
	}
#system-message dt.message { 
	display: none; 
	}
#system-message dd.message ul li {
	color:#CA9300;
	border: 2px dashed #825F00;
	}
#system-message dd.message ul li:hover {
	color:#825F00;
	border: 2px dashed #CA9300;
	}
#system-message dt.error { 
	display: none; 
	}
#system-message dd.error ul { 
	color: #f00; 
	background-color: #CA9300; 
	border-top: 3px solid #825F00; 
	border-bottom: 3px solid #825F00;
	}
#system-message dt.notice { 
	display: none; 
	}
#system-message dd.notice ul { 
	color: #f00; background: #CA9300; border-top: 3px solid #825F00; border-bottom: 3px solid #825F00;}
#system-debug     { 
	color: #666; 
	background-color: #fff; 
	padding: 10px; 
	margin: 10px; 
	}
#system-debug div { 
	font-size: 11px;
	}