@charset "UTF-8";
/* CSS Document */
table {	
	padding:5px;
}
.textInput {
	background:url(../images/bgtextfield.gif) repeat-x #f1f1f1;
	border:#333 solid 1px;
}
.textInput:focus {
	background:url(../images/bgtextfield.gif) repeat-x #f1f1f1;
	border:#FF8100 solid 2px;
}
#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #333;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
}
#box 
{
	display: none;
	position: absolute;
	top: 15%;
	margin:0 auto 0 auto;
	width: 500px;
	padding:10px;
	border: 1px solid #999;
	background:#f1f1f1;
	z-index:101;
	overflow: none;
}

