* {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

input, select, textarea {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
}

.tie-overlay {
	background-color: #000000;
	position: absolute;
	z-index: 8000;
}

.tie-modalBox {
	position: absolute;
	z-index: 10000;
}

.tie-ticker {
	list-style: none;
}

/* contact-form { */
#contact-form {
	left: 0px;
	position: absolute;
	top: 0px;
	visibility: hidden;
	width: 300px;
}

#contact-form .innerFrame {
	background-color: #545454;
	border: solid 3px #ffffff;
	color: #ffffff;
	padding: 10px 20px 5px;
}

#contact-form .innerFrame p.title {
	color: #ff9933;
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 10px;
}

#contact-form .innerFrame p.field {
	margin-bottom: 5px;
}

#contact-form .innerFrame p.field label {
	display: block;
	margin-bottom: 2px;
}

#contact-form .innerFrame p.field input, #contact-form .innerFrame p.field textarea {
	border: solid 1px #cbcbcb;
}

#contact-form .innerFrame p.field input {
	padding: 2px;
	width: 248px;
}

#contact-form .innerFrame p.field textarea {
	height: 80px;
	width: 252px;
}

#contact-form .innerFrame p.actions {
	margin: 15px 0px 30px;
	text-align: right;
}

#contact-form .innerFrame p.agreement {
	font-size: 7pt;
	text-align: center;
}

#contact-form .innerFrame p.agreement a {
	text-decoration: none;
}
#contact-form .innerFrame p.agreement a:active, #contact-form .innerFrame p.agreement a:link, #contact-form .innerFrame p.agreement a:visited {
	color: #ffffff;
}
#contact-form .innerFrame p.agreement a:hover {
	color: #ff9933;
}
/* } contact-form */