div.dw
{
	filter:alpha(opacity=95);
	-moz-opacity:.95;
	opacity:.95;
	z-index: 10000;	
	padding: 0px;
	font-family: Arial;
}

div.dialogwindow {
	background: #ffffff; /* panel light */
	display: block;
}

div.dw .modal-shadow
{
	background-color: black;
	filter:alpha(opacity=6);
	-moz-opacity:.06;
	opacity:.06;
	
}

div.dialogwindow label {
    display: block;
    width: 108px;
}

div.dialogwindow input,
div.dialogwindow select {
    display: block;
    width: 216px;
}

div.dialogwindow .titlebar {
    position: absolute;
    left: 0;
    top: 0;
    height: 32px;
    line-height: 32px;
    font-weight: bold;
    overflow: hidden;
}

div.dialogwindow .titlebar .title {
    padding-left: 6px;
    color: #ffffff;
}

div.dialogwindow .titlebar .x {
    position: absolute;
    right: 12px;
    top: 0;
}

div.dialogwindow .titlebar .x a {
    color: #FFF;
    font-weight: normal;
}

div.dialogwindow .modal-content {
    position: absolute;
    top: 32px;
    padding: 6px;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    color: #666666;
}

div.dialogwindow .modal-content p {
    margin-bottom: 8px;
}

div.dialogwindow .bottombar {
    position: absolute; 
    width: 100%;
    left: 0;
    bottom: 0;
    height: 32px;
}

div.dialogwindow .bottombar .content {
    padding-left: 6px;
    line-height: 32px;
    height: 32px;
}

div.dialogwindow .bottombar .content a {
    font-weight: normal;
    color: #ffffff;
}

div.dialogwindow .bottombar .button {
    background: #ffffff;
    width: 108px;
    height: 32px;
    position: absolute;
    right: 0; top: 0;
}

.normal {
    background: #999999;
    border: 1px solid #999999;
}

.error {
    border: 1px solid #cc0000;
    background: #cc0000; /* ID */
}

div#Notification { background-color: #fff; border: 1px solid #c00; }
div#Notification_label { background-color: #c00; color: #fff; font-weight: bold ; height: 20px; font-size: 10pt; }
div#Notification_label span.close { float: right; margin-right: 3px; }
div#Notification_label span.ftitle { margin-left: 4px; margin-top: 1px; }
div#Notification_form { padding: 12px; font-size: 9pt; line-height: 11pt; }
div#Notification_form span.action.cancel { font-size: smaller; float: right; }
