body{
	cursor: url(../images/animworm.cur),default;
}
.mar-b5{
	margin-bottom: 5px;
}
.mar-l20{
	margin-left: 20px;
}
.method{
	padding: 10px 20px;
	display: inline-block;
}
.attention{
	margin-top: 20px;
  	float: right;
  	color: #000000;
  	font-size: 12px;
}
.attention a{
	color: #FF7700;
}
.attention a:hover{
	text-decoration: underline;
    cursor: url(../images/cd_crosshairs.cur),pointer;
}
.profile-img{
	position: absolute;
	height: 70px;
	border-radius: 35px;
	transition: 500ms;
	margin-top: -115px;
  	margin-left: 70px;
  	cursor: url(../images/zapspot_bubblepop.cur),pointer;
}
.method-name a{
	color: #66CC00;
	cursor: url(../images/zapspot_bubblepop.cur),pointer;
}
.method-name a:hover{
	text-decoration: underline;
}
.method-name-style{
	margin-top: 6px;
  	margin-right: 6px;
  	height: 6px;
  	width: 6px;
  	border: 1px solid;
  	float: left;
}
.rec-left{
	float: left;
  	width: 465px;
  	background-color: #ededed;
  	box-shadow: 0 0 5px #000000 inset;
  	border-radius: 4px;
  	max-height: 300px;
  	overflow: scroll;
}
.rec-right{
	float: right;
  	width: 465px;
  	box-shadow: 0 0 5px #000000 inset;
  	border-radius: 4px;
  	max-height: 300px;
  	overflow: scroll;
}
.translate-area{
	margin: 15px;
}
.code-area{
	color: #FFFFFF;
	background-color: #232323;
  	border-left: 2px solid #adadad;
}
.code-area div{
	padding-left: 20px;
}
.code-line{
	background-color: #292929;
}
.code-line-number{
	float: left;
  	margin-right: 10px;
  	color: #666;
  	border-right: 1px solid #444;
  	padding-right: 10px;
  	width: 17px;
  	text-align: right;
}
.code-area b.code-str{
	font-weight: 100;
  	color: #A5C261;
}
.code-area b.code-keep-word{
	color: #C26230;
	font-weight: normal;
}
.code-area b.code-func{
	color: #D0D0FF;
  	font-weight: 100;
}
.translate-area span.code{
	color: #996633;
	font-weight: bold;
}
.translate-area a:hover{
	cursor: url(../images/zapspot_bubblepop.cur),pointer;
}