/* - - - - - - - - - - - - - - - - - - - - -

Title : Default CSS for Lightbox Gone Wild
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

*{
	margin:0;
	padding:0;
}
body{
	margin:30px 0 30px 0;
	text-align:right;
}

p{
	margin:0 0 1em 0;
}
a{
	color: #71cef5;
	text-decoration: none;
}
a img{
	border:none !important;
}
#container{
	margin:0 auto;
	width:600px;
	padding:40px;
	text-align:left;
	background-color:#fff;
}
#container ul{
	text-align:center;
	margin:0 0 30px 0;
	list-style:none;
}
#container ul a{
	border:1px solid #eee;
	background-color:#f5f5f5;
	color:#444;
	font-size:1.5em;
	line-height:2em;
	padding:20px;
	margin:0 0 20px 0;
	display:block;
}
#container ul a:hover{
	border:1px solid #B5DF99;
	background-color:#CDEFB6;
	color:#358610;
}

#lightbox h2{
	margin:0 0 1em 0;
}
#lightbox h3{
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	padding-bottom: 10px;
}
#lightbox.done p{
	color:#333;
}

#form{
	text-align:left;
	margin:25px;
}
#form ul{
	list-style:none;
}
#form li{
	margin:0 0 1em 0;
}
#form textarea{
	width:100%;
	height:150px;
}

#definition{
	margin:25px;
	overflow:auto;
}
.highlight{
	background-color:#FEFFAF;
}

.titulos {
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	line-height:1.3em;
	padding-bottom: 10px;
	}
.blue {
	color: #71cef5;
	font-weight: bold;
	font-size: 12px;

}

.imgl {
  float: left;
  padding-right: 5px;
  padding-bottom: 5px;
}
.imgr {
  float: right;
  padding-left: 5px;
  padding-bottom: 5px;
}

.txt {
	text-align: left;
	font-size: 12px;
	line-height:1.5em;
	font-style: normal;
	font-weight: normal;
}

.txt_it {
	text-align: left;
	font-size: 10px;
	line-height:1.2em;
	font-style: italic;
	}

#x {
	position:relative;
	right:20px;
	top:10px;
	width:20px;
	height:20px;
	text-align: right;
}

._back {
	position:absolute;
	right:30px;
	top:10px;
	width:19px;
	height:20px;
}
