DIV#popup-header{
	color: #FFFFFF;
	background: #336699;
	text-align: center;
	padding: 3px;
	position: relative;
}

DIV#popup {
	width: 300px;
	padding: 10px;
	margin: 0px;
	background: #C1D1E0;
/*	border: #336699 1px solid;*/
}

DIV#popup#close{
	position: absolute;
	top: 4px;
	right: 10px;
}

DIV#popup#close a{
	color: #ffffff;
	text-decoration: none;
}

DIV#popup#close a.hover{
	color: #ffffff;
	text-decoration: none;
}

DIV#popup TABLE{
	width: 100%;
}

DIV#popup input{
	font-size: 9px;
	line-height: 13px;
	border: #666666 1px solid;
}

DIV#popup TD{
	width: 50%;
	color: #FFFFFF;
}

DIV#popup TD.tdLeft{
	color: #336699;
	background: #C1D1E0;
	width: 50%;
	border-bottom: #7094b7 1px solid;
}

DIV#popup TD.tdRight{
	color: #336699;
	background: #C1D1E0;
	width: 50%;
	border-bottom: #7094b7 1px solid;
}

DIV#popup-header-expert{
	color: #FFFFFF;
	background: #990033;
	text-align: center;
	padding: 3px;
	position: relative;
}

DIV#popup-expert {
	width: 300px;
	padding: 10px;
	margin: 0px;
	background: #DBA6B8;
	border: #990033 1px solid;
}

DIV#popup-expert TD{
	width: 50%;
	color: #FFFFFF;
}

DIV#popup-expert TD.tdLeft{
	color: #990033;
	background: #DBA6B8;
	width: 50%;
	border-bottom: #B74C70 1px solid;
}

DIV#popup-expert TD.tdRight{
	color: #990033;
	background: #DBA6B8;
	width: 50%;
	border-bottom: #B74C70 1px solid;
}

DIV#popup-expert input{
	font-size: 9px;
	line-height: 13px;
	border: #666666 1px solid;
}
