/* OpenID icon style */
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;
}

/* Unpublished */
.system-unpublished {
    background: #e8edf1;
    border-top: 4px solid #c4d3df;
    border-bottom: 4px solid #c4d3df;
}

/* System Messages */
#system-message {
    margin-bottom: 20px;
    padding: 0;
}

#system-message dt {
    font-weight: bold;
}

#system-message dd {
    margin: 0;
    font-weight: bold;
}

#system-message dd ul {
    -moz-border-radius: 5px;
    margin-bottom: 10px;
    list-style: none;
    padding: 10px 40px 0 10px;
    border: 3px solid #84A7DB;
}

/* System Standard Messages */
#system-message dt.message {
    display: none;
}

#system-message dd.message {
    margin-bottom: 10px;
	zoom: 1;
	
}
#system-message dd.message ul {
	color: #c00;
	background: #c0d2e8 url(../../system/images/notice-info.png) 99% center no-repeat;;
}
#system-message dd.message li {
    background: url(../../system/images/bullet_blue.png) right 3px no-repeat;
	border-right: 1px dotted #e7edf4;
	padding: 2px 15px 2px 0;
	margin-bottom: 10px;
	color: #333 !important;
}

/* System Error Messages */
#system-message dt.error {
    display: none;
}
#system-message dd.error ul {
    color: #c00;
    background: #E6C0C0 url(../../system/images/notice-alert.png) 99% center no-repeat;
    border-color: #DE7A7B;
}
#system-message dd.error ul li {
    background: url(../../system/images/bullet_red.png) right 3px no-repeat;
	border-right: 1px dotted #F6DDDD;
	padding: 2px 15px 2px 0;
	margin-bottom: 10px;
}

/* System Notice Messages */
#system-message dt.notice {
    display: none;
}
#system-message dd.notice ul {
    color: #c00;
    background: #EFE7B8 url(../../system/images/notice-note.png) 99% center no-repeat;
    border-color: #F0DC7E;
}
#system-message dd.notice ul li {
    background: url(../../system/images/bullet_yellow.png) right 3px no-repeat;
	border-right: 1px dotted #fff;
	padding: 2px 15px 2px 0;
	margin-bottom: 10px;
}

/* System Success Messages */
#system-message dt.success {
    display: none;
}
#system-message dd.success ul {
    color: #c00;
    background: #cfefb8 url(../../system/images/notice-success.png) 99% center no-repeat;;
    border-color: #7ab371;
}
#system-message dd.success ul li {
    background: url(../../system/images/bullet_green.png) right 3px no-repeat;
	border-right: 1px dotted #fff;
	padding: 2px 15px 2px 0;
	margin-bottom: 10px;
}

/* Debug */
#system-debug {
    color: #ccc;
    background-color: #fff;
    padding: 10px;
    margin: 10px;
}

#system-debug div {
    font-size: 11px;
}

