/* Last-Modified: 28/06/06 00:08:22 */
form {
	margin: 0px;
	padding: 0px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
}
input.button {
    margin: 0 0 3px 0;
    font-family: "Trebuchet MS",sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #007DC1;
}
.red {
	color: #FF0000;
}
#filter {
	background-color:#000;
	display:none;
	height:100%;
	left:0;
	opacity:0.5;
	position:absolute;
	top:0;
	width:100%;
	z-index:10;
	filter: alpha(opacity = 50);
}
#box {
    left: 0;
    top: 0;
    font-size: 1px;
    position: absolute;
    overflow: visible;
    z-index: 150;
    display: none;
}
#box .content {
    width: auto;
    margin: 0;
    padding: 10px;
}
.box .content {
    background-color: #fff;
    border: 3px solid #ccc;
    border-top: none;
}
.box .header {
    border-bottom: 1px solid #aaa;
    border-top: 1px solid #999;
    border-left: 3px solid #ccc;
    border-right: 3px solid #ccc;
    margin: 0;
    height: 22px;
    font-size: 12px;
    padding: 3px 0;
    color: #333;
}
.header {
  font-family:Arial,Helvetica,sans-serif;
  font-weight:normal;
  text-align:left;
}
.box .caption {
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
    padding-right: 20px;
}
.box .close { text-align: right; }
.box .close span { 
    font-size: 12px;
    cursor: pointer; 
}
.box .close img {
    cursor: pointer;
    padding: 0 3px 0 0;
}
