#notify {
	width: 400px;
	margin-left: -200px;
	top: 15px;
}

#toggleTaskbar {
	position: absolute;
	bottom: 100%;
	right: 25px;
}

#taskbar {
	height: 125px;
	background: #eee;
	position: relative;
	opacity: 0.95;
	border-top: solid 1px #666;
}

#toggleTaskbar span {
	display: block;
	cursor: pointer;
	_cursor: hand;
	padding: 5px 10px 5px 25px;
	background: #eee url(question.png) 5px 60% no-repeat;
	border: solid 1px #666;
	border-bottom-color: #eee;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	z-index: 2;
}

#toggleTaskbar span.hide {
	background-image: url(hide.png);
}

#toggleTaskbar span:hover {
	text-decoration: underline;
}

#taskbar form {
	width: 400px;
	margin: 0 auto;
	padding: 5px 0;
	text-align: right;
	position: relative;
}

#taskbar form textarea {
	width: 400px;
	height: 50px;
	padding: 5px;
	margin: 0 0 10px -6px;
	border: solid 1px #666;
	background: #fff;
	font-family: inherit;
	_font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 0.9em;
	resize: none;
	_position: relative;
	_left: -5px;
	overflow: auto;
}

#taskbar form.sending textarea {
	background: #f9f9f9 url(loading.gif) 50% 50% no-repeat;
}

#taskbar form input.button {
	float: right;
}

#taskbar form p {
	float: left;
	margin: -3px 0 0;
	font-size: 0.9em;
}

#taskbar form p input {
	border: solid 1px #eee;
	background: #eee;
	padding: 3px;
	font-size: inherit;
	font-family: inherit;
	font-weight: bold;
}

#taskbar form p.hover input.text {
	border-color: #ccc;
	background: #f6f6f6;
}

#taskbar form p input:focus,
#taskbar form p.hover input:focus {
	border-color: #666;
	background: #fff;
}

#taskbar form p span {
	display: none;
}

#taskbar form p.hover span,
#taskbar form p.focus span {
	display: inline-block;
	height: 12px;
	width: 12px;
	background: url(reset.png);
	vertical-align: baseline;
	margin-left: 3px;
	cursor: pointer;
	_cursor: hand;
}

#characterCount {
	position: absolute;
	top: 5px;
	left: 100%;
	text-align: center;
	color: #666;
	font-size: 0.6em;
	width: 6em;
	margin-left: 10px;
}

#characterCount .count {
	font-size: 1.9em;
	font-weight: bold;
	display: block;
}

#characterCount .count.low {
	color: #5C0002;
}
