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

.amex_nw {
  background: transparent url(amex/left-top.png) no-repeat 0 0;
  width:10px;
  height:40px;
}

.amex_n {
  background: transparent url(amex/top-middle.png) repeat-x 0 0;
  height:40px;
}

.amex_ne {
  background: transparent url(amex/right-top.png) no-repeat 0 0;
  width:10px;	  
  height:40px;
}

.amex_w {
  background: transparent url(amex/frame-left.png);
  width:7px;
  /*height: 272px;*/
}

.amex_e {
  background: transparent url(amex/frame-right.png);
  width:7px;	  
 /* height: 272px;*/
}

.amex_sw {
  background: transparent url(amex/bottom-left-c.png) no-repeat 0 0;
  width:7px;
  height:6px;
  line-height: 6px;
  font-size: 0px;
}

.amex_s {
  background: transparent url(amex/bottom-middle.png) repeat-x 0 0;
  height:6px;
  line-height: 6px;
  font-size: 0px;
}

.amex_s div {
  height:6px;
  line-height: 6px;
  font-size: 0px;
  width: 360px;
}

.amex_se, .amex_sizer  {
  background: transparent url(amex/bottom-right-c.png) no-repeat 0 0;
  width:7px;
  height:6px;
  line-height: 6px;
  font-size: 0px;
}

.amex_sizer {
	cursor:se-resize;	
}

.amex_close {
	width: 8px;
	height: 7px;
	background: transparent url(amex/button-close-focus.png) no-repeat 0 0;
	position:absolute;
	top:11px;
	right:11px;
	cursor:pointer;
	z-index:1000;
}

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

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

.amex_title {
	float:left;
	height:40px;
	line-height: 40px;
	text-align:left;
	width:100%;
	font-family:Arial;
/*	font-weight: bold; */
	font-size: 21px;
	color: #FFFFFF;
}

.amex_content {
	overflow: hidden;
	color: #FFFFFF !important;
    font-size: 12px;
    font-family: arial;
	background: #4C3613 url(amex/frame-middle.png) repeat-x !important;
	/*height: 270px;*/
}

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

.amex_message {
    font: 12px arial;
	width:100%;
	padding-bottom:10px;
}

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

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

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

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

iframe {
    background: none !important;
    overflow: hidden !important;
}

/*
#undefined_content {
    height: 150px!important;
}
*/