.overlay_directv-alert {
	background-color: #357BAF;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.directv-alert_nw {
	display: none;
}
.directv-alert_n {
	display: none;
}
.directv-alert_ne {
	display: none;
}
.directv-alert_e {
	display: none;
}
.directv-alert_w {
	display: none;
}
.directv-alert_sw {
	display: none;
}
.directv-alert_s {
	display: none;
}
.directv-alert_se, .directv-alert_sizer {
	display: none;
}
.directv-alert_close {
	width:0px;
	height:0px;
	display:none;
}
.directv-alert_minimize {
	width:0px;
	height:0px;
	display:none;
}
.directv-alert_maximize {
	width:0px;
	height:0px;
	display:none;
}
.directv-alert_title {
	height:1px;
}
.directv-alert_content {
	color: #000;
    font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: hidden;
}
/* For alert/confirm dialog */
.directv-alert_window {
	background: #FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}
.directv-alert_message {
  font: 12px arial;
	width:100%;
	color:#F00;
}
.directv-alert_buttons {
	text-align:center;
	width:100%;
}
.directv-alert_buttons input {
	width:20%;
	margin:10px;
}
.directv-alert_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #FFF url('directv-alert/progress.gif') no-repeat center center
}
.dialog {
	overflow: auto;
	border: 1px solid black;
	padding: 2px;
	background-color: #fff;
}