/* CSS Document */

/* border for images with class = border_img  */
.border_img{ border: solid 1px #e7ddbd; margin: 5px;}
/* CSS Document */

/* design of paragraph with class = error */
p.error {
	 display: block;
   color: #a3a3a3;
	font-weight: bold;
	font-size: 11px;
	line-height: 17px;
	background: url(../images/error.gif) left center no-repeat #eeeeee;
	padding: 15px 50px;
	border: 1px solid #a09f9a;
	margin-bottom: 15px;
}

/* design of paragraph with class = tips */
p.tips {
	 display: block;
    color: #464646;
	font-weight: bold;
	font-size: 11px;
	line-height: 17px;
	background: url(../images/tips.gif) left center no-repeat #f2f2f2;
	padding: 15px 50px;
	border: 1px solid #b6b4ab;
	margin-bottom: 15px;
}

/* design of paragraph with class = info */
p.info {
    display: block;
    color: #848484;
	font-weight: bold;
	font-size: 11px;
	line-height: 17px;
	background: url(../images/message.gif) left center no-repeat #e5e5e5;
	padding: 15px 50px;
	border: 1px solid #8b8b8b;
	margin-bottom: 15px;
}

/* design of paragraph with class = quote */

.quote {
	color: #827147;
	background: #d5c9a5;
	margin-bottom: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	padding: 10px;
	font-weight: bold;
}

.beige { 
	background: #d5c9a5;
	padding: 10px;
}

span.highlight {
	font-weight: bold;
	padding: 2px 3px;
	color: #999;
	background: #eee;
}