/* CSS Document */

/* border for images with class = border_img  */
.border_img{ border: solid 1px #646629; margin: 5px;}
/* CSS Document */

/* design of paragraph with class = error */
p.error {
	 display: block;
   color: #a54f45;
	font-weight: bold;
	font-size: 11px;
	line-height: 17px;
	background: url(../images/error.gif) left center no-repeat #b4a69d;
	padding: 15px 50px;
	border: 1px solid #923c30;
	margin-bottom: 15px;
}

/* design of paragraph with class = tips */
p.tips {
	 display: block;
    color: #114d5a;
	font-weight: bold;
	font-size: 11px;
	line-height: 17px;
	background: url(../images/tips.gif) left center no-repeat #adb3ab;
	padding: 15px 50px;
	border: 1px solid #47787a;
	margin-bottom: 15px;
}

/* design of paragraph with class = info */
p.info {
    display: block;
    color: #aa9516;
	font-weight: bold;
	font-size: 11px;
	line-height: 17px;
	background: url(../images/message.gif) left center no-repeat #b4b391;
	padding: 15px 50px;
	border: 1px solid #a6a222;
	margin-bottom: 15px;
}

/* design of paragraph with class = quote */

.quote {
	color: #827147;
	background: #4f503b;
	margin-bottom: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	padding: 10px;
	font-weight: bold;
	border: 1px solid #474833;
}

.green { 
	background: #312e11;
	padding: 15px;
}

span.highlight {
	font-weight: bold;
	padding: 2px 3px;
	color: #999;
	background: #eee;
}