@media screen
{
.modalPopup
{	/*AjaxToolkit Modal Popup*/
	background-color: #ffffff;
	border: 2px solid #000000;
	width: auto;
	height: auto;
	position: relative;
	top: 200px;
	left: 200px; /*opacity:1; 	filter: alpha(opacity=100);*/
}
.PanelBackground
{	/*AjaxToolkit Modal Popup BackGround*/
	position: relative;
	top: 0px;
	right: 0px;
	border: 2px solid #dcdcdc;
	background-color: #ececec;
	overflow: auto;
	width: auto;
	height: auto;
	margin: 240px 250px 200px 0px;
	padding: 0px;
	text-align: -moz-center;
	!text-align: center;
	vertical-align: middle;
}
.modalBackground
{	/*BG*/
	background-color: #dcdcdc;
	width: 100%;
	height: 100%;
}
/*.modalBackground {/*AjaxToolkit Modal Popup BackGround
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	top: 0px;
	right:0px;
	opacity:0.2;
	filter: alpha(opacity=20);
}*/
.EditableCombobox
{	/* Editable dropdownlist properties*/
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	width: 138px; /*direction:ltr;*/
}
.OneColTDEditableCombobox
{	/* TD propertied that contains an Editable dropdownlist*/
	text-align: right;
	direction: ltr;
}

} /* end @media screen