/*
-----------------------------------------------
Acacia Skills Academy
Author: www.fluidmediaservices.com
Version: October 2009 
----------------------------------------------- */

/*ACACIA CONTACT PAGE STYLES
----------------------------------------------- */

.addressLineBold {
	font-weight: bold;
	color: #c11933; }

.addressLine {
	margin: 0;
	padding: 0; }

.addressLine2 {
	font-weight: bold;
	padding: 10px 0 0 0; }

.addressLine2 a {
	color: #c11933; }

.addressLine2 a:hover {
	color: #000; }

.contactForm {
	margin: 20px 0 0 0; }

.contactForm label {
	float: left;
	width: 150px; }

.mandatory {
	color: #c11933; }

a.Submitbutton {
	background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
	color: #fff;
	display: block;
	float: left;
	font: bold 11px arial, sans-serif;
	text-transform: uppercase;
	height: 24px;
	padding-right: 16px; /* sliding doors padding */
	text-decoration: none;
	margin-left: 150px; }

a.Submitbutton span {
	background: transparent url('../images/bg_button_span.gif') no-repeat;
	display: block;
	line-height: 14px;
	padding: 5px 0 5px 16px; } 

a.Submitbutton:active {
	background-position: bottom right;
	color: #000;
	outline: none; /* hide dotted outline in Firefox */ }

a.Submitbutton:active span {
	background-position: bottom left;
	padding: 5px 0 5px 16px; }

#addressBox {
	float: left;
	margin: 40px 0 0 0;
	padding: 20px 20px 20px 20px;
	width: 550px;
	border: 2px #c11933 dashed; }