div#nameSuggestions {
	display: none;
	position: absolute;
	top:36px; left:0;
	background: #fff;
	border: solid 1px #333;
	border-top: none;
	width: 202px;
	max-height: 154px;
	overflow-x: hidden;
	overflow-y: auto;
}
* html div#nameSuggestions {
	height=expression(this.scrollHeight > 154 ? "154px" : "auto" );
	overflow-y=expression(this.scrollHeight > 154 ? "scroll" : "auto" );
	width: 200px;
}
div#nameSuggestions a.suggest_link {
	color: #000;
	display: block;
	text-decoration: none;
	width: 200px;
	background: #fff;
	border-bottom: solid 1px #ccc;
	font-family: verdana, arial, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
}
div#nameSuggestions a.suggest_link:hover { background:#def }
div#nameSuggestions a span { margin-left:5px; white-space:nowrap }
.cancelhead01 { font-size:20px; font-weight:bold; color:#609D4E }
.site-name-field { margin-top:10px; position:relative }
.cancel-form { position:relative }
.cancel-form .error-box {
	display:block;
	width:248px;
	border:2px solid #999;
	background:#fff1af;
	position:absolute;
	top:54px; left:214px;
	padding:4px;
	font:normal 11px verdana;
}
.cancel-form .error-box strong { color:#c00 }
/* DROPDOWN CSS END */
.canceltxtsmall { font-size:10px; color:#999 }
#cancelSuggest {
	display:none;
	position:absolute;
	top:30px;
	left:280px;
	width:200px;
	border:solid 1px #ccc;
	background:#eee;
	z-index:400;
	padding:6px 12px 6px 6px;
}
#cancelSuggest span#close {
	color:#f00;
	border:solid 1px #c00;
	padding:0 0 5px 3px;
	margin:4px;
	display:block;
	width:8px;
	height:8px;
	background:#fff;
	position:absolute;
	top:0; right:0;
	cursor:pointer;
}
