/* Mini form */
#mini-form-wrapper {
	font-family: arial;
	font-size: 13px;
	background: url('images/tracknet-form-b.jpg');
	background-repeat: no-repeat;
	width: 302px;
	height: 550px;
	margin-top: 12px;
}

#mini-form {
	width:245px;
	height:396px;
	padding:145px 0px 0px 58px;
}

#mini-form input.submit {
	float: left;
	background-image: url('images/submit-button.jpg');
	border: none;
	font-size: 0px;
	width: 156px;
	height: 37px;
	margin-left: 2px;
	margin-top: 6px;
	cursor: pointer;
}

#mini-form div {
	padding: 1px;
}

#mini-form label  {
	display:block;
	margin-bottom: 2px;
	color:white;
}

#mini-form textarea {
	width: 200px;
	margin-bottom: 5px;
	height:60px;
}

#mini-form label.error {
	color: #F6BA02;
	font-size: 0.9em;
}

/* Main form */

#main-form {
  font-family: Arial;
  font-size: 13px;
	width: 225px;
} 

#main-form div {
  padding: 5px;
	position: relative;
} 

#main-form div.textbox input,
#main-form div select,
#main-form textarea {
	margin: 0;
	position: absolute;
	left: 225px;
}

#main-form div textarea {
  width: 250px;
	height: 80px;
}

#main-form div.checkboxes {
	width: 230px;
	clear: both;
	position: static;
	height: 14px;
}

#main-form div.checkbox input {
	float: right;
	margin-left: 20px;
}

#main-form div.checkbox label {
	float: left;
}

#main-form div.checkbox {
	text-align: right;
	height: 115px;
}

#main-form input.submit {
	margin-top: 45px;
	margin-top: 70px;
	position: relative;
	position: inherit;
	left: 425px;
}

#main-form label.error {
	color: red;
	/*
	position: absolute;
	right: -280px;
	*/
	font-size: 0.8em;
	display: block;
}

/* Contact Button & form */

#contact-button {
	background-image: url('images/contact-us-button.png');
	background-repeat: no-repeat;
	height: 82px;
	width: 939px;
}

#contact-button #contact-button-form {
	float: left;
	width: 425px;
	margin-top: 6px;
}

#contact-button #contact-button-img, #contact-button #contact-button-img img {
	width: 506px;
	height: 82px;
	float: left;
	border: 0px !important;
}

#contact-button-form .textbox label {
	font-size: 20px;
	color: white;
	font-family: arial;
	margin: 0px 10px;
}

#contact-button-form .textbox label.error {
	font-size: 0.65em;
	color: yellow;
	margin-left: 40px;
	display: block;
	clear: both;
}

#contact-button-form .textbox {
	float: left;
	width: 230px;
	height: 23px;
	clear: both;
}

#contact-button-form .textbox input {
	border: 1px solid #000;
	margin: 0px;
	padding: 0px;
}

#contact-button-form input.submit {
	border: none;
	background-image: url('images/send-button-contact.png');
	font-size: 0px;
	cursor: pointer;
	width: 161px;
	height: 44px;
	margin-top: 10px;
}
