/*
 * @Author: Robby
 *
*/
header h2{
	font-size: 20px;
}
header h3{
	padding: 85px 50px 10px 0;

	font-family: "Arial";
	color: rgb(0,0,0);
	font-size: 15px;
	font-weight: normal;
	line-height: 1.75;
	text-align: justify;
}
header .col-left,
header .col-right{
	vertical-align: top;
	display: inline-block;
}
header .col-left{ width: 35%; }
header .col-right{ width: 64%; }
	header .col{
		padding: 10px 25px 25px 0;
		vertical-align: top;
		display: inline-block;
	}
		header form{
			width: 645px;
			display: block;
			margin: 0 auto;
		}
			label{
				padding: 0 5px 0 0;
				font-size: 19px;
			}
			input[type="text"]{
				width: 185px;
				vertical-align: top;

				font-size: 15px;
			}
			textarea{
				padding: 10px;
				width: 625px;
				height: 280px;
				resize: none;

				font-family: "Arial";
			}
			input[type="submit"]{
				border: none;
				border-radius: 5px;
				background-color: rgb(32,100,226);
				padding: 10px 50px;
				margin: 25px 0 142px 479px;

				color: rgb(255,255,255);
				font-size: 15px;
			}
				input[type="submit"]:hover{
					box-shadow: inset 0 0 5px rgb(0,0,0);
					cursor: pointer;
				}