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

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 ----- */


#lightbox h2{
	margin:0 0 1em 25px;
	font-size:18px;
}

#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:150px;
	height:75px;
	border: 1px solid #0086B0;
}

#form input {
	width: 150px;
	border: 1px solid #0086B0;
		}

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