div.notice {
    }

#easyNotification{
	background: #fffed0;
	border: 2px solid #d4d287;
	color: #333;
    height: 20px;
	}

#easyNotification p {
    padding-top: 4px;
    padding-left: 14px;
    float: left;
    width: auto;
    font-size: 12px;
    line-height: 12px;
    }

#easyNotification span{
	float:right;
	cursor:pointer;
    background-image: url("../images/closeicon.gif");
    background-repeat: no-repeat;
    background-position: -2px 2px ;
    width: 18px;
    height: 20px;
	}	
