#formContainer, #dataContainer {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}
@media only screen
and (max-width : 480px) {
	#formContainer {width: 100%;}
	#dataContainer {width: 100%;}
}

@media only screen
and (min-width : 480px) {
	#formContainer {float: left; width: 48%;}
	#dataContainer {float: right; width: 52%; min-width: 520px;}
}
#dataContent {background: url(../../system/img/bg_cont_en.png) no-repeat; height: 470px;}
#dataContent a {color: #000000; text-decoration: none;}
#dataContent .conText {display: block; position: absolute; top: 77px; left: 182px; line-height: 27px; height: 54px; width:260px; color: #000000; font-size: 20px;}
#dataContent .conSlogan {display: block; position: absolute; top: 147px; left: 87px; line-height: 20px; height: 40px; width:330px; color: #ffffff; font-size: 19px;}
.buttonFoot {
	position: relative;
	display: block;
	width: 100%;
	margin: 20px 0;
	padding: 10px 0;
	border-top: 1px solid #cccccc;
	text-align: center;
}
h4.iHead {
	margin: 10px 0 5px 0;
	padding: 5px 10px 0px 10px;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
}