﻿/*--------------------------------------------------------------
"HEADER"
---------------------------------------------------------------*/
.section-header
{
	background-color: #990033;
	margin-bottom: 2px;
	padding: 2px 10px;
	border-top: solid 1px #990033;
	color: #FFFFFF;
	font-size: 11pt;
	font-weight: bold;		
}

.heading H1, .heading .h1
{
	color: #990033;
	font-size:90%;
	font: bold 16pt arial; 
	display: inline;
	padding: 10px 10px 10px 10px;
}

.HeaderLine
{
	border-bottom: 8px solid #990033;
	clear: both;
	margin-bottom: 10px;
}

.heading
{
	background-color: #fff;
	text-align: left;
	margin: 0px;		
	vertical-align: middle;
}

input.btn-next{
   color:#fff;
   font-family:Arial,Helvetica,sans-serif;
   font-size:70%;
   font-weight:bold;
   background: url(../../img/cmxform-button-next.gif) left bottom repeat-x;
   border:1px solid;
   border-top-color:#999;
   border-left-color:#999;
   border-right-color:#999;
   border-bottom-color:#999;
   width:100px;margin-right:10px;
}

form.cmxform .btn-here-short
{
   color:#fff;
   display:block;
   font-family:Arial,Helvetica,sans-serif;
   font-size:90%;
   font-weight:bold;
   background: url(../../img/cmxform-button-next.gif) left bottom repeat-x;
   border:1px solid;
   border-top-color:#999;
   border-left-color:#999;
   border-right-color:#999;
   border-bottom-color:#999;
   width:150px;margin-right:10px;
   height: 18px;
}

form.cmxform .btn-here
{
   color:#fff;
   display:block;
   font-family:Arial,Helvetica,sans-serif;
   font-size:90%;
   font-weight:bold;
   background: url(../../img/cmxform-button-next.gif) left bottom repeat-x;
   border:1px solid;
   border-top-color:#999;
   border-left-color:#999;
   border-right-color:#999;
   border-bottom-color:#999;
   width:200px;margin-right:10px;
   height: 18px;
}