* { margin:0px; padding:0px; box-sizing:border-box; }
img { border:none; }

body {
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    float: left;
}
p {
	font-family:Arial, Helvetica, sans-serif;
}
.wrapper {
    margin: 0px auto;
    max-width: 98%;
    width: 100%;
}
.content {
    width: 100%;
    float: left;
    margin-top: 10px;
}
.header {
    float: left;
    width: 100%;
    background-color: rgb(255, 204, 102);
    padding: 5px 8px;
    border: 1px solid #000;
    margin-bottom: 2px;
}
.inner_content {
    float: left;
    width: 100%;
    border: 1px solid #000;
    padding: 2px;
}
.header h2 span {
    font-size: 19px;
}
.header h2 {
    font-size: 33px;
    float: left;
    margin-right: 12px;
}
.header p {
    font-size: 17px;
    margin-top: 15px;
}
.left_con {
    float: left;
    border: 1px solid #000;
    padding: 5px 9px;
}
.left_con p {
    font-size: 15px;
    margin-bottom: 11px;
    line-height: 22px;
}
.left_con ul {
    float: left;
    margin-top: 16px;
}
.left_con ul strong {
    font-size: 16px;
    margin-bottom: 23px;
    display: inline-block;
    width: 100%;
}
.left_con ul li {
    font-size: 15px;
    display: inline-block;
    width: 100%; line-height:17px;
    list-style: none;
    margin-bottom: 7px;
}

.left_con, .right_con, .center_con {
	width: 33.22%;
	height: 560px;
}
.right_con {
    float: right;
    border: 1px solid #000;
    padding: 5px 9px;
}
.right_con p {
    font-size: 15px;
    margin-bottom: 11px;
    line-height: 22px;
}
.right_con ul {
    float: left;
    margin-top: 16px;
}
.right_con ul strong {
    font-size: 16px;
    margin-bottom: 23px;
    display: inline-block;
    width: 100%;
}
.right_con ul li {
    font-size: 15px;
    display: inline-block;
    width: 100%;
    list-style: none;
    margin-bottom: 7px;     line-height: 17px;
}
.center_con {
	float: left;
	margin-left: 2px;
	background: #99cccc;
	border: 1px solid #000;
	padding-bottom: 10px;
}
.formpic p {
    padding: 6px;
    width: 100%;
    float: left;
}
.formpic p label {
    width: 40%;
    float: left;
    font-size: 15px;
    margin-right: 13px;
}
.formpic strong {
    font-size: 17px;
    margin-bottom: 13px;
    display: inline-block;
    padding: 11px 8px 0 8px;
}
.formpic p input[type="text"], .formpic p textarea, .formpic input {

    padding: 10px 6px;
    width: 100%;
    margin-bottom: 13px;
    background: #fff;
    color: #4F4F4F;
    line-height: 14px;
    border: 1px solid #C4C4C4;
    margin-top: 1px;
    font-weight: bold;
}
.formpic input[type="submit"] {
	font-size: 12pt;
	color: white;
	background-color: green;
	border: 2px solid #336600;
	padding: 3px;
	cursor: pointer;
}
.g-recaptcha {
	margin-left: 6px;
}
.formpic .submit {
    display: inline-block;
    width: 100%;
    padding: 12px 6px 10px 6px;
}
.submit input[type="submit"] {
    cursor: pointer;
    float: right;
}

@media screen and (max-width:1150px) {
.g-recaptcha {
	transform: scale(0.86);
	-webkit-transform: scale(0.86);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
}
}

@media screen and (max-width:960px) {
.formpic p label {
    width: 100%;
}
.formpic .submit {
	padding: 12px 6px 10px 0px;
}
.g-recaptcha {
	transform: scale(0.77);
	-webkit-transform: scale(0.77);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
}
.formpic p input[type="text"], .formpic p textarea, .formpic input {
    width: 100%;
}
.formpic input[type="submit"] {
	width: 98% !important;
}
.left_con, .right_con, .center_con {
    height: 690px;
}
}


@media screen and (max-width:767px) {
.left_con, .right_con, .center_con {
    width: 100%;
    height: auto;
	    margin-bottom: 2px;
		margin-left: 0px;
}
.formpic input[type="submit"] {
	width: 99% !important;
	margin-bottom: 0;
	margin-right: 0px !important;
}
.g-recaptcha {
	transform: scale(0.99);
	-webkit-transform: scale(0.99);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
}
}

@media screen and (max-width:600px) {
.header p {
    margin-top: 0;
    float: left;
}
}


@media screen and (max-width:480px) {
.g-recaptcha {
	transform: scale(0.95);
	-webkit-transform: scale(0.95);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
}
}