.content-area {
   width: 760px;
   text-align: left;
   font-size: 9pt;
   margin-top: 15px;
}

.content-area:after {
   content: "."; 
   display: block; 
   height: 0; 
   clear: both; 
   visibility: hidden;
}

/* Hides from IE-mac \*/
* html .content-area {height: 1%;}
/* End hide from IE-mac */

.content-area h1 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 18pt;
   color:#f00;
   margin: 0px 0px 0px 0px;
}

.content-area h2 {
   font-size: 11pt;
   color: #f00;
   margin: 2em 0px 0px 0px;
}

.contact-support-box {
   background: url(../images/support-contact-background.gif) top right no-repeat;
   width: 235px;
   padding: 20px 22px 0px 0px;
   text-align: right;
   float: right;
   color: #999;
   margin: 0px 0px 10px 30px;
}

.contact-support-box td {
   text-align: right;
}

.contact-support-box h1 {
   font-size: 14pt;
   margin: 0px;
   color: #999;
}

.contact-support-box h2 {
   font-size: 10pt;
   margin: 0px;
   color: #999;
}

.contact-support-box p {
   margin: 0px;
}

.contact-support-by-email {
   margin-top: 20px;
   font-size: 12pt;
   font-weight: bold;
   font-family: Arial, Helvetica, sans-serif;
}

.contact-support-by-email img {
   margin-right: 12px;
}

.questions {
   margin-bottom: 40px;
}

.questions p {
   margin-left: 42px;
}

.questions ol {
   margin-top: 0px;
   line-height: 1.5em;
}

.questions ul {
   line-height: 1.5em;
}

.questions h3 {
   font-size: 8.5pt;
   margin-bottom: .5em;
}

.support-answer {
   display:none;
}

.questions li p {
   margin: 10px 0px 15px 0px;
   line-height: 1.6em;
}

a.support-hide-this-answer:link, a.support-hide-this-answer:visited {
   text-decoration: none;
   color: #999;
}

a.support-hide-this-answer:hover {
   text-decoration: underline;
   color: #00f;
}

.questions h3 {
   font-size: 10pt;
   color: #999;
}

.questions .subtitle h2 {
   display: inline;
}

.questions .subtitle {
   margin-top: 15px;
   color: #ccc;
}

.contact-support {
   margin-top: 20px;
}

.contact-support p {
   margin-left: 0px;
}

.contact-support th {
   font-weight: normal;
   text-align: right;
   padding-bottom: 7px;
}

.contact-support td {
   padding: 0px 0px 7px 10px;
}

.email-intro-message {
   background: #ffc;
   border: 1px solid #ccc;
   padding: 15px 20px;
   margin-bottom: 20px;
}

.email-intro-message h3 {
   font-size: 11pt;
   margin: 0px;
}

.email-intro-message p {
   margin: 1em 0px;
}

#contact-table {
	margin-top: 20px;
}

#contact-table h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 12pt;
	margin: 0px;
}

/*generic error box */
.error-box {
	background: #fff url('../images/error-triangle-bg.gif') no-repeat top left;
	height: 30px;
	color: #4e4e4e;
	font-weight:bold;
	padding: 10px 10px 5px 40px;
	
}