@charset "utf-8";
/* CSS Document */

@media only screen and (min-width: 100px) and (max-width: 470px){
	.ContBody{
		padding: 0px;
		width: 100%;
	}
	.ContForm{
		width: 95%;
	}
	.ContCell{
		width: 100%;
	}
	.LeftSection{
		display: none;
	}
	.RightSection{
		width: 100%;
	}
}

@media only screen and (min-width: 471px) and (max-width: 700px){
	.ContBody{
		padding: 0px;
		width: 100%;
	}
	.ContForm{
		width: 95%;
		margin: 0px auto;
	}
	.ContCell{
		width: 300px;
	}
	.LeftSection{
		display: none;
	}
	.RightSection{
		width: 100%;
	}
}
@media only screen and (min-width: 701px) and (max-width: 1024px){
	.ContBody{
		padding: 0px;
		width: 100%;
	}
	.ContForm{
		width: 98%;
		margin: 0px auto;
	}
	.ContCell{
		width: 300px;
	}
	.LeftSection{
		width: 50%;
	}
	.RightSection{
		width: 50%;
	}
	
}
@media only screen and (min-width: 1025px) and (max-width: 2000px){
	.ContBody{
		padding: 0px;
		width: 100%;
	}
	.ContForm{
		width: 95%;
		margin: 0px auto;
	}
	.ContCell{
		width: 300px;
	}
	.LeftSection{
		width: 50%;
	}
	.RightSection{
		width: 50%;
	}
	
}