/*GLOBAL*/
.ErrorMessage {text-align:center; margin-top:5%;}
.ContainerErrorMessage {-moz-border-radius: 10px; border-radius: 10px; padding:8px; margin-left:auto; margin-right:auto; width:70%; border:solid 1px #ccc; background-color:#eef0f3; line-height:28px; background-position:24 15; padding-left:90px; text-align:left; background-repeat:no-repeat;}
.HeaderErrorMessage {font-family:Arial,Helvetica,sans-serif; color:#888888; font-size:20px;}
.ErrorMessage {font-family:Arial,Helvetica,sans-serif; color:#262525; font-size:13px;}
.ErrorMessage a {text-decoration:none; font-size:13px;}
.ErrorMessage a:hover {text-decoration:underline; font-size:13px;}

/*CUSTOM ERROR IMAGES*/
.ContainerErrorMessage.Login {background-image:url(/error/images/errorLogin.gif);}
.ContainerErrorMessage.ServerError {background-image:url(/error/images/error500.gif);}
.ContainerErrorMessage.PageNotFound {background-image:url(/error/images/error404.gif);}
.ContainerErrorMessage.Uc {background-image:url(/error/images/uc.gif);}
.ContainerErrorMessage.accesDenied {background-image:url(/error/images/accesDenied.gif);}
