div#examples {
	padding:				5px;
	background:				#333;
}

div.row {
	height:20px;
	font-size:9px;
	text-align:center;
	}
	div.row * { color:#92BDFA; border-color:#92BDFA; }
	div.row input, div.row select, div.row span {
		width:140px;
		height:15px;
		font-size:9px;
		vertical-align:middle;
		font-family:Lucida Grande;
		}
		div.row input, div.row select {
			margin:0px 15px 0px 2px;
			border:solid 1px;
			background-color:#222;
			}
			div.row select option { padding:2px; }
		div.row span img {
			margin:0px 15px 0px 2px;
			vertical-align:middle;
			}
		

#effect-options { margin-bottom:25px; }
#effect-options * { color:#9CE782; border-color:#9CE782 !important; }

#add, #go, #reset, span.remove { cursor:pointer; }

#box_container {
	width:100%;
	height:490px;
	overflow: hidden;
	}

#box {
	position:relative;
	top:200px;
	width:100px;
	height:100px;
	margin:0px auto;
	text-align:center;
	font-weight:bold;
	font-family:Lucida Grande;
	border:solid 2px #92BDFA;
	background-color:#444;
	}
