/* - - - - - - - - - - - - - - - - - - - - -

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 ----- */


body{
    
	text-align:left;
	background-image:url(../../../images/back.jpg);
	font-size:80%;
	font-family:"Lucida Grande", Tahoma, sans-serif;
}
.txt {
	font-family: Geneva;
	font-size: 11px;
	color: #CCCCCC;
}

img { border: none; }

.header
{
	font-family: Times New Roman;
	font-size: 20px;
	color: #CCCCCC;
	}
p{
	
}
a{
	text-decoration:none; color: #CCCCCC;
}

}
#container{
margin-top: 30px;
	margin-left: 30px;
	width: 800px;
	text-align: left;
	background-image:url(../images/back.jpg);
	height: 600px; 
 
	
}
#container ul{
	text-align:left;
	list-style:none;
}
#container ul a{
	border:1px solid #eee;
	background-color: #333333;
	color:#444;
	font-size:1.5em;
	line-height:2em;
	padding:20px;
	margin:0 0 20px 0;
	display:block; list-style:none; 
}
#container ul a:hover{
	border:1px solid #B5DF99;
	background-color:#CDEFB6;
	color: #000000;
}

#lightbox h2{
	margin:0 0 1em 0;
}
#lightbox h3{
	color:#FF713F;
}
#lightbox.done p{
	color:#333;
}

#form{
	text-align:left;

}
#form ul{
	list-style:none;
}
#form li{
	margin:0 0 1em 0;
}
#form textarea{
	width:100%;
	height:150px;
}

#definition{
	margin:25px;
}
.highlight{
	background-color:#FEFFAF;
}
input { 
 background-color: #FFFFFF;
 border: #000000 1px;
 border: none;
font-family: arial;
font-size: 10px;
color: #000000;
}
select { 

	font-family: Arial, Helvetica, sans-serif;
 	font-size: 10px;
	color: #000000;

}

