div.dropdown {
	position: absolute;
	display: none;
	font-size: 11px;
	z-index: 14;
	cursor: default;
	text-align: left;
	display: none
}

div.dropdown a.close {
	float: right;
	width: 11px;
	height: 11px;
	overflow: hidden;
	background: #666 url("/i/cl.png") no-repeat 0 0
}

div.dropdown p strong {
	font-size: 18px;
	padding: 10px 0 13px 0;
	font-weight: normal;
	display: block;
}

div.dropdown p { padding-bottom: 8px }

div.dropdown {
	width: 220px;
	padding: 10px 10px 20px 20px;
	background: #f2f2f2;
	border: 1px solid #666
}


div.dropdown input.button {
	border: 0;
	background: #E5E5E5 url("/i/pb.png") no-repeat 0 0;
	width: 82px;
	height: 22px;
	text-align: center;
	color: #666;
	font-size: 11px;
	margin-top: 17px
}

div.dropdown input.close { margin-left: 4px }
div.dropdown textarea { height: 100px; width: 95%; border: 1px solid #B3B9C3;  background: #fff; color: #666; margin: 4px 0 }

#toggleLabel { display: block; padding-bottom: 13px }
#toggleLabel * { vertical-align: middle }