/* 
Document   : form
Created on : Apr 3, 2009, 9:57:25 AM
Author     : Henning
Description:
Purpose of the stylesheet follows.
*/

/* 
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

label {
   font-size: 110%;
   font-weight: normal;
}

.errors {
   color: #ff0033;
   font-size: 120%;
}

.error-message {
   /*background-image: url(/images/error_icon.png);*/
   background-image: url(/images/icon_status_fail_26x26.gif);
   background-repeat: no-repeat;
   background-color:#fde8e7;
   background-position:15px 1em;
   padding-left:45px;
   padding-right:17px;
   width:90%;
   padding-top:1em;
   padding-bottom:1em;
   border:2px solid #dfb9b7;
   margin-bottom:5px;
   margin-top:5px;
}

.error-message p {
   padding: 0px;
   margin: 0px;
   font-size: 120%;
}

.success-message {
   background-image: url(/images/icon_status_success_26x26.gif);
   background-repeat: no-repeat;
   background-color:#e6f8dd;
   background-position:15px 1em;
   padding-left:45px;
   padding-right:17px;
   width:90%;
   padding-top:1em;
   padding-bottom:1em;
   border:2px solid #bbdfaa;
   margin-bottom:5px;
   margin-top:5px;
}

.success-message p {
   padding: 0px;
   margin: 0px;
   font-size: 120%;
}
