.el {
	width:100px;
	height:100px;
	background-color:#0066CC;
	border:1px solid #000000;
	/*border-style:solid;
	border-width:1px;
	border-color:#000000;*/
	color:#FFFFFF;
	position:relative;
	top:0px;
	left:0px;
} 

.el_toggle {
	float:left;
	margin-right:20px;
	overflow:hidden;
}

div.code, pre.code {
	background-color:#eeeeee;
	font-family:"Courier New", Courier, mono;
	font-size:0.8em;
	margin-bottom:10px;
}

.method {
	margin-top:60px;
}

span {
	cursor:pointer;
	text-decoration:underline;
}

.none {
	border:none;
}