.dlgwrap {
	width: 350px; 
	margin: 10px auto 10px auto;
}

.dlgicon {
	position: absolute;
	margin: 3px 0px 0px 6px;
}

.dlginner {
	padding: 6px 0px 6px 0px;
}

.dlgcontrol {
	color: #000;
	font-size: 12px; 
	line-height: 14px;
	text-transform: none;
	font-family: Trebuchet MS, sans-serif; 
	font-style: normal;
	font-weight: normal;
}

.dlgsegment {
	font-size: 12px; 
	line-height: 14px;
	color: #000;
	text-align: justify;
	text-transform: none;
	font-family: Trebuchet MS, sans-serif; 
	font-style: normal;
	font-weight: normal;
	padding: 6px 24px 6px 24px;
}

.dlgcaptionR {
	height: 22px;
	font-size: 12px; 
	line-height: 22px;
	background-color: #600;
	color: #FFF;
	text-align: left;
	text-transform: uppercase;
	font-family: Trebuchet MS, sans-serif; 
	font-style: normal;
	font-weight: bold;
	padding: 0px 6px 0px 26px;
}

.dlgcaptionG {
	height: 22px;
	font-size: 12px; 
	line-height: 22px;
	background-color: #060;
	color: #FFF;
	text-align: left;
	text-transform: uppercase;
	font-family: Trebuchet MS, sans-serif; 
	font-style: normal;
	font-weight: bold;
	padding: 0px 6px 0px 26px;
}

.dlgcaptionB {
	height: 22px;
	font-size: 12px; 
	line-height: 22px;
	background-color: #006;
	color: #FFF;
	text-align: left;
	text-transform: uppercase;
	font-family: Trebuchet MS, sans-serif; 
	font-style: normal;
	font-weight: bold;
	padding: 0px 6px 0px 26px;
}

.dlgcaptionY {
	height: 22px;
	font-size: 12px; 
	line-height: 22px;
	background-color: #FC0;
	color: #FFF;
	text-align: left;
	text-transform: uppercase;
	font-family: Trebuchet MS, sans-serif; 
	font-style: normal;
	font-weight: bold;
	padding: 0px 6px 0px 26px;
}

.dlgbodyR {
	background-color: #FDD;
	border-left: 2px solid #600;
	border-right: 2px solid #600;
	border-bottom: 2px solid #600;
}

.dlgbodyG {
	background-color: #DFD;
	border-left: 2px solid #060;
	border-right: 2px solid #060;
	border-bottom: 2px solid #060;
}

.dlgbodyB {
	background-color: #DDF;
	border-left: 2px solid #006;
	border-right: 2px solid #006;
	border-bottom: 2px solid #006;
}

.dlgbodyY {
	background-color: #FFC;
	border-left: 2px solid #FC0;
	border-right: 2px solid #FC0;
	border-bottom: 2px solid #FC0;
}