﻿
/*Highlight boxes*/
.brownBox{float:right; padding: 5px 10px 5px 10px; border: #582909 10px solid;background: #a89080 no-repeat 100% 4px;MARGIN: 20px 0px 0px;}
.yellowBox{float:right; padding: 5px 10px 5px 10px; border: #f39912 10px solid;background: #fde6c4 no-repeat 100% 4px;MARGIN: 20px 0px 0px;}
.blueBox{float:right; padding: 5px 10px 5px 10px; border: #c3dcf1 10px solid;background: #ebf0f4 no-repeat 100% 4px;MARGIN: 20px 0px 0px;}
.tealBox{float:right; padding: 5px 10px 5px 10px; border: #006871 10px solid;background: #b3ccce no-repeat 100% 4px;MARGIN: 20px 0px 0px;}