html,body { 
    margin:0 auto;
	padding:0;
	text-align:center;
}
table.progress-bar {
	margin:6px auto;
}
table.progress-bar img {
	margin:0;
	padding:0;
}
td.progress-bar-left, td.progress-bar-right {
	margin:0;
	padding:0;
	height:46px;
	width:4px;
	border:none;
}
td.progress-bar-middle {
	background:url(/img/forms/bg_bar_middle.gif) center repeat-x;
	padding: 0 4px;
}
td.progress-bar-percentage {
	text-align:center;
	padding: 0;
	margin:0px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
}
td.progress-bar-percentage span {
}
td.progress-bar-grower {
	text-align:left;
	vertical-align:bottom;
	margin:0px;
	padding:5px 0px 0px 0px;
	font-size:1%;
	width:492px;
	height:18px;
}
td.progress-bar-solid {
	text-align:center;
	margin:0px;
	padding:0px;
	vertical-align:middle;
	font-size:1%;
	width:492px;
	height:14px;
}
td.progress-bar-solid {
	background:url(/img/forms/gfx_progressbar_solid.gif) no-repeat;
	background-position:left;
}
.certificateForm{
	font:12px Arial, Helvetica, sans-serif;
	color:#666666;
	padding: 0 16px;
}
input.file-field-80{
	margin: 0 0 4px 0;
	padding:2px;
	width: 80%;
}
input.text-field-100 { 
	margin: 0 0 4px 0;
	padding:2px;
	width: 96%;
}
input.text-field-80 { 
	margin: 0 0 4px 0;
	padding:2px;
	width: 80%;
}
input.text-field-70 { 
	margin: 0 0 4px 0;
	padding:2px;
	width: 70%;
}
input.text-field-50 { 
	margin: 0 0 4px 0;
	padding:2px;
	width: 50%;
}
input.text-field-40 { 
	margin: 0 0 4px 0;
	padding:2px;
	width: 40%;
}
input.text-field-30 { 
	margin: 0 0 4px 0;
	padding:2px;
	width: 30%;
}

input.text-field-20 { 
	margin: 0 0 4px 0;
	padding:2px;
	width: 20%;
}

input.text-field-10 {
	margin: 0 0 4px 0;
	padding:2px; 
	width: 10%;
}
input.text-field-5 {
	margin: 0 0 4px 0;
	padding:2px; 
	width: 5%;
}

.certificateForm select{
	padding:3px;
	margin: 0 0 4px 0;
}
.certificateForm textarea {
	height: 60px;
	padding:3px;
	width:97%;
}

input, textarea {
	background:#fff url(/img/forms/bg-input.gif) repeat-x 0 0;
	border:#BCBEC2 1px solid;
	font:12px Arial, Helvetica, sans-serif;
}

div.error {
	display: none;
}
div.form-row-no-width {
	padding: 6px 0;
	overflow:hidden;
}
div.form-row {
	width:480px;
	padding: 6px 0;
	overflow:hidden;
}
div.boxed-form-row {
	padding: 6px 4px;
	margin-top: 4px;
	margin-bottom:4px;
	border-top:#CCC 1px dashed;
	border-bottom:#CCC 1px dashed;
}
div.form-row-100{
	width:100%;
	padding: 6px 0;
	overflow:hidden;
}
.selected-block {
	background-color: #FFFFCC;
}
div.form-row:after,div.form-row-100:after  {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
div.form-col-l {
	width:100px;
	float: left;
}
div.form-col-l-35 {
	width:35%;
	float: left;
}
div.form-col-l-64 {
	width:64%;
	float: left;
}
div.form-col-r {
	float: right;
	width:370px;
	text-align:left;
}
div.form-col-r-64 {
	float: right;
	width:64%;
	text-align:left;
}
div.form-col-r-34 {
	float: right;
	width:34%;
	text-align:left;
}
div.form-button-prev {
	float: left;
	text-align:left;
	margin-top:12px;
}
div.form-button-prev span {
	cursor:pointer;
}
div.form-button-next,div.form-button-submit,div.form-button-delete {
	float: right;
	text-align:right;
	margin-top:12px;
}
div.form-button-close {
	float: right;
	text-align:right;
	margin-top:12px;
}


div.form-button-next span,div.form-button-submit span,div.form-button-close span,div.form-button-delete span {
	cursor:pointer;
}
div.description-suggestions {
	padding: 3px;
	background:#f4f4f4;
	border:#E1E1E1 solid 1px;
	cursor:pointer;
}
div.description-suggestions:hover {
	background: #f6ffe9;
}
div.description-suggestions p {
	margin: 3px;
}
div#controls-left {
	float: left;
	text-align:left;
}
div#controls-left span {
	font-size:11px;
	color:#999999;
}
div#controls-right {
	float: right;
	text-align:right;
}
div#controls-right ul {
	margin:0px;
	padding:0px;
	list-style:none;
	display:block;
}
div#controls-right ul li {
	margin:2px 0 0 3px;
	color:#0076A8;
	list-style:none;
	display:inline;
	cursor:pointer;
}
div#controls-right ul li.divider {
	color: #CCCCCC;
	cursor:default;
}
div.hideit {
	display:none;
}
div#controls-products {
	float: right;
	margin-right:124px;
	text-align:center;
	display: inline; /*ie6 double margin fix*/
}
div#controls-regulations,div#controls-custom {
	float: right;
	margin-right:124px;
	text-align:center;
	display: inline;
}


div#controls-products ul, div#controls-regulations ul, div#controls-custom ul{
	margin:0px;
	padding:0px;
	list-style:none;
	display:block;
}
div#controls-products ul li, div#controls-regulations ul li, div#controls-custom ul li{
	margin:2px 0 0 3px;
	color:#0076A8;
	list-style:none;
	display:inline;
	cursor:pointer;
}

div#controls-products ul li.divider, div#controls-regulations ul li.divider, div#controls-custom ul li.divider,div#controls-testing-center ul li.divider {
	color: #CCCCCC;
	cursor: default;
}
div#controls-testing-center {
	text-align:center;
	display: inline;
}
div#controls-testing-center ul {
	margin:0px;
	padding:0px;
	list-style:none;
	display:block;
	margin-left:80px;
}

div#controls-testing-center  ul li {
	margin:2px 0 0 3px;
	color:#0076A8;
	list-style:none;
	display:inline;
	cursor:pointer;
}
div#controls-testing-center ul{
	display: inline;
	color:#0076A8 !important;
	cursor:pointer;
}
div#controls-testing-center ul li.add,div#controls-testing-center ul li.remove{
	display: inline;
	color:#0076A8 !important;
	cursor:pointer;
}
div.show-grid span,div#show-prod-grid span {
	cursor:pointer;
	color:#0076A8;
}

h2.section-titles{
    color:#1683b1;
	font: 16px "trebuchet",Arial, Helvetica, sans-serif;
	border-bottom:#CCC 1px solid;
	margin:12px 0px 3px 0px;
	font-weight:bold;
}
div#final-instructions{
    padding:6px;
	background-color: #fffbcc;
	border:1px solid #e6db55;
	color:#000000;
}
div#results{
    margin: 12px auto;
	padding: 12px 0px;
    width:96%;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing: normal;
}
div#results-success{
	padding:6px;
	background: #e1f8dc url(/img/forms/bg_check.gif) 3px center no-repeat;
	border:1px solid #3a8736;
}
.results-success-text{
	color:#333;
	margin-left:28px;
	font: Arial, Helvetica, sans-serif;
	font-size:13px;
}
div#results-warning{
	padding:6px;
	background: #ffbfb2 url(/img/forms/bg_error.gif) 3px center no-repeat;
	border:1px solid #b6472f;
}
div#results-links{
	padding:6px;
	border:1px solid #333;
}
.results-warning-text{
	color:#333;
	margin-left:28px;
	font: Arial, Helvetica, sans-serif;
}


span.form-error {
    color:red !important;
    font-style:italic;
}
p.form-error {
    color:red !important;
    font-style:italic;
}
.msg-text{
	color:#333;
	margin-top:24px;
	font: Arial, Helvetica, sans-serif;
	width:96%;
}
.msg-text a{
	cursor:pointer;
	color:#0076A8;
	text-decoration:underline;
}

#loading-mask {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:20000;
	background-color:white;
}
#loading {
	position:absolute;
	left:45%;
	top:40%;
	padding:2px;
	z-index:20001;
	height:auto;
}
#loading a {
	color:#225588;
}
#loading .loading-indicator {
	background:white;
	color:#444;
	font:bold 13px tahoma, arial, helvetica;
	padding:10px;
	margin:0;
	height:auto;
}
#loading-msg {
	font: normal 10px arial, tahoma, sans-serif;
}

p.saved-certificate{
    width: 92%;
	margin: 12px auto;
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:14px;
}
p.saved-certificate-note{
    width: 92%;
	font-family:Arial, Helvetica, sans-serif;
	margin: 12px auto;
	font-size:11px;
	color:#666666;
}
h2.saved-certificate{
    width: 92%;
	margin: 12px auto;
    font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	font-weight:bold;
}
p.saved-certificate first,h2.saved-certificate first{
    margin-top: 12px;
}
p.saved-certificate first{
    color:#1683b1;
	font-size:14px;
	font-weight:bold;
}
span.light-note{
    color:#818080;
	font-size:13px;
	font-weight:normal;
	letter-spacing: normal;
}
p.saved-certificate  a.cert-link{
	font-size:13px;
	color:#000;
	font-weight:normal;
}
p.saved-certificate  a{
	font-size:12px;
}
.saved-certificate a,span#send-now{
    color:#0076A8;
	cursor:pointer;
}
.small-type{
	font:12px Arial, Helvetica, sans-serif;
	color:#333333;
	font-weight:normal;
}
.form-button-submit span input{
    border:none  !important;
}
.form-button-delete span input{
    border:none  !important;
}
.form-button-submit a{
    text-decoration:none  !important;
}
.form-button-delete a{
    text-decoration:none  !important;
}

/*login*/
form.loginForm input{
    padding:2px;
}
input.loginbutton{
    background:none;
	border:none;
	margin-left:162px;
}

div#toggle-msg-table {
	background: url(/img/icon_plus.gif) no-repeat top left;
	padding: 0px 6px 0px 20px;
	line-height:16px;
	font-size:98%;
	cursor:pointer;
	color:#0066CC;
}
div.minus#toggle-msg-table  {
	background: url(/img/icon_minus.gif) no-repeat top left;
	padding: 0px 6px 0px 20px;
	line-height:16px;
	font-size:98%;
	cursor:pointer;
	color:#0066CC;
}