#save_search_dialog {
	position: absolute;
	display: none;
	top: 300px;
	left: 420px;
	width: 300px;
	height: 120px;
	border:1px solid #808080;
}

#ssd_header {
	height: 25px;
	background-image: url('../img/header.gif');
	cursor: move;
}

#ssd_header span {
	float: left;
	font-weight: bold;
	font-size: 13px;
	color: #000000;
	margin-left: 8px;
	margin-top: 4px;
}
#ssd_header img {
	margin-top: 4px;
	margin-right: 4px;
	float: right;
	cursor: pointer;
}

#ssd_content {
	height: 95px;
	background-color: #f2f2f2;
	text-align: left;
	padding-left: 10px;
}

.ssd_content_span {
	padding-top: 10px;
	padding-right: 10px;
}

input.button_red {
	float: right;
	margin-right: 2px;
}

input.button_gray {
	float: right;
	margin-left: 2px;
}