blockquote.notify {
    background-color: #ffffb3;
    margin-right: 260px;
    margin-left: 80px;
    text-align: center;
    font-size: 13px;
    font-style: italic;
    color: indianRed;
    padding-top: 10px;
    padding-bottom: 10px;
    
    margin-bottom: 20px;
    margin-top: 16px;
    background-image: url(/style/images/clip.png);
    background-repeat: no-repeat;
    background-position: 7px 7px;
}

div.entry .date {
    margin-right: 8px;
    padding-right: 3px;
    padding-left: 3px;
    font-weight: bold;
    font-size: 12px;
    margin-top: -8px;
    
    background-color: #ffffb3;
    border: 1px dotted black;
}

div.entry .footer {
    text-align: right;
    border-top: 1px solid black;
    font-weight: bold;
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 8px;
    padding-bottom: 4px;
    
    font-size: 14px;
}

div.entry ul {
	border-top: 1px solid gray;
	border-left: 4px solid tomato;
	border-bottom: 1px solid gray;
	border-right: 2px solid gray;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 28px;
	padding-right: 8px;
	margin-left: 10px;
	width: 74%;
	background-color: #FFFFCF;
}