.content_inside {
	margin-top:50px;
	margin-bottom:80px;
	max-width:1150px;
	width:85%;
	height:450px;
}
#a_form {
	width:100%;
}
#left_box {
	width:50%;
	float:left;
}
.lb_c {
	width:50%;
	float:left;	
}
#lb_4_1 {
	width:70%;
	float:left;
}
#lb_4_2 {
	float:left;
	width:30%;
}
#right_box {
	width:50%;
	float:right;
}

textarea, input[type=text] {
	width:95%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 3px solid #ccc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
}
textarea { width:97%;}
textarea:focus, input[type=text]:focus {
    border: 3px solid #42bbff;
	background-color: #d6f5ff;
}
@media (max-width:1150px) and (min-width:769px) {
	#a_form {
		margin-bottom: 50px;
	}
	.content_inside {
		height:790px;
	}
	#left_box {
		width:100%;
		float:none;
	}
	#lb_3_2 {
		margin-bottom:40px;	
	}
	#lb_4_1 {
		margin-bottom:40px;	
	}
	#right_box {
		width:75%;
		margin: 50px auto;
		float:none;
	}
	
}
@media screen and (max-width: 768px) {
	.content_inside {
		height:1000px;
	}
	#a_form {
		float:none;
		width:95%;
		margin-bottom: 50px;
	}
	#left_box {
		width:100%;
		float:none;
	}
	#lb_3_2 {
		margin-bottom:40px;	
	}
	#lb_4_1 {
		margin-bottom:40px;	
		width:100%;
		float:none;
	}
	#lb_4_2 {
		float:none;
		width:100%;
	}
	.lb_c {
		width:100%;
		float:none;	
	}
	.btn { width:100%;}
	#right_box {
		width:100%;
		margin: 50px auto;
		float:none;
	}
	textarea, input[type=text] {
		width:100%;
	}
	#mto {display:block;}
	#wto {display:none;}
}
.btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  -webkit-box-shadow: 3px 4px 3px #666666;
  -moz-box-shadow: 3px 4px 3px #666666;
  box-shadow: 3px 4px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 24px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
input[type=submit]:disabled {
	background: #777777;
    background-image: -webkit-linear-gradient(top, #777777, #212121);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #777777, #212121);
	cursor: no-drop;
}
a {
	text-decoration: none;
	color:#0024FF;
}