/* Tables
-------------------------------------------------------------- */

table   {
}
th      {
	color: #93c02d;
	padding: 2px 0px 5px 15px;
	text-align: right;
}
td   {
	padding: 3px 0px 3px 12px;
}
tfoot   { font-style: italic; }
caption { background: #ffc; }

/* Use this if you use span-x classes on th/td. */
table .last { padding-right: 0; } 
.right   {
	text-align: right;
}
#addressbox {
	float: left;
	margin-top: 96px;
	padding-left: 20px;
	clear: none;
	padding-top: 4px;
}
#addressbox p {
}
#contact-wrapper {
	width: 400px;
	float: left;
	padding-right: 75px;
	padding-top: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin-top: 5px;
	clear: none;
}

/* contact page and form -------------------------------------------------------------- */

#contact td {
	text-align: left;
	vertical-align: top;
	margin: 0px;
}
#contact th {
	vertical-align: top;
	font-size: 13px;
}
#contact {
	margin-left: 30px;
	margin-top: 20px;
}

/* Text fields */
input.text, input.title   { width: 275px; margin:0 0 0 0; }
input.text, input.title   { border:1px solid #bbb; background:#f6f6f6; padding:1px; height: 15px; }
input.text:focus,
input.title:focus         { border:1px solid #999; background:#fff; }
input.title               { font-size:.80em; }

/* Textareas */
textarea            { width: 275px; height: 65px; margin: 0; }
textarea            { border:1px solid #bbb; background:#f6f6f6; padding:5px; }
textarea:focus      { border:1px solid #999; background:#fff; }

/* Select fields */
select              { border:1px solid #ccc; background:#f6f6f6; width:200px; }
select:focus        { border:1px solid #999; background:#fff; }

/* Submit */
a.button, button {
	display:block;
	float:right;
	margin:4px 0.583em 0.667em 0;
	padding:3px 6px 3px 6px;   /* Links */
	border:1px solid #dedede;
	border-top:1px solid #eee;
	border-left:1px solid #eee;
	background-color:#f5f5f5;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
	font-size: 80%;
}
button {
	width:auto;
	overflow:visible;
	padding:1px 8px 2px 8px;   /* IE6 */
	border-top-color: #dedede;
	border-right-color: #dedede;
	border-bottom-color: #dedede;
	border-left-color: #dedede;
}
button[type] {
  padding:3px 6px 3px 6px;   /* Firefox */
  line-height:15px;           /* Safari */
}
*:first-child+html button[type] {
  padding:3px 6px 3px 6px;   /* IE7 */
}
a.positive:hover, button.positive:hover {
  background-color:#b8df3b;
  border:1px solid #789d00;

}
a.positive:active {
	background-color:#b8df3b;
	border:1px solid #789d00;
	color:#fff;
}
