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

.cottage_nw {
	background: transparent url(cottage/left-top.png) no-repeat 0 0;			
	width:25px;
	height:77px;
}

.cottage_n {
  background: transparent url(cottage/top-middle.png) repeat-x 0 0;			
  height:77px;
}

.cottage_ne {
  background: transparent url(cottage/right-top.png) no-repeat 0 0;			
  width:26px;	  
  height:77px;
}

.cottage_w {
  background: transparent url(cottage/frame-left.png) repeat-y top left;			
  width:25px;
}

.cottage_e {
  background: transparent url(cottage/frame-right.png) repeat-y top right;			
  width:26px;	  
}

.cottage_sw {
  background: transparent url(cottage/bottom-left.png) no-repeat 0 0;			
  width:25px;
  height:56px;
}

.cottage_s {
  background: transparent url(cottage/bottom-middle.png) repeat-x 0 0;			
  height:56px;
}

.cottage_se, .cottage_sizer  {
  background: transparent url(cottage/bottom-right.png) no-repeat 0 0;			
  width:26px;
  height:56px;
}

.cottage_sizer {
	cursor:se-resize;	
}

.cottage_close {
	width: 20px;
	height: 17px;
	background: transparent url(cottage/button-close-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:15px;
	right:25px;
	cursor:pointer;
	z-index:1000;
}

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

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

.cottage_title {
	height:52px;
	font-family: Tahoma, Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	padding:0;
	margin-top:25px;
	color:#666666;
	background:  url(cottage/ld-titre.gif) no-repeat 0 0;
}

/*  hack title */
.headtitle {
	display: block;
	position: relative;
	float: right;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

.headtitle a {
	outline:0;
}

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

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

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

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

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

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

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



