/* CSS Document */

/* border for images with class = border_img  */
.border_img{ 
	margin: 5px; padding: 0;
	border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	}
/* CSS Document */

/* design of paragraph with class = error */
p.error {
    display: block;
    background: #ffeaea url(../images/error.gif) 10px 8px no-repeat;
    color: #e56363;
	font-weight: bold;
    border-top: 1px solid #e56363;
    border-bottom: 1px solid #e56363;
	border-left: 1px solid #ef9090;
	border-right: 1px solid #ef9090;
    padding: 10px 15px 10px 40px;
    text-align: justify;
	}

/* design of paragraph with class = tips */
p.tips {
    display: block;
    background: #f4fdff url(../images/tips.gif) 15px 8px no-repeat;
    color: #63A5FF;
	font-weight: bold;
    border-top: 1px solid #8bd4ea;
    border-bottom: 1px solid #8bd4ea;
	border-left: 1px solid #b5e1ec;
	border-right: 1px solid #b5e1ec;
    padding: 10px 15px 10px 40px;
    text-align: justify;
	}

/* design of paragraph with class = info */
p.info {
    display: block;
    background: #fffcd8 url(../images/info.gif) 11px 8px no-repeat;
    color: #E48049;
    border-top: 1px solid #eae333;
    border-bottom: 1px solid #eae333;
	border-left: 1px solid #f3ee7a;
	border-right: 1px solid #f3ee7a;
    padding: 10px 15px 10px 40px;
    text-align: justify;
	}
	
	
.quote {
	color: #787878;
	border: 1px solid #787878;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	padding: 10px;
	font-weight: bold;
	display: block;
}

