
div.help * {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 150%;
}

div.help code, div.help pre {
	font-family: monospace;
}

div.help span.fieldHint {
	font-size: 8pt;
}


div.help * a {
	text-decoration: none;
}
	
div.help {
	margin: 8px;
	position: relative;
	margin-bottom: 28px;
}

div.help h2 {
	font-size: 16pt;
	margin: 0;
	margin-bottom: 8px;
	text-shadow: #9c9c9c 1px 0px 1px;
}

div.help h3 {
	font-size: 10pt;
	font-weight: normal;
	margin: 0;
	margin-bottom: 8px;
	padding-left: 1em;
}
div.help h3 a {
	font-size: inherit;
	font-weight: inherit;
	border-bottom: 1px dotted black;
}

div.help form table {
	width: 100%;
}

div.help form table td textarea {
	width: 94%;
	height: 16em;
}

div.help ol {
	 margin-top:0px; 
	 margin-bottom:0px;
}

div.help ol li a {
	border-bottom: 1px dotted black;
}
div.help ol li {
	padding-bottom: 0.4em;
}

div.help ul {
	 margin-top:0px; 
	 margin-bottom:0px;
	 margin-left: -18px;
}

div.help ul li a {
	border-bottom: 1px dotted black;
}
div.help ul li {
	list-style: none;
	list-style-position: inside;
	padding-left: 20px;
	line-height: 24px;
	margin: 0;
	margin-left: 8px;
	background-image: url("/icons/16x16/plain/nav_plain_blue.png");
	background-position: 0px center;
	background-repeat: no-repeat;
}

div.help form table td.label {
	text-align: right;
	font-weight: bold;
	padding-top: 0.4em;
	vertical-align: top;
}

div.help > form {
	margin-left: 18px;
}

div.help div.ticketCreated {
	background-image: url("/icons/32x32/plain/check.png");
	background-position: 0px center;
	background-repeat: no-repeat;
	padding-left: 38px;
	padding-top: 18px;
	height: 36px;
	margin: 8px;
	
}

div.help div.ticketCreated span.ticket {
	font-weight: bold;
	border-bottom: 1px dotted black;
}

div.help form table td input {
	width: 28em;
}

div.help div.email, div.help div.phone, div.help div.address {
	float: left;
	max-width: 30%;
	padding-left: 10px;
	margin-right: 15px;
}

div.help div.email span, div.help div.phone span, div.help div.address span {
	display: inline-block;
	width: 4.5em;
	padding-right: 0.1em;
	text-align: right;
}
div.help div.email h3, div.help div.phone h3, div.help div.address h3 {
	font-weight: bold;
	display: block;
	font-size: 14px;
	margin: 0;
	height: 24px;
	padding-left: 38px;
	background-position: 0;
	background-repeat: no-repeat;
	padding-top: 8px;
}

div.help div.email h3 {
	background-image: url(/icons/32x32/plain/mail.png);
}
div.help div.phone h3 {
	background-image: url(/icons/32x32/plain/telephone.png);
}
div.help div.address h3 {
	background-image: url(/icons/32x32/plain/address_book.png);
}

div.help div.email a {
	border-bottom: 1px dotted black;
	font-weight: bold;
}

div.help div.address strong {
	display: block;
}

div.help a.chat {
	padding-left: 34px;
	background-position: 0;
	background-repeat: no-repeat;
	background-image: url(/icons/32x32/plain/user_message.png);
	text-decoration: none;
	display: inline-block;
	height: 32px;
	padding-top: 12px;
	margin-left: 18px;
}
div.help a.chat span {
	border-bottom: 1px dotted black;
	font-size: 14px;
}