:-moz-any-link :focus {
	outline: none;
}

:focus {
	-moz-outline-style: none;
	outline: none;
}



div.empty div.nav-left-header-tab {
	background: url(images/tab_green2.gif) 0 0 no-repeat;
}

/* sX.0 - General Colors */
.line-grey,.line-grey-tier {
	border-top: 1px solid #A3A3A2;
}

.line-grey-tier {
	padding-bottom: 25px;
}

.bottom {
	height: 10px;
}

div.p10bottom {
	padding-bottom: 10px;
}

.clear {
	clear: both;
}

div.buttonSubmit {
	position: relative;
}

div.buttonSubmit input,div.buttonSubmit span {
	height: 36px;
	position: relative;
	background-image: url(images/button-submit.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	float: left;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px 15px 2px 15px;
	margin: 20px 0px 20px 0px;
	border: 0px;
	cursor: pointer;
	z-index: 5;
}

div.buttonSubmit input {
	width: auto;
}

div.buttonSubmit span {
	width: 4px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-position: left -36px;
	padding: 0px 0px 0px 0px;
	z-index: 10;
}

body.safari div.buttonSubmit span {
	display: none
}

div.buttonSubmitHover input {
	background-position: right -72px;
}

div.buttonSubmitHover span {
	background-position: left -108px;
}

div.emailerror {
	display: block;
	color: #464646;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	padding-left: 10px;
}

label.error {
	display: block;
	color: red;
	font-style: italic;
	font-weight: normal;
	font-size: 9px;
	padding-left: 10px;
}

input.error {
	border: 2px solid red;
}


div.field input.error, div.field select.error, div.errorRow div.field input,div.errorRow div.field select {
	border: 2px solid red;
	background-color: #FFFFD5;
	margin-right: 10px;
	color: red;
}

div div.field div.formError {
	display: none;
	color: #FF0000;
}

div.errorRow div.field div.formError {
	display: block;
	font-weight: normal;
}

div.error {
	color: red;
}

div.error a {
	color: #336699;
	font-size: 9px;
	text-decoration: underline
}

div.tooltip {
	position: absolute;
	left: 30px;
	bottom: 0px;
	display: none; /* in case javascript is disabled */
	width: 170px;
	background-color: #F4F1E9;
	z-index: 100;
	padding: 10px;
	border: 1px solid #CCCCCC;
}

textarea.expanding {
	border:none;
	font:10pt Helvetica, Verdana, sans-serif;
	height:100px;
	padding:2px;
	width:400px;
}


