@charset "UTF-8";
/* CSS Document */

form.contact {
	background: url(../images/circuitBoard.gif) no-repeat;
	max-width: 400px;
	min-height: 250px;
	border-top: 1px solid #126ecc;
	border-bottom: 1px solid #126ecc;
}

table.contact {
	margin: 10px;
}

table.contact td {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
}

td.title {
	text-align: right;
}

td.buttons {
	text-align: center;
}

#subBoxContent p.ty {
	margin: 10px;
}

div.contactText {
	width: 400px;
	float: left;
	margin-right: 20px;
}

.contactText a {
	color: #128ecc;
	text-decoration: underline;
}

.contactText a:hover {
	color: #ff981f;
}