/* CSS Document */

#img a{
	border: 0;
}
#fck, #fckImg {
	padding: 5px;
	background-color: #f5f5f5;
	background-color: rgba(245, 245, 245, 0.6);
	border: solid 1px #929292;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webit-border-radius: 3px; 
	box-shadow: 5px 5px 5px #888;
	-moz-box-shadow: 1px 1px 3px #555;
	-webkit-box-shadow: 5px 5px 5px #888;
}
#fck{
	display: none;
}
#fck:hover, #fckImg:hover {background-color: rgba(245, 245, 245, 1);}
#fck a, #fckImg a {
	padding: 3px 5px;
	border: solid 1px transparent;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	float: left;
	display: block;
	text-align: center;
}
#fck a:hover, #fckImg a:hover {
	border: solid 1px #bea881;
	background-color: #fff2cb;
	background: -moz-linear-gradient(top, rgba(255, 251, 239, 1), rgba(255, 220, 87, 1));
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webit-border-radius: 3px;
}
	
#preview1, #preview2{
	width: 625px;
	border: 2px dotted #C0C0C0;
	margin-bottom: 20px;
}

#mask {
  position:fixed;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  width: 100%;
  height: 100%;
}

 
#boxes .window {
  left: 20%;
  top: 50px;
  position:absolute;
  width:770px;
  display:block;
  z-index:9999;
}

#boxes #dialog {
  width:770px; 
  padding:3px;
  background-color:#a0a0a0;
}

.close{display:block; text-align:right;}

.thumb{
	float: left;
	text-align:center;
	width: 115px;
}
.thumb img{
	border: 0;
}
.thumb a{
	color: #000;
	text-decoration: none;
}
#thumbsImgs{
	background-color: #fff;
	border: 1px #909090 solid;
	float: left;
	height:: 300px;
	overflow: auto;
	padding:3px;
	position:relative;
	width: 580px;
}

#caixaFechar{
	float: left;
	margin: 0 0 0 3px;
	width: 177px;
}

.linkCaixaFechar a{
	background-color: #C0C0C0;
	border: 1px #C0C0C0 solid;
	color: #000;
	display: block;
	margin-bottom: 2px;
	padding: 3px;
	text-decoration: none;
}

.linkCaixaFechar a:hover{
	background-color: #a0a0a0;
	border: 1px #C0C0C0 solid;
}