.left{ float:left; }
.right{ float:right;}
.clear-block {
  display: block;
  width:100%;
}
.clear-block:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
* html .clear-block {
  height: 1%;
}

/* CHATBOX */
	/*chatbox*/
.chatbox {
	display:block;
	width:300px;
	height:241px;
	margin:10px 0;
	background:url(../images/chat_bg.jpg) 0px 0px no-repeat;
}
.chatbox div {
	padding:0 30px 5px 10px;
	font-size:22px;
	line-height:38px;
}
.chatbox strong {
	font-size:18px;
}
.chatbox:hover {
	text-decoration:none;
}

.chatbox.small {
	height:92px;
	background:url(../images/chat_bg2.jpg) 0px 0px no-repeat;
}
.chatbox.small div {
	padding:5px 5px 5px 10px;
	font-size:16px;
}

.chatbox.medium {
	height:165px;
	background:url(../images/chat_bg3.jpg) 0px 0px no-repeat;
}
.chatbox.medium h5 {
	color:#fff;
	font-size:14px;
	padding:8px;
}
.chatbox.medium p {
	margin:5px 5px 5px 110px;
}
.chatbox.medium.image2 {
	background:url(../images/chat_bg4.jpg) 0px 0px no-repeat;
}

/* FORMS */
.content form label {
	font-weight:bold;
	color:#333;
	font-size:11px;
}
.content form legend label {
	color:#fff;
}
.content form legend input {
	float:left;
	margin-right:5px;
}
.content form label.applicant {
	background:url(../images/theme-red/legend-applicant.gif) 100% no-repeat;
	padding-right:20px;
}
.content form label.coapplicant {
	background:url(../images/theme-red/legend-coapplicant.gif) 100% no-repeat;
	padding-right:20px;
}
.content form label.disabled {
	color:#afa88b;
}
.content form input, .content form select, .content form textarea {
	padding:0;
	font: 14px normal Arial, Helvetica, sans-serif;
	margin-top:0;
}
.content form input[type=text], .content form input[type=password], .content form textarea {
	border:1px solid #777;
	padding:2px 0;
	background:#fff url(../images/input-bg.jpg) 0 0 repeat-x;
}
.content form input[type='text']:focus ,.content form input[type='password']:focus ,.content form textarea:focus {
	outline:2px solid #6699cc;
}
.content form input[type='text']:focus ,.content form input[type='password']:focus ,.content form textarea:focus {
	border:1px solid #666;
}

.content form option {
	margin: 3px 0;
	font-weight:normal;
	font-size:1.1em;
}

	/* buttons */
.content .button {
	color:#ddd;
	text-align:center;
	background:#670506 url(../images/theme-red/bevel-bg.jpg) 0 50% repeat-x;
	border-top:1px solid #aa7373;
	border-right:1px solid #330508;
	border-bottom:1px solid #330508;
	border-left:1px solid #aa7373;
}
.content .button:hover {
	background:#8c0000 url(../images/theme-red/bevel-bg-highlight.jpg) 0 50% repeat-x;
	color:#fff;
}
.content .button.round {
	border:none;
	padding:0;
}
.content .button.large {
	font: bold 1.4em Arial, Helvetica, sans-serif;
	margin:15px;
	padding:10px 30px;
}
.content .button.large.round, .content fieldset .button.large.round, .content a.button.large.round {
	background:url(../images/theme-red/button-large-tanbg.gif) 0 0 no-repeat;
	width:182px;
	height:50px;
	padding:0px;
	line-height:1.3em;
	padding-bottom:5px;
}
.content .button.large.round:hover {
	background-position:0 -50px;
}
.content .button.medium {
	font: bold 1.1em Arial, Helvetica, sans-serif;
	margin:10px;
	padding:5px 15px;
}
.content .button.medium.round, .content a.button.medium.round {
	background:url(../images/theme-red/button-medium.gif) 0 0 no-repeat;
	width:143px;
	height:38px;
	padding:0;
	line-height:1.0em;
	padding-bottom:5px;
}
.content fieldset .button.medium.round, .content fieldset a.button.medium.round {
	background:url(../images/theme-red/button-medium-tanbg.gif) 0 0 no-repeat;
	width:143px;
	height:38px;
	padding:0;
	padding-bottom:5px;
}
.content a.button.medium.round {
	line-height:2.4em;
	padding:0;
}
.content a.button.medium.round:hover {
	background:url(../images/theme-red/button-medium.gif) 0 0 no-repeat;
}
.content .button.medium.round:hover{
	background-position:0 -39px;
	border:none;
	text-decoration:none;
	cursor:default;
}
.content .button.small {
	font: bold 10px Arial, Helvetica, sans-serif;
	margin:8px;
	padding:3px 9px;
}
.content .button.round.small, .content a.button.round.small {
	background:url(../images/theme-red/button-small.gif) no-repeat;
	width:104px;
	height:27px;
	padding:0;
	padding-bottom:2px;
}
.content .button.small.round:hover {
	background-position:0 -28px;
}
.content a.button.small.round {
	line-height:2.4em;
	padding:0;
}
.content .button-link {
	padding:20px;
}
.content .button-link.large {
	padding:30px 10px;
	font-size:13px;
}
.content .button-link.small {
	padding:15px 10px;
	font-size:10px;
}
.content form ol {
	list-style:none;
	padding:0;
}
.content form ol.spacer {
	padding:10px 0;
	border-bottom:1px dotted #918359;
}
.content form ol.login li label {
	width:30%;
}
.content form ol li {
	margin:0;
	padding: 5px 0;
	display:block;
	white-space:nowrap;
	clear:both;
}
.content form li.required label {
	text-decoration:underline;
}
.content form .quotesummary ol {
	padding: 0;
	margin:0;
}
.content form .quotesummary ol li {
	padding: 0;
	white-space:normal;
}
.content form .quotesummary ol li.total {
	padding: 6px;
	margin-top:5px;
	white-space:nowrap;
	border-top:1px solid #000;
	font-size:120%;
}
.content form ol li label {
	display: block;
	float: left; 
	width: 46%; 
	padding: 0;
	padding-right:10px; 
	margin: 3px 0 0;
	text-align: right;
	white-space:normal;
	line-height:10px;
}
.content form ol label .doubleline {
	margin-top:0;
}
.content .dualcol ol label {
	width:30%;
}
.content form ol select {
	width:45%;
}
.content form ul {
	margin:0;
	padding:0;
	list-style:none;
}
.content form ul li {
	padding:5px 0;
	clear:both;
}
.content form ul input {
	float:left;
}
.content form ul label input {
	margin-left:0px;
}
.content form ol ul li label {
	display:block;
	line-height:normal;
	margin-left:5px;
	width:auto;
}
.content form ol ul {
	float:left;
	display:block;
}
.content form ol ul li {
	padding:0;
	margin:0;
}
.content form ol ul label {
	float:left;
	text-align:left;
	padding:0;
}
.content form ul.doublecheck input {	margin-left:0; margin-right:10px;}
.content form ul.doublecheck label { margin-left:50px; }

.content form ul.options {
	margin-left:35px;
	margin-bottom:50px;
}
.content form ul.options li label {
	font-size:1em;
	font-weight:normal;
	color:#000;
	margin-left:15px;
}


	/* floating fieldset */
.content form div.floating-fieldset {
	background:#e9e1bf;
}
.content form div.floating-fieldset .t {background: url(../images/theme-red/fieldset/top.jpg) 0 0 repeat-x;}
.content form div.floating-fieldset .r {background: url(../images/theme-red/fieldset/right.jpg) 100% 0 repeat-y;}
.content form div.floating-fieldset .b {background: url(../images/theme-red/fieldset/bottom.jpg) 0 100% repeat-x;}
.content form div.floating-fieldset .l {background: url(../images/theme-red/fieldset/left.jpg) 0 0 repeat-y;}
.content form div.floating-fieldset .tl {background: url(../images/theme-red/fieldset/top-left.jpg) 0 0 no-repeat;}
.content form div.floating-fieldset .tr {background: url(../images/theme-red/fieldset/top-right.jpg) 100% 0 no-repeat;}
.content form div.floating-fieldset .br {background: url(../images/theme-red/fieldset/bottom-right.jpg) 100% 100% no-repeat;}
.content form div.floating-fieldset .bl {background: url(../images/theme-red/fieldset/bottom-left.jpg) 0 100% no-repeat;}
.content form div.floating-fieldset fieldset {
	background:none;
	padding:0;
	margin:15px 8px 10px 6px;
	padding-top:0;
	padding-bottom:15px;
	border:none;
}
.content form div.floating-fieldset fieldset legend {
	color:#fff;
	padding:15px 0 15px 25px;
	line-height:normal;
	margin:0;
	margin-left:-10px;
	font-weight:bold;
	background:none;
}
.content form div.floating-fieldset fieldset fieldset {
	padding:7px;
	margin:0 10px 10px;
	border:1px solid #c5bea1;
}
.content form div.floating-fieldset fieldset fieldset legend {
	color:#333;
	padding:0 5px;
	background:#e9e1bf;
	margin-left:15px;
	font-weight:bold;
}
.content form div.floating-fieldset fieldset.occupation fieldset legend {
	font-size:14px;
}
.content form .columns td {
	width:33%;
	border-collapse:separate;
}
.content form fieldset {
	background:#e9e1bf;
	border:1px solid #96967b;
	padding:0;
}
.content form fieldset legend, .content form fieldset h3 {
	margin:0;
	padding:5px;
	text-align:left;
	border:0;
	margin-left:15px;
	font-size:1.1em;
	line-height:normal;
	text-transform:none;
	color:#eee;
	line-height:normal;
	background:#8C0000;
}
.content form fieldset legend a {
	color:#fff;
}
.content form fieldset h3 {
	margin:15px;
}
.fixedheight_product {
	height:84px;
}
.fixedheight_contact {
	height:84px;
}
.fixedheight {
	min-height:240px; 
	height:auto;
}
/* for Internet Explorer */
/*\*/
* html .fixedheight {
	height: 240px;
}
/**/
.content form fieldset fieldset {
	padding:5px;
	border:none;
	border-top:1px solid #999966;
	margin:15px;
	font-weight:bold;
}
.content form fieldset fieldset legend {
	text-transform:none;
	font-size:12px;
	padding:0 0.2em;
	margin-left:10px;
	background:none;
}
.content form fieldset fieldset.applicant legend, .content form div.floating-fieldset fieldset fieldset.applicant legend {
	background:url(../images/theme-red/legend-applicant.gif) 3px no-repeat;
	padding-left:18px;
}
.content form fieldset fieldset.coapplicant legend, .content form div.floating-fieldset fieldset fieldset.coapplicant legend {
	background:url(../images/theme-red/legend-coapplicant.gif) 3px no-repeat;
	padding-left:23px;
}
.content form fieldset a#togglecoapplicant {
	font-size:11px;
	font-weight:bold;
	color:#eee;
	width:90%;
	display:block;
	text-align:center;
	background: #8C0000 url(../images/theme-red/bevel-bg.jpg) 0 50% repeat-x;
	border-top:1px solid #8C0000;
	border-left:1px solid #8C0000;
	border-bottom:1px solid #4A0000;
	border-right:1px solid #4A0000;
	padding:5px 0px;
	margin:10px auto 20px auto;
}

.content form fieldset label#togglecoapplicant {
	font-size:11px;
	font-weight:bold;
	display:block;
	text-align:left;
	background:#c5bea1;
	padding:6px 0px;
}

.content form fieldset a#togglecoapplicant strong, .content form fieldset label#togglecoapplicant input {
	font-size:22px;
	float:left;
	margin:0 10px;
	line-height:80%;
}
.content form fieldset a#togglecoapplicant:hover{
	text-decoration:none;
	background: #8C0000 url(../images/theme-red/bevel-bg-highlight.jpg) 0 50% repeat-x;
}
.content form fieldset a#togglecoapplicant strong.hide {
	font-size:14px;
}
.content form fieldset fieldset fieldset {
	border: none;
	padding: 0;
	margin: 25px 0;
	border-top:1px dotted #ddd;
}
.content form fieldset fieldset fieldset legend {
	font-size:11px;
	color:#333;
}
.content form fieldset fieldset fieldset legend a {
	font-weight:normal;
}

	/* specific */
.content form fieldset textarea.notes {
	width:94%;
	height:300px;
	margin:10px 3%;
}
.content form fieldset ol.contact { margin:0;}
.content form fieldset ol.contact label { width:30%;}
.content form fieldset ol.contact input {width:145px;}
.content form ol.phone li {
	clear:none;
	float:left;
	padding:0 2px;
}
.content form ol.phone li input.area, .content form ol.phone li input.number1 { width:35px;}
.content form ol.phone li input.number2 { width:50px;}
.content form ol li.firstname {
	float:left;
	width:45%;
	clear:none;
}
.content form ol li.lastname {
	float:right;
	width:45%;
	clear:none;
}
.content form ol li.lastname label, .content form ol li.firstname label, .content form ol li.dob label {
	width:auto;
	text-align:left;
	float:none;
	margin:3px 0;
}
.content form ol li.lastname input, .content form ol li.firstname input {
	width:100%;
}
.content form ul.radio li {
	float:left;
	width:48%;
	clear:none;
}
.content form ul.radio li label {
	width:70%;
}
.content form ul.inline li {
	float:left;
	clear:none;
	margin:0 4px;
}
.content form ol.personal li.half, .content form ol.personal ul.half {
	float:left;
	clear:none;
	width:40%;
	padding-left:5px;
}
.content form .mortgagedetails select {width:200px;}
.content form .mortgagedetails label {width:35%;}
.content form .mortgagedetails input {width:55px;}
.content form .mortgagedetails.wider select {width:50%;}
.content form .mortgagedetails.wider label {width:35%;}
.content form .mortgagedetails.wider input {width:75px;}

.content form input.amount, .content form select.duration {width:65px;}
.content form select.type {width:130px;}
.content form select#province {width:140px;}
.content form select#institution {width:140px;}
.content form input.age {width:82px;}
.content form input.height {width:74px;}
.content form input.height.feet {width:24px;}
.content form input.height.inches {width:34px;}
.content form select.heightstandard, .content form select.weightstandard {width:80px;}
.content form input.weight {width:74px;}
.content form select.sex {width:87px;}
.content form select.smoker {width:87px;}
.content form select.month {width:105px;}
.content form select.day {width:50px;}
.content form select.year {width:65px;}
.content form select.hours {width:50px;}
.content form select.minutes {width:50px;}
.content form input.birthplace {width:185px; float:left;}
.content form input.relationship {width:125px;}
.content form input.percentage {width:55px;}
.content form input.addnumber {width:35px; margin-top:10px;}
.content form .lender {margin-left:20px;}
.content form .lender select {width:100%;}
.content form #partnerinformation, .content form #partneroccupation { display:block; margin-bottom:0; }
.content form input.name { width:150px; }
.content form input.email, .content form input.address, .content form input.city, .content form input.province {width:170px;}
.content form input.phonearea {width:30px;}
.content form input.phone, .content form input.city {width:140px;}
.content form input.phoneext {width:30px;}
.content form select.province {width:165px;}
.content form input.zip {width:60px; text-transform:uppercase;}
.content form input.config-amount {width:55px;}
.content form select.config-units {width:155px;}
.content form input#password, .content form input#passconf, .content form input#username {width:140px;}

/*seals*/
.seals .entrust1 {
	margin-right:30px;
}
.seals .entrust2 {
	margin-top:10px;
	margin-right:15px;
}
.seals .mcafee {
	margin-top:10px;
	margin-left:5px;
}
