/*------------------------------------ messages -------------------------------------*/
.response-msg {
    font-size:12px;
    margin: 10px 0 10px;
    padding: 6px 50px 10px 45px;
	position:relative;
}
.response-msg span {
    display: block;
    font-weight: bold;
    padding: 0 0 4px;
	text-align:left;
}
div.error {
    background: url(/images/messageIcon/error.png) no-repeat 10px 50% #F9E5E6;
    border: 1px solid #E8AAAD;
    color: #B50007;
}
.notice {
    background: url(/images/messageIcon/notice.png) no-repeat 10px 50% #F9F9E5;
    border: 1px solid #E8E3AA;
    color: #828400;
}
.inf {
    background: url(/images/messageIcon/info.png) no-repeat 10px 50% #E5ECF9;
    border: 1px solid #AAC6E8;
    color: #0055B5;
}
.success {
    background: url(/images/messageIcon/success.png) no-repeat 10px 50% #E9F9E5;
    border: 1px solid #B4E8AA;
    color: #1C8400;
}
.msgClose{
	position:absolute;
	width:24px;
	height:24px;
	top:6px;
	right:6px;	
	cursor:pointer;
	text-indent:-9999px;
}
.error .msgClose{
	background:url(/images/messageIcon/icoError.png) no-repeat;
}
.notice .msgClose{
	background:url(/images/messageIcon/icoNotice.png) no-repeat;	
}
.inf .msgClose{
	background:url(/images/messageIcon/icoInfo.png) no-repeat;	
}
.success .msgClose{
	background:url(/images/messageIcon/icoSuccess.png) no-repeat;	
}