

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

div.help code {
	display: inline-block;
	margin: 16px;
	margin-left: 4px;
	background-color: white;
	border: 1px dashed gray;
	padding: 1em;
	font-size: 9pt;
}

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


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


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

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

div.help ol, #content div.help ol {
	list-style: decimal;
	margin-left: 20px;	
	margin-top: 6px; 
	margin-bottom: 4px;
}

div.help ol li a {
	border-bottom: 1px dotted black;
}
div.help ol li, #content div.help ol li {
	list-style: decimal;
	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, #content div.help ul li {
	list-style-position: inside;
	list-style: none outside none;
	padding-left: 20px;
	line-height: 24px;
	margin: 0;
	margin-left: 10px;
	margin-top: 2px;
	background-image: url("/icons/16x16/plain/nav_plain_blue.png");
	background-position: 0px 2px;
	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;
}

div.help form input, div.help form textarea, div.help form select {
	padding: 4px;
	margin: 6px;
	background-color: white;
	border: none;
	line-height: 18px;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
		
}

div.help form textarea {
	height: 40px;
}



