.modaldialog {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: #e4e4e4;
	visibility: hidden;
}

.content {
	padding: 6px .75em;
	overflow:auto;
}

.overlay{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 100%;
    z-index: 5000;
    background-color: #000000;
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.60;
    filter: alpha(opacity=60);
}

.searcharea{
    background-color: white;
    text-color: black;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5000;
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.90;
    filter: alpha(opacity=90);
}

.searchinput { color: #000000;  text-decoration: none; width: 100%;}
.searchinput { font-family: "Arial Cyr", "Arial", "Verdana"; font-size: 10px; }
.searchinput { fontfamily: "Arial Cyr", "Arial", "Verdana"; fontsize: 10px; }

