/* border for images with class = border_img  */
.border_img{ border: 4px solid #936b00; float: left; margin: 0px 15px 10px 0; vertical-align: top; }
.moduletable .border_img{
	margin: 0 0 10px 0;
	float: none;
}
.readon{}

/* design of paragraph with class = error */
p.error {
    display: block;
    background: #FAE8E8 url(../images/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 = error */
p.tips {
    display: block;
    background: #ECF2FE url(../images/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 = error */
p.info {
    display: block;
    background: #FDF6E4 url(../images/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(../images/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;
}


