/* FORMS */

.template-form-container-B2B {
	background-color:#EBEBEB;
	padding:30px;
	margin:0px 40px 0px 40px;
}

.template-form-header {
	font-size:16px;
	font-weight:bold;
	border-bottom:thin solid;
	margin-bottom:20px;
}

.template-form-header-B2B {
	color:#073B6E;
	border-bottom-color:#b62d4d;
}

.template-form-label {
	font-size:12px;
	font-weight:bold;
	margin-bottom:4px;
	margin-left:50px;
}

.template-form-required {
	color:#b62d4d
}

.template-form-input {
	margin-bottom:8px;
	margin-left:50px;
}

.template-form-input input, textarea {
	width:300px;
}

.template-form-divide {
	height:50px;
}

.template-form-submit {
	background-repeat:no-repeat;
	width:161px !important;
	height:30px !important;
	padding-bottom:4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	margin-top:30px;
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	border:none;
}

.template-form-submit-corp {
	background-image:url('/shared/images/template/forms/form-submit-button-corp.gif');
}


/* CLIENT LIST */

.clientName {
	color: #FFFFFF;
	font-weight: bold;
	white-space: nowrap;
	font-size: 13px;
	padding-right: 5px;
	padding-left: 5px;
}

.clientNameB2B {
	background-color: #55718d;
}