﻿/* errors */
#executionErrorImage
{
    background-image: url(images/error/system_error.gif);
    width: 176px;
    height: 176px;
    float: left;
}

#executionError404Image
{
    background-image: url(images/error/404.gif);
    width: 176px;
    height: 176px;
    float: left;
}

#executionErrorSessionEnd
{
    background-image: url(images/error/session_end.gif);
    width: 176px;
    height: 176px;
    float: left;
}

#executionErrorAccessDenied
{
    background-image: url(images/error/access_denied.gif);
    width: 176px;
    height: 176px;
    float: left;
}

#executionErrorMessage
{
    color: Red;
    height: 153px;
    font-size: 12pt;
    margin-left:180px;
}

#continueAfterError
{
    text-align: left;
    margin-left:0px;
}

.btnError
{
	width: 109px;
	height: 28px;
    background: url(images/SignUp.gif) no-repeat 0 3px;
    border: none;
    cursor: pointer;
	font-size: 11pt; 
	font-weight: bold;
	color: #f2f3ee;
	font-family: Times New Roman;

}

