/* basic style definitions */
@import "base.css";

/* base type styles */
@import "type.css";

/* form styles */
@import "forms.css";

.LivechatButton {
    height: 61px;
}

#contentdisclaimer {
    color: #888;
    font-size: 85%;
    padding: 20px 0 20px 0;
    margin: 10px 10px 0 0;
    border-top: thin solid #DDD;
}

a.help {
	position: relative;
	text-decoration: none;
	color: black;
	border-bottom: 2px #eee dotted;
}
a.help span {
	display: none;
}
a.help:hover {
	background: none; /* IE hack */
	z-index: 100;
}
a.help:hover span {
	display:block!important;
	display:inline-block;
	width:300px;
	position: absolute;
	top: -1em;
	right: -1em;
	background: #ffffcc;
	text-align: left;
	color:#000;
	padding:0 2px;
	cursor:help;
}

a.help:hover span p {
	padding: 4px;
	margin: 0px;
}
