﻿/* contact-info */
.contact-info, .contact-form {
	width:			422px;
	height:			530px;
	float:			left;
	padding-top:	18px;
}
.contact-info {
	padding-right:	54px;
	padding-left:	16px;
}
.contact-info img {
	margin-bottom:	3px;
}
.contact-info .row {
	background: none;
	width:			100%;
	float:			left;
	line-height:	18px;
	padding:		10px 0 13px 0;
}
.contact-info .row h4 {
	color:			#3a83c6;
}

/* CONTACT FORM */
.contact-form {
	padding-bottom:	54px;
	color:			#000;
}
.contact-form p {
	line-height:	13px;
	color:			#101010;
	padding:		11px 0 13px 0;
}
.contact-form .row {
	width:			100%;
	float:			left;
	padding:		0px 0 0 0;
}
.form .label .checkbox {
	width:			100%;
	float:			left;
	padding:		10px 0 0 0;
	margin:			10px 0px 0px 10px;
}


.contact-form .row label {
	background:		none;
	text-align:		center;
	font-size:		12px;
	font-weight:    normal;
	color:			#060606;
	width:			74px;
	padding:		0 9px;
	line-height:	30px;
	text-align:		right;
	float:			left;
}


.contact-form .row label.last {
	height:			202px;
}


.contact-form .input, .contact-form textarea {
	background:		#f2f2f2;
	border:			none;
	float:			left;
	font-size:		12px;
  	color:			#060606;
	line-height:	18px;
	margin-left:	2px;
}
.contact-form .input {
	height:			18px;
	width:			300px;
	margin:			7px 0px 0px 0px; 
  	border: 		1px solid #CCCCCC; 
}

.contact-form textarea {
	height:			183px;
	width:			300px;
	padding:		10px 9px 7px 9px;
	margin:			5px 0px 0px 0px;
  	border: 1px solid #CCCCCC; 
}

.contact-form .checkbox {
	float:			left;
}

.contact-form .input .text {
	color: #000;
}


.contact-form a {
	color:			#101010;
	text-decoration:underline;
}
.contact-form a:hover {
	text-decoration:none;
}
.contact-form .button {
	background-color: #004080	;
	width:			90px;
	height:			30px;
	border:			1px #000;
	cursor:			pointer;
	float:			right;
	margin:			0px 30px 0px 0px;
}

.contact-form .button2 {
	background-color:	#003162;
	width:			201px;
	height:			33px;
	border:			none;
	cursor:			pointer;
	float:			right;
}
.contact-form .button:hover {
	background-position:left bottom;
}

