#contact-form {
	display:block;
	background:#fff;
	position:fixed;
	z-index:1000001;
	padding:6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	height:auto !important;
	min-width:715px;
}

#contact-mask {
	background:#000;
	position:absolute;
	top:0;
	left:0;
	z-index:1000000;
	-moz-opacity:.65;
	filter:alpha(opacity=65);
	opacity:.65;
}

#-cf-column-info {
	float: left;
	margin-left: .5em;
	margin-bottom:2px;
	-webkit-border-radius: 5px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 5px;
	-moz-border-radius: 0;
	border-radius: 5px;
	border-top-left-radius: 0;
	padding: 4px;
	text-align: left !important;
	color:#f5f6f6;
	/*width: 200px;*/
}

#-cf-column-form {
	float: left;
	border-radius: 5px;
}

#-cf-info-name {
	font-size: larger;
	font-weight: bold;
	text-align: center;
}

#-cf-info-photo {
	text-align: center;
	margin-top: .2em;
}

#-cf-info-office-heading, #-cf-info-numbers-heading, #-cf-info-website-heading, #-cf-info-mobile-heading {
	font-weight: bold;
	margin-top: .5em;
}

#-cf-info-office-info, #-cf-info-website-info, #-cf-info-numbers-info, #-cf-info-mobile-info, #-cf-info-company-name, #-cf-info-office-name, #-cf-info-address-1, #-cf-info-address-2, #-cf-info-address-city, #-cf-info-address-state, #-cf-info-address-zip, #-cf-info-office-phone {
	padding-left: .7em;
}

#-cf-info-address-city, #-cf-info-address-state, #-cf-info-address-zip {
	float: left;
}

#-cf-form {
	position: relative;
}

div.-cf-form-label-correspondance, div.-cf-form-label-name, div.-cf-form-label-contact {
	float: left;
	margin-top: 4px;
}

div.-cf-form-label-correspondance {
	width: 48px;
}

input.-cf-form-field-contact, select.-cf-form-field-contact {
	float: left;
	margin: 1px 0;
	height: 18px;
	padding: 0 1px;
}

select.-cf-form-field-contact {
	height: 22px;
	padding: 0 0 0 2px;
}

div.-cf-form-label-contact {
	margin-left: .8em;
	width: 86px;
}

div.-cf-form-label-name {
	width: 60px;
}

div.-cf-clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

#-cf-form-field-to, #-cf-form-field-from {
	width: 466px;
}

#-cf-form-field-subject {
	width: 482px;
}

#-cf-form-field-firstname, #-cf-form-field-lastname {
	width: 110px;
}

#-cf-form-field-phone {
	/* width value provided by xslt */
}

#-cf-form-field-method {
	width: 104px;
}

#-cf-form-field-message {
	width: 530px;
	height: 200px;
	margin: 1px 0;
	padding: 0 1px;
	resize: none;
}

#-cf-form-button-submit, #-cf-form-button-cancel, #-cf-form-button-reset {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 56px;
}

#-cf-form-button-submit {
	right: 58px;
	width: 80px;
	height: 48px;
}

#-cf-form-button-reset, #-cf-form-button-cancel {
	height: 24px;
}

#-cf-form-button-reset {
	bottom: 24px;
}

#-cf-form-button-cancel {
	right: 0px;
}

#-cf-disclaimer {
	width: 530px;
	font-size: smaller;
	margin-top: .3em;
	color: #777;
	line-height: 1.1em;
}

#-cf-info-numbers-number {
	white-space: nowrap;
}

.-cf-form-field-wrapper {
	position: relative;
	float: left;
}

.-cf-form-required-input {
	padding-right: 17px !important;
}

.-cf-form-required-indicator {
	position: absolute;
	width: .4em;
	height: .4em;
	font-size: 3em;
	padding-top: .3em; 
	color: #aaa;
	overflow: hidden;
	right: .1em;
	top: .1em;
}

#-cf-form-confirmation-message {
	text-align: center;
	font-size: larger;
}

#-cf-form-confirmation-button {
	width: 100px;
	height: 26px;
	margin-top: .5em;
}

#-cf-form-close {
	background-color: #fff;
	position: absolute;
	padding: 0 6px;
	right: 14px;
	top: -14px;
	cursor: pointer;
	border-radius: 12px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

