﻿body {
	padding: 0px;
	margin: 0px;
	background-image: url('//save-a-log.com/images/look/site_bg.gif');
}

html,body,td,p {
	font-size: 9pt;
	font-family: Trebuchet MS, arial, sans-serif;
	text-decoration: none;
	color: #333333;
}

a {
  font-size: 8pt;    
  color: #336699;
	text-decoration: none;    
}

a:hover {
  font-size: 8pt;    
  color: #0066ff;
	text-decoration: none    
}

td.headerbar {
  font-size: 8pt;    
	background: url(/images/titlebar_grad.gif);
	height: 23px;
	color: #575757;
}

td.headerbar a {
  font-size: 8pt;
	color: #606060;
	text-decoration: none
}

td.headerbar a:hover {
  font-size: 8pt;
	color: #000000;
	text-decoration: none;
}

td.headerbar a:active {
  font-size: 8pt;
	color: #000000;
	text-decoration: none;
}

textarea {
	font-size: 10pt;
	font-family: Trebuchet MS, arial, sans-serif;
	font-style: normal;
	text-decoration: none;
	color: #5D5D5D;
}

search_item {
	font-size: 11pt;
	font-family: Trebuchet MS, arial, sans-serif;
	font-weight: 500;
	text-decoration: underlined;
	color: #0066ff;
}

contact_info {
	font-size: 11pt;
	font-family: Trebuchet MS;
	font-weight: 500;
	text-decoration: underlined;
	color: #0066ff;
}

h2 {
	font-family: Trebuchet MS;
	font-weight: normal;
	font-size: 18pt;
	color: #808080; margin-bottom:2
}

h3 {
	font-size: 12pt;
	font-family: Trebuchet MS;
	font-weight: bold;
	color: #333333;
	margin-bottom:0;
	margin-top:0;	
}

h4 {
	font-size: 11pt;
	font-family: Trebuchet MS;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
	margin-top:0;		
}

h5 {
	font-family: Trebuchet MS;
	font-size: 9pt;
	text-transform: uppercase;
	margin-bottom: 1
}

form {
	margin: 0px;
}
div.fieldcontainer{
	height: 28px;
}
div.fieldcontainer div.label{
	float: left;
	height: 28px;
	width: 100px;
	text-align: right;
	font-weight: bold;
	padding-right: 3px;
	padding-top: 3px;
}
fieldset.hidden{
	border: 0px;
	padding: 0px;
}
fieldset.hidden legend{
	display: none;
}

fieldset.error{
	border: 1px solid #CA2525;
}
fieldset.error legend{
	color: #CA2525;
	font-weight: bold;
}
ul.formlist{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	margin-bottom: 15px;
}
html>body ul.formlist li{
	display: table-row;
}
span.label{
	font-weight: bold;
	width: 110px;
	text-align: right;
	display: inline-block;
	margin-right: 5px;
}
html>body span.label{
	display: table-cell;
	margin: 0px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
span.field{
	display: inline-block;
}
html>body span.field{
	padding-top: 2px;
	padding-bottom: 1px;
	display: table-cell;
}
li.space{
	margin-bottom: 15px;
}
html>body li.space span{
	padding-bottom: 15px;
}
div.box ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
div.box{
	margin-top: 15px;
	margin-bottom: 15px;
	background: #FFFFF0;
	border-top: 1px solid #FFCC66;
	border-bottom: 1px solid #FFCC66;
	padding: 5px;
}
div.box h1{
	font-size: 12pt;
	margin: 0px;
	color: #000;
}
div.box p{
	margin: 0px;
}