﻿#noscript-bg, #dialog-bg {
    background-color:black;
    height:100%;
    left:0px;
    opacity:0.7;
    position:fixed;
    top:0px;
    width:100%;
    z-index:9999;
}

#noscript-text {
    background:transparent url(../images/logo.gif) no-repeat scroll center top;
    color:#FFFFFF;
    font-size:18px;
    left:0px;
    line-height:1.5em;
    padding-top:120px;
    position:absolute;
    text-align:center;
    top:20%;
    width:100%;
    z-index:10000;
}

#dialog
{
    position: absolute;
	left: 30%;
	width:40%;
	overflow: hidden;
	background-color: #fff;
    z-index:1000000;
}

#dialog-header h3
{
    font-size:16px;
    margin:0 0 0 0;
    padding:4px 0 4px 32px;
}

#dialog.error #dialog-header
{
    background: #FDE3E4 url(../images/cross.png) no-repeat 8px 6px;
    color:#E42325;
    border-bottom:1px solid #E42325;
}

#dialog.error
{
    border:1px solid #E42325;
}

#dialog.info #dialog-header
{
    background: #D3E0F0 url(../images/information.png) no-repeat 8px 6px;
    color:#33559F;
    border-bottom:1px solid #33559F;
}

#dialog.info
{
    border:1px solid #33559F;
}

#dialog p
{
    font-size:0.8em;
    margin:4px 0;
    padding:0 8px 0 8px;
}

#dialog ul
{
    font-size:0.8em;
    list-style-type:disc;
    margin: 8px 0 8px 0;
    padding:0 0 0 0;
}

#dialog ul li
{
    padding:2px 0;
    margin-left:30px;
}   

#dialog-closelink
{
    display:block;
    width:70px;
    text-align:center;
    margin:8px;
    text-decoration:none;
    padding:3px;
    color:#666666;
    border:1px solid #666666;
    font-size:12px;
}

a.error
{
    background: url(../images/cross.png) no-repeat top left;
    height:16px;
    width:16px;
    display:none;
    float:right;
    margin-right:143px;
}

div.wide-row a.error
{
	margin-right:127px;
}

*+ html div.wide-row a.error
{
	margin-right:133px;
}

div.changedetail a.error
{
	margin-right:140px;
}