﻿/* GENERIC TEMPLATE DIALOG */

.dialog-header 
{
	opacity: 0.8;
	width:458px;
}

.dialog-top-left-bg {
	background-image:url(../../common/images/en/dialogs/top-left.png);
	width:9px;
	height:35px;
}

.dialog-top-right-bg {
	background-image:url(../../common/images/en/dialogs/top-right.png);
	width:40px;
	height:35px;
}

.dialog-title-bg {
	background-image:url(../../common/images/en/dialogs/top-mid.png);
	height:35px;
	width:409px;
}

.dialog-title {
	color:#ffffff;
	font-size:12px;
	font-family:Verdana;
	font-weight:bold;
}

.dialog-close-button {
	cursor:default;
	/*padding-top:-2px; */
}

.dialog-middle {
	background-color:#ffffff;
	font-size:12px;
	font-family:Arial;
}

.dialog-middle-left {
	background-image:url(../../common/images/en/dialogs/left.png);
	opacity: 0.8;
	width:7px;
}

.dialog-middle-right {
	background-image:url(../../common/images/en/dialogs/right.png);
	opacity: 0.8;
	width:7px;
}

.dialog-middle-text {
	color:#ff0000;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:5px;
	padding-right:5px;
}

.dialog-buttons {
	background-image:url(../../common/images/en/dialogs/bottom_content.gif);
	height:31px;
	padding-right:10px;
	padding-top:4px;
}

.dialog-buttons-padding {
	padding-left:8px;
}


.dialog-footer {
	opacity: 0.8;
	height:7px;
	width:458px;
}

.dialog-bottom-left {
	background-image:url(../../common/images/en/dialogs/bottom-left.png);
	width:9px;
	height:7px;
}

.dialog-bottom-middle {
	background-image:url(../../common/images/en/dialogs/bottom-mid.png);
	width:440px;
}

.dialog-bottom-right {
	background-image:url(../../common/images/en/dialogs/bottom-right.png);
	width:9px;
	height:7px;
}

.dialog-element textarea {
	width:312px;
	font-size:100%;
	border:1px solid #c6c6c6;
}
.dialog-element input.text {
	width:311px;
	border:1px solid #c6c6c6;
}

.dialog-element {
	float:left;
	width:100%;
	padding-top:2px;
}

.dialog-label {
	padding:0;
	margin:0;
	text-align:left;
	float:left;
	width:25%;
	font-weight:normal;
	color:#000000;
}

.dialog-input {
	text-align:left;
	float:right;
	width:74%;
}

/* THUMBNAIL SCREENSHOT DIALOG */

.dialog-title-bg-thumb {
	background-image:url(../../common/images/en/dialogs/top-mid.png);
	height:35px;
	width:600px;
}

.dialog-header-thumb
{
	filter:alpha(opacity=80);
	width:600px;
}

.dialog-footer-thumb {
	filter:alpha(opacity=80);
	height:7px;
	width:600px;
}

.dialog-bottom-middle-thumb {
	background-image:url(../../common/images/en/dialogs/bottom-mid.png);
	width:600px;
}