div.message {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	
	padding: 10px 10px 10px 34px;
	margin-top:5px;
    margin-bottom:10px;
    color: #000000;
	line-height: 18px;

	border: 1px solid #AEC5E3;
}

div.message.info {
	background:#D8F8CB url(../images/icon/info.gif) no-repeat 10px 10px;
    border-color: #B8DFA8;
}

div.message.error {
    background:#FFE3E3 url(../images/icon/negative.png) no-repeat 10px 10px;
    border-color: #E38282;
}

div.message.alert {
    background:#FFE3E3 url(../images/icon/alert.png) no-repeat 10px 10px;
    border-color: #E38282;
}

div.message.positive {
    background:#D8F8CB url(../images/icon/positive.png) no-repeat 10px 10px;
    border-color: #B8DFA8;
}

div.message.send {
    background:#FFFFCC url(../images/icon/send.png) no-repeat 10px 10px;
    border-color: #B8DFA8;
}

div.message.attention {
    background: #FFC url(../images/icon/attention.gif) no-repeat 10px 10px;
    border-color: #FC6;
}


