/*********************************************************************/
/* Software Styles                                                   */
/*********************************************************************/

.error       {background: url(images/error.png) 10px 12px no-repeat #FCCAC1; border: 1px solid #EB5439; color: #565656; display: none; margin: 1em 0; min-height: 55px; padding: 0 10px 0 55px;}
.information {background: url(images/information.png) 12px 10px no-repeat #D1E4F3; border: 1px solid #4D8FCB; color: #565656; display: none; margin: 1em 0; min-height: 55px; padding: 0 10px 0 55px;}
.success     {background: url(images/success.png) 10px 12px no-repeat #EFFEB9; border: 1px solid #98C700; color: #565656; display: none; margin: 1em 0; min-height: 55px; padding: 0 10px 0 55px;}
.warning     {background: url(images/warning.png) 10px 12px no-repeat #FFE9AD; border: 1px solid #FAB418; color: #565656; display: none; margin: 1em 0; min-height: 55px; padding: 0 10px 0 55px;}

/* IE Min Height Hacks */
* html .error,
* html .information,
* html .success,
* html .warning      {height: expression(this.scrollHeight < 56 ? "55px" : "auto" );}

label span {font-weight: 400;}

/* Link Styles */
span.clickAction {color: #2C47B7; text-decoration: none;}
span.clickAction:hover   {color: #C00; text-decoration: underline;cursor: pointer;}