﻿/* File Created: December 13, 2012 */
.error { border: 2px solid rgb(238, 211, 215); 
         background-color:rgb(242, 222, 222); 
         color:rgb(185, 74, 72); 
         padding:5px; 
         text-shadow: 0px 1px 0px rgba(255,255,255, 0.5);
         margin:4px 0px;
         border-radius: 4px; }
         
fieldset legend { padding:0px 6px; }