.overlay_janelas {
	background-color: #F6F3EC;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.janelas_nw {
  background: transparent url(janelas/left-top.gif) no-repeat 0 0;			
  width:10px;
  height:25px;
}

.janelas_n {
  background: transparent url(janelas/top-middle.gif) repeat-x 0 0;			
  height:25px;
}

.janelas_ne {
  background: transparent url(janelas/right-top.gif) no-repeat 0 0;			
  width:10px;	  
  height:25px;
}

.janelas_w {
  background: transparent url(janelas/frame-left.gif) repeat-y top left;			
  width:7px;
}

.janelas_e {
  background: transparent url(janelas/frame-right.gif) repeat-y top right;			
  width:7px;	  
}

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

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

.janelas_se, .janelas_sizer  {
  background: transparent url(janelas/bottom-right-c.gif) no-repeat 0 0;			
  width: 7px;
  height: 7px;
}

.janelas_sizer {
	cursor:se-resize;	
}

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

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

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

.janelas_title {
	float:left;
	height:10px;
	font-size:10px;
	text-align:center;
	margin-top:-11px;
	width:100%;
	color: #fdd746;
	font-weight: bold;
}

.janelas_content {
	overflow:auto;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
    font: 12px arial;
	background:#fff;
}


.janelas_window {
	border:1px solid #F00;	
	background: #F6F3EC;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

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


.janelas_buttons {
	text-align:center;
	width:100%;
	margin: 0 auto;
}

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

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

.janelas_wired_frame {
	background: #F6F3EC;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;	
}