@charset "utf-8";
/* CSS Document */

/* Tricks */
.hide { position:absolute; left:-10000px; top:auto; width:1px; height:1px; overflow:hidden; } /* hide text from viewers but make it still readable by screenreaders */
.clearFix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; } /* clear blocks of text/images */
.alert { background: #fff6bf url(image_folder/exclamation_mark.gif) center no-repeat; background-position: 15px 50%; text-align: center; padding: 5px 20px 5px 45px; border: 2px solid #ffd324; }


/* ### Regular CSS ### */

h3 {
	font-size:1.5em;
	clear:both;
}
div.tia_declaration_steps {
	height:100px;
}
	div.tia_declaration_steps div#leftSteps {
		height:76px;
		width:66px;
		float:left;
		background:url(/content/plugins/TIA/images/breadcrumbSprite.png) no-repeat 0 0;
	}
	div.tia_declaration_steps div#middleSteps {
		height:76px;
		width:inherit;
		float:left;
	}
		div.tia_declaration_steps ul {
			float:left;
			padding:0 !important;
			margin:0 !important;
		}
			div.tia_declaration_steps ul li {
				float:left;
				padding:0 !important;
				background:none !important;
			}
				div.tia_declaration_steps ul li a span.leftTab {
					display:block;
					float:left;
					height:76px;
					width:5px;
					cursor:pointer;
					background:url(/content/plugins/TIA/images/breadcrumbSprite.png) no-repeat -68px 0;
				}
				div.tia_declaration_steps ul li a span.middleTab {
					display:block;
					float:left;
					height:33px;
					padding:43px 12px 0;
					cursor:pointer;
					background:url(/content/plugins/TIA/images/breadcrumbSprite.png) no-repeat -71px 0;
					text-decoration:underline;
					color:#4F4F4A;
					font-weight:500;
				}
					div.tia_declaration_steps ul li a span.middleTab:hover {
						text-decoration:none;
						color:#4F4F4A;
					}
				div.tia_declaration_steps ul li a span.rightTab {
					display:block;
					float:left;
					height:76px;
					width:5px;
					cursor:pointer;
					background:url(/content/plugins/TIA/images/breadcrumbSprite.png) no-repeat -286px 0;
				}
				
				div.tia_declaration_steps ul li.noLink span.leftTab {
					display:block;
					float:left;
					height:76px;
					width:5px;
					background:url(/content/plugins/TIA/images/breadcrumbSprite.png) no-repeat -555px 0;
				}
				div.tia_declaration_steps ul li.noLink span.middleTab {
					display:block;
					float:left;
					height:33px;
					padding:43px 12px 0;
					background:url(/content/plugins/TIA/images/breadcrumbSprite.png) no-repeat -560px 0;
				}
				div.tia_declaration_steps ul li.noLink span.rightTab {
					display:block;
					float:left;
					height:76px;
					width:5px;
					background:url(/content/plugins/TIA/images/breadcrumbSprite.png) no-repeat -780px 0;
				}
				
				div.tia_declaration_steps ul li span.arrowTab {
					display:block;
					float:left;
					height:76px;
					width:16px;
					background:url(/content/plugins/TIA/images/breadcrumbSprite.png) no-repeat -290px 0;
				}
				
			div.tia_declaration_steps ul li.current {
				font-weight:600;
			}
				div.tia_declaration_steps ul li.current span.leftTab {
					display:block;
					float:left;
					height:76px;
					width:5px;
					background:url(/content/plugins/TIA/images/breadcrumbSprite.png) no-repeat -306px 0;
				}
				div.tia_declaration_steps ul li.current span.middleTab {
					display:block;
					float:left;
					height:33px;
					padding:43px 12px 0;
					background:url(/content/plugins/TIA/images/breadcrumbSprite.png) no-repeat -312px 0;
				}
				div.tia_declaration_steps ul li.current span.rightTab {
					display:block;
					float:left;
					height:76px;
					width:5px;
					background:url(/content/plugins/TIA/images/breadcrumbSprite.png) no-repeat -534px 0;
				}
						
	div.tia_declaration_steps div#rightSteps {
		height:76px;
		width:66px;
		float:left;
		background:url(/content/plugins/TIA/images/breadcrumbSprite.png) no-repeat -787px 0;
	}

/* Login form */
form#contactToolsLogin label {
	width:75px;
	margin:15px 15px 0 0;
}
form#contactToolsLogin input {
		width:200px;
		margin:10px 7px 10px 0;
		-moz-border-radius:2px;
		-webkit-border-radius:2px;
		border-radius:2px;
		padding:5px;
		height:auto;
		border-top:1px solid #8e8e8e;
		border-left:1px solid #8e8e8e;
		border-bottom:1px solid #e1e1e1;
		border-right:1px solid #e1e1e1;
		background:#fefefe url(/content/plugins/TIA/images/shadowBg.png) repeat-x 0 0;
	}
		form#contactToolsLogin input:focus {
			background-color:#FEFEEE;
			color:#333333;
		}
form#contactToolsLogin input#terraForm_contactToolsLogin_submitBtn {
	float:left;
	margin:10px 0 0 212px;
	cursor:pointer;
	background: url(/content/plugins/TIA/images/buttonBg.png) repeat-x #67952e;
	width: 90px;
	color: #fff;
	height: auto;
	overflow:visible;
	border: 1px solid #577c28;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding: 3px 0;
}
	form#contactToolsLogin input#terraForm_contactToolsLogin_submitBtn:hover {
		background: url(/content/plugins/TIA/images/buttonBg.png) repeat-x #517524 0 -37px;
		border: 1px solid #435f1f;
	}
	
/* Members Area Welcome Page */
a#annualDeclarationButton {
	margin-top:30px;
	display:block;
	width: 320px;
	height:70px;
	text-align:center;
	cursor:pointer;
	font-size:1.1em;
	background: url(/content/plugins/TIA/images/buttonBgLarge.png) repeat-x #67952e;
	color: #fff !important;
	text-decoration:none !important;
	border: 1px solid #577c28;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-text-shadow: 0px -1px 0px #2d470c;
	-webkit-text-shadow: 0px 1px 0px #2d470c;
	-khtml-text-shadow: 0px 1px 0px #2d470c;
	text-shadow: 0px -1px 0px #2d470c;
	padding: 20px;
	font-size:1.8em;
	line-height:1.5em;
}
a#annualDeclarationButton:hover {
		background: url(/content/plugins/TIA/images/buttonBgLarge.png) repeat-x #517524 0 -111px;
		border: 1px solid #435f1f;
	}
	

/* Page 1 */
div#companyForm {
	width:600px;
}
div.formGroup {
	background:#ebebeb;
	padding:20px 0;
	/*margin-top:40px;*/
	border-bottom:1px dashed #bbbbbb;
	width:600px;
	font-family:"Lucida Grande",Lucida,Verdana,sans-serif;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
	div.group1 {
		background:#ebebeb url(/content/plugins/TIA/images/formGroupBg.png) no-repeat right top;
	}
	div.formGroup h6 {
		font-size: 1.2em;
		color:#6A9A30;
		margin:10px 0 10px 45px;
		font-weight:600;
		float:left;
		width:100%;
		text-shadow:0px 1px 0px #FFFFFF;
	}
	div.formGroup label {
		display:block;
		float:left;
		font-weight:600;
		color:#333333;
		text-align:left;
	}
	div.formGroup input, div.formGroup select, div.formGroup textarea {
		float:left;
		width:295px;
		margin:7px 7px 10px 0;
		-moz-border-radius:2px;
		-webkit-border-radius:2px;
		border-radius:2px;
		padding:5px;
		height:auto;
		overflow:visible;
		border-top:1px solid #8e8e8e;
		border-left:1px solid #8e8e8e;
		border-bottom:1px solid #e1e1e1;
		border-right:1px solid #e1e1e1;
		background:#fefefe url(/content/plugins/TIA/images/shadowBg.png) repeat-x 0 0;
	}
	div.formGroup select {
		width:307px;
	}
		div.formGroup input:focus, div.formGroup select:focus, div.formGroup textarea:focus {
			background-color:#FEFEEE;
			color:#333333;
		}
	div.formGroup input.error, div.formGroup select.error, div.formGroup textarea.error {
		background-color:#FEECEC;
	}
	label.error {
		margin:-14px 0 0 250px !important;
		padding:17px 10px 0;
		width:250px !important;
		height:28px;
		text-align:center !important;
		z-index:9999;
		background:url(/content/plugins/TIA/images/errorMessageBg.png);
	}
	form#compForm .group4 label.error {
		margin:-14px 0 0 277px !important;
	}
	form#compForm .group6 label.error {
		margin:15px 0 10px -60px !important;
	}
		
/* individual form box styling  */

	/* standard alignment: long labels, long inputs */
	form#compForm .group5 label {width:175px; margin:13px 15px 0 45px;}
	
	/* modified alignment: h6 headers, slightly shorter labels, long inputs */
	form#compForm .group1 label, form#compForm .group2 label, form#compForm .group3 label, form#compForm .group6 label {width:140px; margin:10px 15px 0 75px;}
	form#compForm .group6 input {width:auto; margin:0 7px 0 0; background:none; border:none;}
	form#compForm .group6 table {float:left;}
	form#compForm .group6 table td label {width:60px; margin:30px 20px 0 0;}
	form#compForm .group6 table td span.formFlag {margin-top:32px;}
	form#compForm .group6 ul#subCompanies {clear:both; margin-left:215px;}
	form#compForm .group6 div#subCompanyChangesWrapper {clear:both;}
	
	/* modified alignment: very long labels, very short inputs */
	form#compForm .group4 label {width:225px; margin:10px 15px 0 45px;}
	form#compForm .group4 input {width:240px;}
	form#compForm .group4 span#websiteHttp { padding:0; margin:10px 0 0 -50px; font-size:1em; width:50px;}
	
/* ------- */
	
	span.formFlag {
		display:block;
		background:url(/content/plugins/TIA/images/requiredArrow.gif) no-repeat;
		width:16px;
		height:16px;
		float:left;
	}
	div.formGroup span.formFlag {
		margin:13px 0 0 0;
		font-size:0.0001px;
		font-weight:100;
		color:#E0E0E0;
		text-indent:-999999999px;
	}
	div.formGroup span.readOnly {
		display:block;
		float:left;
		padding:10px 15px 0 0;
		font-size:1.2em;
		font-weight:600;
		width:350px;
	}
	div.formGroup span.note {
		display:block;
		float:left;
		margin:10px 0 -6px 230px;
		font-size:0.8em;
		line-height:1.6em;
		width:350px;
	}
	input.submitButton {
		float:right;
		margin-top:30px;
		cursor:pointer;
		background: url(/content/plugins/TIA/images/buttonBg.png) repeat-x #67952e;
		width: 140px;
		color: #fff;
		height: auto;
		border: 1px solid #577c28;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		border-radius:3px;
		padding: 3px 0;
	}
		input.submitButton:hover {
			background: url(/content/plugins/TIA/images/buttonBg.png) repeat-x #517524 0 -37px;
			border: 1px solid #435f1f;
		}
		
/* Page 2 */

div#contacts {
	width:600px;
}
div#contacts p.important {
	font-size:1.4em;
	width:530px;
}
div#contacts div#tableBg {
	background: url(/content/plugins/TIA/images/contactTableBg.png) no-repeat right top;
	padding:0 36px 0 0;
}
a#addNewContact {
	cursor:pointer;
	background: url(/content/plugins/TIA/images/buttonBgOrange.png) repeat-x #b06507;
	color: #fff;
	text-decoration:none;
	height: auto;
	border: 1px solid #9c6b31;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding: 5px 0 5px 15px;
	display:block;
	width:130px;
	text-align:center;
	margin:25px 0 0 0;
}
	a#addNewContact:hover {
		background: url(/content/plugins/TIA/images/buttonBgOrange.png) repeat-x #b06507 0 -37px;
		border: 1px solid #9c6b31;
	}
div#contacts table {
	width:100%;
	border-spacing:0;
	margin-top:15px;
	background:#FFFFFF;
	border-top:#CCCCCC solid 1px;
	border-bottom:#CCCCCC solid 1px;
	border-left:#CCCCCC solid 1px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border-collapse:collapse;
}
	div#contacts table th {
		padding:5px 10px;
		border-right:#CCCCCC solid 1px;
		background:#ddd;
	}
	div#contacts table td {
		padding:5px 10px;
		border-right:#CCCCCC solid 1px;
	}
	div#contacts table tr.row1 {
		background:#FFFFFF;
	}
	div#contacts table tr.row0 {
		background:#F5F5F5;
	}
	div#contacts table tr:hover {
		background:#eef4e7;
	}
		div#contacts table td img {
			margin:3px auto 0;
		}
div.continueButton a {
	float:right;
	margin:30px 36px 30px 0;
	cursor:pointer;
	background: url(/content/plugins/TIA/images/buttonBg.png) repeat-x #67952e;
	color: #fff !important;
	text-decoration:none !important;
	height: auto;
	border: 1px solid #577c28;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding: 5px 10px;
}
	div.continueButton a:hover {
		background: url(/content/plugins/TIA/images/buttonBg.png) repeat-x #517524 0 -37px;
		border: 1px solid #435f1f;
	}



/* Page 2 popup window */

div#contactForm {
	padding:0 15px 20px;
}
form#contactForm div.formGroup {
	background:none;
	border:none;
	padding:0;
	margin:0;
	width:auto;
}
	form#contactForm .group1 label {
		width:140px;
		margin:17px 15px 0 0px;
	}
	form#contactForm .group1 input {
		width:200px;
		height:auto;
	}	
	
	form#contactForm .group1 label#terraForm_contactForm_tmail_label,
	form#contactForm .group1 label#terraForm_contactForm_primaryContact_label,
	form#contactForm .group1 label#terraForm_contactForm_cardHolder_label {
		clear:none;
		width:200px;
	}
	form#contactForm .group1 label#terraForm_contactForm_tmail_label input,
	form#contactForm .group1 label#terraForm_contactForm_primaryContact_label input,
	form#contactForm .group1 label#terraForm_contactForm_cardHolder_label input {
		width:auto;
		margin:4px 10px 0 0;
		background:none;
		border:none;
	}
	form#contactForm .group1 label#terraForm_contactForm_tmail_label label,
	form#contactForm .group1 label#terraForm_contactForm_primaryContact_label label,
	form#contactForm .group1 label#terraForm_contactForm_cardHolder_label label {
		width:60px;
		margin:30px 20px 0 0;
	}
	
	form#contactForm button#terraForm_contactForm_cancel {
		float:left;
		margin:30px 0 30px;
		cursor:pointer;
		background: url(/content/plugins/TIA/images/buttonBg.png) repeat-x #67952e;
		width: 90px;
		color: #fff;
		height: auto;
		border: 1px solid #577c28;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		border-radius:3px;
		padding: 3px 0;
	}
		form#contactForm button#terraForm_contactForm_cancel:hover {
			background: url(/content/plugins/TIA/images/buttonBg.png) repeat-x #517524 0 -37px;
			border: 1px solid #435f1f;
		}
	
	

/* Page 3 */

form#membershipForm {
	width:600px;
}

form#membershipForm .group1 label {width:175px; margin:5px 15px 0 45px;}
form#membershipForm .group1 input {width:auto; margin:0 7px 0 0;}
form#membershipForm .group1 h6 {margin:20px 0 10px 45px;}
form#membershipForm .group1 p.instructions {margin:0 30px 15px 45px; clear:both;}
form#membershipForm .group1 table td label {width:60px; margin:15px 0 0 20px;}
form#membershipForm .group1 table td label input {border:none; background:none;}
form#membershipForm .group1 ul#subCompanies {clear:both; margin-left:215px;}
form#membershipForm .group1 span.formFlag {padding:0; margin:15px 0 0 0;}

form#membershipForm div.FTEOptions table.membershipOptions {
	clear:both;
	border-spacing:0;
	border-collapse:collapse;
	margin:5px 45px 0 45px;
	display:block !important;
	background:#FFFFFF;
	border-top:#CCCCCC solid 1px;
	border-bottom:#CCCCCC solid 1px;
	border-left:#CCCCCC solid 1px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
	form#membershipForm div.FTEOptions table.membershipOptions th {
		padding:5px 10px;
		border-right:#CCCCCC solid 1px;
		background:#69982f;
		background-image: -moz-linear-gradient(top, #77a334, #528225);
		background-image: -webkit-gradient(linear, left top, left bottom, from(#77a334), to(#528225));
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#77a334,endColorstr=#528225);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#77a334,endColorstr=#528225)";
		color:#FFFFFF;
	}
	form#membershipForm div.FTEOptions table.membershipOptions tr td {
		padding:5px 10px;
		border-right:#CCCCCC solid 1px;
	}
	form#membershipForm div.FTEOptions table.membershipOptions tr.row1 {
		background:#FFFFFF;
	}
	form#membershipForm div.FTEOptions table.membershipOptions tr.row0 {
		background:#F5F5F5;
	}
	form#membershipForm div.FTEOptions table.membershipOptions tr:hover {
		background:#eef4e7;
	}
		form#membershipForm div.FTEOptions table.membershipOptions tr td input {
			border:none; background:none;
		}

form#membershipForm div.TurnoverOptions table.membershipOptions {
	clear:both;
	border-spacing:0;
	border-collapse:collapse;
	margin:5px 45px 0 45px;
	display:block !important;
	background:#FFFFFF;
	border-top:#CCCCCC solid 1px;
	border-bottom:#CCCCCC solid 1px;
	border-left:#CCCCCC solid 1px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
	form#membershipForm div.TurnoverOptions table.membershipOptions th {
		padding:5px 10px;
		border-right:#CCCCCC solid 1px;
		background:#69982f;
		background-image: -moz-linear-gradient(top, #77a334, #528225);
		background-image: -webkit-gradient(linear, left top, left bottom, from(#77a334), to(#528225));
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#77a334,endColorstr=#528225);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#77a334,endColorstr=#528225)";
		color:#FFFFFF;
	}
	form#membershipForm div.TurnoverOptions table.membershipOptions tr td {
		padding:10px;
		border-right:#CCCCCC solid 1px;
	}
	form#membershipForm div.TurnoverOptions table.membershipOptions tr.row1 {
		background:#FFFFFF;
	}
	form#membershipForm div.TurnoverOptions table.membershipOptions tr.row0 {
		background:#F5F5F5;
	}
		form#membershipForm div.TurnoverOptions table.membershipOptions tr td input {
			padding:2px 5px;
			text-align:left !important;
		}
		
form#membershipForm div.additionalCardsAndTotal table.membershipOptions {
	clear:both;
	border-spacing:0;
	border-collapse:collapse;
	margin:20px 45px 0 45px;
	/*display:block !important;*/
}
	form#membershipForm div.additionalCardsAndTotal table.membershipOptions tr td {
		padding:10px;
	}
	form#membershipForm div.additionalCardsAndTotal table.membershipOptions td.cards span {
		display:block;
		float:left;
		width:45px;
		margin-top:5px;
	}
	form#membershipForm div.additionalCardsAndTotal table.membershipOptions td.cards select {
		width:200px;
		float:left;
		margin:0 0 0 10px;
	}

form#membershipForm div.group2 table.terraFormLayoutElement {
	clear:both;
	border-spacing:0;
	margin:0px 45px 0 45px;
	display:block !important;
	width:500px;
}
	form#membershipForm div.group2 table.terraFormLayoutElement tr td {
		padding:0 10px;
	}
	form#membershipForm div.group2 table.terraFormLayoutElement select {
		margin:0;
		width:170px !important;
	}
	form#membershipForm div.group2 table.terraFormLayoutElement button {
		margin:4px 0 0 0;
	}
	form#membershipForm div.group2 table.terraFormLayoutElement button#cardHolders_button1 {
		margin-top:24px;
	}
	form#membershipForm div.group2 table.terraFormLayoutElement div#cardHolders_heading1, form#membershipForm div.group2 table.terraFormLayoutElement div#cardHolders_heading2 {
		font-weight:600;
		font-size:1.1em;
		height:24px;
	}
form#membershipForm div.group2 div.cardsAvailable {
	margin:10px 45px 0 55px;
	font-weight:600;
	font-size:1.2em;
}
	form#membershipForm div.group2 div.cardsAvailable span#maxCardsAvailable {
		margin-left:5px;
	}

form#membershipForm .group3 table.terraFormLayoutElement {margin:0 45px 0 45px;}
form#membershipForm .group3 p {margin:5px 15px 0 45px;}
form#membershipForm .group3 input {width:auto; margin:0 7px 0 0; border:none; background:none;}
form#membershipForm .group3 table td label {width:150px; margin:10px 10px 0 0;}

/* Page 3 Popup window */

/*#thriveWindowlessContent {
	overflow:auto !important;
}*/
div#confirmationContainer {
	height:400px;
	overflow:auto;
}
div.confirmation {
	text-align:left;
	padding:0 30px 20px;
}
div.confirmation table {
	width:340px;
}
input#memContinueButton {
	float:right;
	margin-top:30px;
	cursor:pointer;
	background: url(/content/plugins/TIA/images/buttonBg.png) repeat-x #67952e;
	width: 90px;
	color: #fff;
	height: auto;
	border: 1px solid #577c28;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding: 3px 0;
}
	input#memContinueButton:hover {
		background: url(/content/plugins/TIA/images/buttonBg.png) repeat-x #517524 0 -37px;
		border: 1px solid #435f1f;
	}
input#memCancelButton {
	float:left;
	margin:30px 0 30px;
	cursor:pointer;
	background: url(/content/plugins/TIA/images/buttonBg.png) repeat-x #67952e;
	width: 90px;
	color: #fff;
	height: auto;
	border: 1px solid #577c28;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding: 3px 0;
}
	input#memCancelButton:hover {
		background: url(/content/plugins/TIA/images/buttonBg.png) repeat-x #517524 0 -37px;
		border: 1px solid #435f1f;
	}

/* Page 4 */
div.policy {padding:5px;margin:5px;}

table.membershipCompleted {
	width:400px;
	margin-top:15px;
}
	table.membershipCompleted div.continueButton a {
		margin:30px 0;
		float:left;
	}
form#paymentForm div.formGroup h3, form#paymentForm .group1 a {
	margin:8px 0 10px 45px;
}
	form#paymentForm div.formGroup h3.paymark-title{ float:left; margin:8px 0 10px 0; padding:0 0 0 45px; width:485px;}
	form#paymentForm div.formGroup img.paymark-logo{ float:left; margin:0 20px 0 0; width:50px;}
form#paymentForm a#invoiceButton {
	text-align:center;
	cursor:pointer;
	background: url(/content/plugins/TIA/images/buttonBgOrangeSmall.png) repeat-x #b46807;
	color: #fff;	border: 1px solid #7e4806;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding: 8px 15px;
	text-decoration:none;
	font-weight:500;
}
	form#paymentForm a#invoiceButton:hover {
		background: url(/content/plugins/TIA/images/buttonBgOrangeSmall.png) repeat-x 0 -37px #b46807;
		border: 1px solid #7e4806;
	}
form#paymentForm ul li.formError {
	margin-top:15px;
	height:35px;
	background:none;
	width:500px;
}
form#paymentForm .group2 label {width:140px; margin:17px 15px 0 75px;}
form#paymentForm .group2 span.cscNote {
	float:left;
	margin:-8px 0 5px 230px;
	display:block;
}
form#paymentForm .group2 select#terraForm_paymentForm_cardExpiryMonth {
	width:160px;
}
form#paymentForm .group2 select#terraForm_paymentForm_cardExpiryYear {
	width:110px;
}
form#paymentForm input#terraForm_paymentForm_submitPayment {
	float:right;
	margin:30px 65px 0 0;
	cursor:pointer;
	background: url(/content/plugins/TIA/images/buttonBg.png) repeat-x #67952e;
	width: 90px;
	color: #fff;
	height: auto;
	border: 1px solid #577c28;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding: 3px 0;
}
	form#paymentForm input#terraForm_paymentForm_submitPayment:hover {
		background: url(/content/plugins/TIA/images/buttonBg.png) repeat-x #517524 0 -37px;
		border: 1px solid #435f1f;
	}
table.receipt {
	margin-top: 15px;
}
	table.receipt tr th {
		background:#F5F5F5;
	}
	table.receipt tr:hover {
		background:#eef4e7;
	}
	table.receipt tr th, table.receipt tr td {
		padding:5px 10px;
	}

/* Invoice */
body#invoice {
	font-family:Arial, Helvetica, Trebuchet MS, sans-serif;
	color:#333333;
	font-size:100%;
}
	body#invoice div.TIADetails {
		float:right;
		text-align:right;
		line-height:1.7em;
		font-weight:600;
		font-size:0.9em;
		padding-top:25px;
	}
	body#invoice div.title {
		clear:both;
		padding:20px 0;
		text-align:center;
		width:100%;
	}
		body#invoice h1 {
			font-size:1.7em;
			margin-bottom:8px;
			font-weight:600;
		}
		body#invoice h2 {
			margin:0;
			font-size:1.1em;
			font-weight:600;
		}
	body#invoice ul, body#invoice ol, body#invoice li {
		list-style:none;
		list-style-type:none;
		padding:0;
		margin:0;
	}
	body#invoice ul.invoiceTo {
		float:left;
	}
	body#invoice table.invoiceDetails {
		float:right;
	}
		body#invoice table.invoiceDetails td {
			padding-left:20px;
		}
	body#invoice div.purchaseSummary {
		clear:both;
		padding:50px 0 0;
	}
		body#invoice div.purchaseSummary table {
			border-spacing:0;
			border-collapse:collapse;
			padding:0;
			text-align:left;
			width:100%;
		}
			body#invoice div.purchaseSummary table th {
				border-bottom:solid 1px #333333;
				padding:0;
			}
			body#invoice div.purchaseSummary table td {
				padding:8px 0;
			}
	body#invoice div.totals {
		padding:60px 0 20px;
	}
		body#invoice div.totals table {
			float:right;
			width:240px;
			text-align:left;
		}
			body#invoice div.totals table td, body#invoice div.totals table th {
				padding:3px 0;
			}
			body#invoice div.totals table tr.total th, body#invoice div.totals table tr.total td {
				border-top:solid 1px #333333;
			}
	body#invoice div.termsconditions {
		clear:both;
		border-bottom:dashed 1px #333333;
		padding-bottom:10px;
		margin:30px 0;
	}
		body#invoice div.termsconditions h3 {
			font-size:1em;
			margin:0;
			font-weight:600;
		}
		body#invoice div.termsconditions ol {
			list-style-type:decimal;
			font-weight:600;
			line-height:1.4em;
			font-size:0.9em;
			padding-left:15px;
			margin-left:4px;
		}
			body#invoice div.termsconditions ol li {
				list-style-type:decimal;
			}
	body#invoice ul.tiaAddress {
		float:left;
		font-size:0.9em;
	}
	body#invoice table.customeraddress {
		float:right;
		width:280px;
		font-size:0.9em;
		text-align:left;
	}
	
	