.overlay_s2s {
	background-color: #85BBEF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.s2s_nw {
	background: transparent url(s2s/left-top.gif) no-repeat 0 0;
  width:6px;
  height:23px;
}

.s2s_n {
  background: transparent url(s2s/top-middle.gif) repeat-x 0 0;
  height:23px;
}

.s2s_ne {
  background: transparent url(s2s/right-top.gif) no-repeat 0 0;
  width:6px;
  height:23px;
}

.s2s_w {
  background: transparent url(s2s/frame-left.gif) repeat-y top left;
  width:3px;
}

.s2s_e {
  background: transparent url(s2s/frame-right.gif) repeat-y top right;
  width:3px;
}

.s2s_sw {
  background: transparent url(s2s/bottom-left-c.gif) no-repeat 0 0;
  width:5px;
  height:7px;
}

.s2s_s {
  background: transparent url(s2s/bottom-middle.gif) repeat-x 0 0;
  height:7px;
}

.s2s_se, .s2s_sizer  {
  background: transparent url(s2s/bottom-right-c.gif) no-repeat 0 0;
  width:5px;
  height:7px;
}

.s2s_sizer {
	cursor:se-resize;
}

.s2s_close {
	width: 23px;
	height: 23px;
	background: transparent url(s2s/button-close-focus.gif) no-repeat 0 0;
	position:absolute;
	top:0px;
	right:11px;
	cursor:pointer;
	z-index:1000;
}

.s2s_minimize {
	width: 23px;
	height: 23px;
	background: transparent url(s2s/button-min-focus.gif) no-repeat 0 0;
	position:absolute;
	top:0px;
	right:55px;
	cursor:pointer;
	z-index:1000;
}

.s2s_maximize {
	width: 23px;
	height: 23px;
	background: transparent url(s2s/button-max-focus.gif) no-repeat 0 0;
	position:absolute;
	top:0px;
	right:33px;
	cursor:pointer;
	z-index:1000;
}

.s2s_title {
	float:left;
	height:14px;
	font-size:14px;
	text-align:center;
	margin-top:2px;
	width:100%;
	color: white;
}

.s2s_content {
	overflow:auto;
	color: #eee;
	font-family: Tahoma, Arial, sans-serif;
  	font: 12px arial;
	background: black;
}

/* For alert/confirm dialog */
.s2s_window {
	border:1px solid #F00;
	background: black;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.s2s_message {
  font: 12px arial;
	text-align:center;
	width:100%;
	padding-bottom:10px;
}

.s2s_buttons {
	text-align:center;
	width:100%;
}

.s2s_buttons input {
	width:20%;
	margin:10px;
}

.s2s_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #FFF url('alert/progress.gif') no-repeat center center
}

.s2s_wired_frame {
	background: black;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.review {
	color: white;
}
