.message_bar { width: 800px; padding: 10px; background-color: #deffcc; border: solid 1px #71b200; clear: both;}
.message_bar strong { background-image: url(/images/success_msg_icon.gif); background-repeat: no-repeat; padding-left: 20px; color: #333333;}
.error_bar strong { background-image: url(/images/error_msg_icon.gif);  }
.error_bar {background-color: #ffc3b2; border-color: #b20011;} 
.right { float: right; position: relative;}


.sublink  { color: blue; text-decoration: underline;}

div.buttonbar  { margin: 0; margin-bottom: 5px; width: 100%; padding: 1px; position: relative; height:21px; background-color: #666; border: solid 1px darkgray; }
div.buttonbar ul { list-style: none; float: right; margin: 0; }
div.buttonbar ul li { display: inline; }
div.buttonbar input { font-size: 8pt; background-image: url(/images/btn_bg.gif); border: 1px solid black; height: 20px; text-transform: uppercase;}
div.buttonbar input:hover {background-color: white; cursor: pointer; color: white; border: 1px solid white;}
