.toggler {
	cursor: pointer;
	display: block;
	line-height: 30px;
}
.toggler-closed {
	background: url(../images/my_profile/moreinfo_closed.gif) no-repeat 0 9px;
	border-bottom: dotted 1px #68778b;
	border-top: dotted 1px #68778b;
	height: 40px;
}
.toggler-opened {
	background: url(../images/my_profile/moreinfo_closed.gif) no-repeat -512px 9px;
	border-bottom: dotted 1px #68778b;
	border-top: dotted 1px #68778b;
	height: 40px;
}
.toggler-c {
}
.toggler-c-closed {
}
.toggler-c-opened {
}


