body
{
	margin: 0;
	padding: 0;
	color: #555;
	font: normal 10pt Arial,Helvetica,sans-serif;
	background-color: #e2e2e2 !important;
}

#page
{
        position: absolute;
        top: 10px;
	bottom: 10px;
        left: 10px;
        right: 10px;
        width: auto;
        height: auto;
        overflow: hidden;
	background-color: #f2f2f2;
}

#header
{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: auto;
        height: 41px;
        background-color: #377CA8;
        border: 1px solid #18496A;
        border-bottom: 2px solid #18496A;
}

#logo
{
        margin-top: 8px;
        margin-left: 40px;
	font-size: 22px;
        font-weight: bolder;
        color: #e1f8ff;
        text-shadow: 2px 2px #264409;
}

#footer
{
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: auto;
        height: 24px;
        padding-top: 6px;
	font-size: 10px;
	text-align: center;
        background-color: #555555;
        color: #fefefe;
        border: 1px solid #18496A;
	border-top: 2px solid #18496A;
}

#content
{
        position: absolute;
        top: 43px;
        bottom: 26px;
        left: 0;
        right: 0;
        height: auto;
        width: auto;
        background-color: #f2f2f2;
        padding: 40px;
        font-size: 12pt;
        border-top: none;
        border-bottom: none;
        border-left: 1px solid #18496A;
        border-right: 1px solid #18496A;
}

#loginDialog
{
        position: absolute;
        top: 50%;
        left: 50%;
        width: 400px;
        height: 240px;
        margin-left:  -200px;
        margin-top: -150px;
}

#loginDialog input.span3
{
        width: 330px;
}

#loginDialog button.btn
{
        width: 120px;
        float: right;
        margin-top: 16px;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

.error_msg
{
    
}

.error_msg p
{
    margin-top: 20px;
}