#content .formContact
{
	display:inline-block;
	width:580px;
	height:650px;
	padding-left: 40px;
	padding-top:40px;
}

#content .imagesRight
{
	text-align:right;
	vertical-align:top;
	display:inline-block;
	position:relative;
	width:550px;
	height:650px;
	padding-left: px;
	padding-top:40px;
}

#content p 
{
	font-size:12px;
	font-family: 'sourceSansLight', Arial, Helvetica, sans-serif;
}

#content h4
{
	font-size:13px;
	font-family: 'sourceSansBold', Arial, Helvetica, sans-serif;
}

#content h5
{
	display:inline-block;
	font-size:14px;
	font-family: 'sourceSansRegular', Arial, Helvetica, sans-serif;
	width:180px;
	height:20px;
	text-align:left;
}

#content textarea
{
	height: 168px;
    width: 580px;
    overflow:auto;
    resize: none; 
}

#content .orangeButton
{
	display: block;
	line-height: 65px !important;
	margin-top: 10px;
	width:140px;
	height:65px;
	background-color:#bcbcbc;
	behavior: url("src/css/plugin/PIE.htc");
	border-radius: 0 0 20px 0;
	text-align: center;
    vertical-align: middle;
    font-family: 'sourceSansBlack', Arial, Helvetica, sans-serif;
    font-size:18px;
    color:white;
    line-height: 1.3em;
    padding-left: 10px;
    padding-right: 10px;

}
#content .gform_footer
{
	padding:0;
}


#content input[type=submit]
{
	display: block;
	line-height: 65px !important;
	margin-top: 10px;
	width:140px;
	height:65px;
	background-color:#bcbcbc;
	behavior: url("src/css/plugin/PIE.htc");
	border-radius: 0 0 20px 0;
	text-align: center;
    vertical-align: middle;
    font-family: 'sourceSansBlack', Arial, Helvetica, sans-serif;
    font-size:18px;
    color:white;
    line-height: 1.3em;
    padding-left: 10px;
    padding-right: 10px;
    border:none;
}

#content .captcha
{
	display:inline-block;
	margin-top: 10px;
	width:150px;
	height:18px;
	text-align:left;
	behavior: url("src/css/plugin/PIE.htc");
	border: #e3e9ef 1px solid;
}

#content .captchaText
{
	font-size:14px;
	font-family: 'sourceSansRegular', Arial, Helvetica, sans-serif;
}

#content .imagesRight .graysquare
{
	display: inline-block;
	position:relative;
	width:153px;
	height:185px;
	background-color:#e8e5e5;
	behavior: url("src/css/plugin/PIE.htc");
	border-radius: 0 0 20px 0;
	text-align: left;
    vertical-align: top;
    font-family: 'sourceSansLight', Arial, Helvetica, sans-serif;
    font-size:12px;
    color:black;
    line-height: 1.3em;
    padding-left: 15px;
    padding-right: 10px;
    padding-top:10px;
    margin-right:8px;
}


#content .imagesRight .greensquare
{

	position:absolute;
	width:80px;
	height:90px;
	background-color:#96bf23;
	behavior: url("src/css/plugin/PIE.htc");
	border-radius: 0 0 20px 0;
	text-align: center;
    vertical-align: top;
    font-family: 'sourceSansLight', Arial, Helvetica, sans-serif;
    font-size:12px;
    color:black;
    line-height: 1.3em;
    padding-left: 10px;
    padding-right: 10px;
    padding-top:15px;
    margin-right:8px;
}


#content .imagesRight hr
{
	width:36px;
	height: 2px;
	color:white;
	background-color:#35b1e4;
	text-align: left;
	margin-left: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	text-shadow:none;
	border:none;
}

.formContact input
{
	width:140px;
}


.formContact .selectWrapper select{
	position:relative;
	font-family: "sourceSansLight";
	font-size: 0.8em;
	width: 140px;
	height: 20px;
	padding-left:10px;
	border: 1px solid rgb(224, 224, 224);
	border-top: 1px solid rgb(170, 170, 170);
	outline:none;
    display: inline-block;
     -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
    behavior: url("src/css/plugin/PIE.htc");
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}
.formContact .selectWrapper select.medium{
	width: 80px;
}

.formContact .selectWrapper{
	position:absolute;
}

.formContact .selectWrapper:after {
    content:url("../images/arrow_select_down.jpg");
    font:11px "Consolas", monospace;
    color:#aaa;
    width:20px; 
    height:20px;

    right:2px; 
    top:0px;
    position:absolute;
    pointer-events:none;
}
.formContact .selectWrapperPatch:after {
	top: 1px;
}

.formContact .selectWrapper:before {
    content:'';
    right:6px; top:0px;
    width:20px; height:20px;
    background:#f8f8f8;
    position:absolute;
    pointer-events:none;
    display:block;
}

#content .gform_wrapper .left_label .gfield_label {
    width:37%;
}

