







	#contentTop .copy {
	padding:0 8%!important;
	margin:0;
}
#contentTop .copy p:first-child {
	margin-top:0;
}

#contentTop .services:before { display:none;}
#contentTop .services a { color:#333333; display:block;}
.form { padding-left:2%; margin-right:4%; width:45% !important;}
fieldset {
	margin:0;
	padding:0;
}
.label {
	font-size:1.8em;
	color:#333;
	margin-bottom:5px;
}
input[type="text"], textarea {
	border:1px solid #333 !important;
	width:100%;
	font-size:1.8em;
	color:#333;
	width: 99.9%;
	padding:0;
}

input[type="text"] { height:30px;}
textarea { height:70px; }

input[type="reset"] { display:none;}
input[type="button"]  {
	background-color: #252d60;
    color: #fff;
    float: right;
    font-size: 1.8em;
    font-weight: 700;
    padding: 10px 5px;
    text-align: center !important;
    width: 100px;
}
#contentBottom .rowWrapper:first-child { margin-bottom:0; padding-bottom:0;}
@media only screen and (max-width: 1250px) {
	.form { margin-right:5%;}
}
/* SMALL TABLET - 600px WIDTH */
@media only screen and (max-width: 950px) {
	#contentBottom .rowWrapper:first-child { background-color:#fff; padding:0 !important;}
	.form { margin-right:6%;}
	.label, input[type="text"], textarea { font-size:1.5em;}
	#footer #col1 { margin-top:20px;}

        input[type="button"] { width:85px; padding:5px;}
}
/* MOBILE - 94% WIDTH */
@media only screen and (max-width: 650px) {
	.form{ max-width:280px; width:100% !important;}
}

