.conHeader {
	bborder: 1px solid blue;
	width: 50%;
	margin: 0 auto;
	padding-top: 20px;
}
.conContainer {
	bborder: 1px solid violet;
	width: 90%;
	height: 70vh;
	margin: 0 auto;
}
.conDiv001 {
	bborder: 1px solid red;
	width: 80%;
	margin: 0 auto;
}
.conDiv001C1 {
	bborder: 1px solid black;
	width: 20%;
	float: left;
}
.conDiv001C1 img {
	width: 60%;
	height: auto;
	float: right;
}
.conDiv001C1 {
	bborder: 1px solid black;
	width: 50%;
	float: left;
}
.conDiv001C2 {
	bborder: 1px solid orange;
	float: right;
	width: 50%;
	padding-top: 60px;
}
.conInS {
	background-image: url("images/bg.png"), -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: url("images/bg.png"), -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: url("images/bg.png"), -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: url("images/bg.png"), linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	-moz-transition: background-color .2s ease-in-out;
	-webkit-transition: background-color .2s ease-in-out;
	-ms-transition: background-color .2s ease-in-out;
	-webkit-appearance: none;
	
	border: 0;
	outline: 0;
	width: 100%;
	height: 40px;
	padding-right: 50px;
	font-family: 'Open Sans', sans-serif;
	line-height: 1em;
	font-size: 11pt;

	color: #fff !important;
	text-decoration: none;
	font-weight: 700;
	cursor: pointer;
	border-radius: .5em;
	text-shadow: -1px -1px 0.5px rgba(0, 0, 0, 0.5);
	overflow: hidden;
	box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.5), inset 0px 2px 1px 0px rgba(255, 255, 255, 0.75);
	background-color: #43B3E0;
	padding: 1em 2em 1em 2em;/* top, right, bottom, left*/
	min-width: 200px;
}
.conInR {
	background-image: url("images/bg.png"), -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: url("images/bg.png"), -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: url("images/bg.png"), -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: url("images/bg.png"), linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	-moz-transition: background-color .2s ease-in-out;
	-webkit-transition: background-color .2s ease-in-out;
	-ms-transition: background-color .2s ease-in-out;
	-webkit-appearance: none;
	
	border: 0;
	outline: 0;
	width: 100%;
	height: 40px;
	padding-right: 50px;
	font-family: 'Open Sans', sans-serif;
	line-height: 1em;
	font-size: 11pt;

	color: #fff !important;
	text-decoration: none;
	font-weight: 700;
	cursor: pointer;
	border-radius: .5em;
	text-shadow: -1px -1px 0.5px rgba(0, 0, 0, 0.5);
	overflow: hidden;
	box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.5), inset 0px 2px 1px 0px rgba(255, 255, 255, 0.75);
	background-color: #43B3E0;
	padding: 1em 2em 1em 2em;/* top, right, bottom, left*/
	min-width: 200px;
}