/*********************** FOR CUSTOM EDITOR SELECTOR ************************/

/* border for images with class = border_img  */

.border_img { 
	border: 4px solid #936b00;
}
.readon {}

/* design of paragraph with class = error */

p.error {
    display: block;
    background: #FAE8E8 url(error.gif) 10px 7px no-repeat;
    color: #CD3301;
    border-top: 2px solid #CD3301;
    border-bottom: 2px solid #CD3301;
    padding: 10px 15px 10px 45px;
    text-align: justify;
}

/* design of paragraph with class = tips */

p.tips {
    display: block;
    background: #ECF2FE url(tips.gif) 10px 7px no-repeat;
    color: #63A5FF;
    border-top: 2px solid #63A5FF;
    border-bottom: 2px solid #63A5FF;
    padding: 10px 15px 10px 45px;
    text-align: justify;
}

/* design of paragraph with class = info */

p.info {
    display: block;
    background: #FDF6E4 url(info.gif) 11px 7px no-repeat;
    color: #E48049;
    border-top: 2px solid #E48049;
    border-bottom: 2px solid #E48049;
    padding: 10px 15px 10px 45px;
    text-align: justify;
}

.quote {
	background: url(quote.png) top right no-repeat;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 70px 10px 10px;
	display: block;
	border: 2px solid #936b00;
}