/* Overlay */
#notificationsOverlay {
	background-color:#eee;
	position:fixed;
	width:100%;
	height:100%;
	opacity:0.5;
	z-index:1001;
	top:0;
	right:0;
}

/* Container */
#notificationsContainer {
	width:450px;
	font-family: Verdana, Arial, Helvetica 'Trebuchet MS',sans-serif !important;
	font-weigth:normal !important; 
	background:#1c1c1c;
    opacity: 0.88;
    filter: alpha(opacity=85);
	color:white !important;
	position:fixed;
	z-index:1002;
}


.gcms_confirm_header {
	width:100%;
	font-size:1.5em;
	font-weight:bold;
	font-variant: small-caps;
	color:white !important; /* The color should be inherited, but this doesn't work in IE6 */  
}

.gcms_confirm_header td{
	padding:0.2em;
	border:0;
	white-space:nowrap;
}

.gcms_confirm_header td:first-child {
	background:url("../images/titlebar.gif") repeat-x;
	width:100%;
	background-position:10px;
}


a.modalCloseX,
a.modalCloseX:link,
a.modalCloseX:active,
a.modalCloseX:visited {
	border:0;
	text-decoration: none;
	color: #C0C0C0;
}

a.modalCloseX img{
	border:0;	
}


.gcms_confirm_message {
	text-align:center;
	margin:0;
	padding:12px 4px;
	font-size:12px;
}


.gcms_confirm_buttons {
	float:right;
	padding:10px 8px 0;
	margin-bottom: 8px;
}

.gcms_confirm_buttons div {
	background-image: url("../images/gradient.gif");
	background-repeat: repeat-x;
	float:right;
	margin:8px;
	width:7em;
	text-align:center;
	border:1px solid #bbb;
	cursor:pointer;
}

.scriptlessBox{
	left:50%;
	margin-left:-225px;
	top:25%;
	padding:2em;	
}

.gcms_confirm_message table{
	margin:auto;
}

.gcms_confirm_message td{
	border:0;
	padding:.4em;
	text-align: left;
}


.gcms_confirm_message input {
	border: 1px solid white;
	color: white;
	background-image: url("../images/gradient.gif");
	background-repeat: repeat-x;
	background-color: #444444	
}

.gcms_confirm_message input[type=text], .gcms_confirm_message input[type=password] {
	width:250px;
}

.gcms_confirm_message input[disabled] {
	border-color: #aaa;
	color: #aaa;	
}

.gcms_confirm_message td:first-child {
	text-align: right;
	font-size: 10pt;
}

.gcms_confirm_message .gcms_validation_error {
	color:yellow;
}
.gcms_confirm_message input.gcms_validation_error, .gcms_confirm_message textarea.gcms_validation_error {
	color:inherit;
	border-color:yellow;
}

