.trans 
{ 
	
}

.panel-popup
{
	FILTER: alpha(opacity=70);
	BACKGROUND-COLOR: gray;	
	opacity: 0.7;


	/*min-width:1000px;*/
	/*min-height:720px;*/
	
	height: 100%;
	_height: expression(document.body.clientHeight);
	
	width: 98%;	
	left: 0px;

	position: fixed;
	_position: absolute;
	
	z-index: 10000;
}

.popup-dialog
{
	top: 5%; left: 25%; 
	position: absolute;
	z-index:10001;
	background-color: Black;
	background-image:url('../images_/netmining_bg.jpg');
	display:block;
	width: 618px;
	height: 385px;
	position: absolute;
	}

img.popUpKiaLogo
{
	width: 141px; 
	height: 26px;
	behavior: url(/Images_/iepngfix.htc);	
}

.popUpButtonClose
{

	width: 31px; 
	height: 10px;
	behavior: url(/Images_/iepngfix.htc);	
}

#popup
{
	
	/*BACKGROUND-COLOR: gray;	*/
	
	
	background-color: Black;
	display:block;
	width: 618px;
	height: 385px;
	position: absolute;
	z-index: 10001;
}

#div-title-bar
{
	text-align: right;
	background-image:url("../Images_/titlebar.png");
	height:69px;
	padding-right:12px;
}

#div-title-bar-pnl-succeed
{
	text-align: right;
	background-image:url("../Images_/titlebar.png");
	height:60px;
	padding-right:12px;
}

#div-title-text, #div-title-text-pnl-succeed
{
	text-align: left;
	padding-left:12px;
	font-size:14px;
	font-family:arial;
	font-weight: bold;
	color:white;

}

#div-left
{
	float: left;
	text-align: left;
	font-size:12px;
	font-family:arial;
	font-weight: normal;
	color:white;
}

#div-left-pnl-succeed
{
	padding-left: 15px;
	float: left;
	text-align: left;
	font-size:12px;
	font-family:arial;
	font-weight: normal;
	color:white;
}

#div-right, #div-right-pnl-succeed
{
	float: right;
	text-align: left;
	padding-right: 15px;
	font-size:12px;
	font-family:arial;
	font-weight: normal;
	color:white;
}



#div-right input, .tbComments
{
	background-color: Black;
	border: solid 1px white;
	color: White;
	height: 18px;
	width: 200px;
}


#div-right select
{
	background-color: white;
	width: 202px;
}

.button-submit
{
	margin-top:10px;
	padding-top:5px;
	background-color: #AA001D;
	cursor: default;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
	font-size:14px;
	font-family:arial;
	font-weight: bold;
	color:white;
}

.button-submit:hover
{
	text-decoration: none;
}

.validation-asterisk
{
	color: Red;
}

#table-right tr td
{
	vertical-align: middle;
}

#table-right-pnl-succeed tr td
{
	vertical-align: middle;
}