#center
{
	width: 600px;
	height: 300px;
	margin: auto;
}

#check_top
{
	height: 75%;
}

#check_bottom
{
	height: 24%;	
}

#check_left
{
	float: left;
	width: 38%;
	height: 100%;
}

#check_right
{
	padding-top: 80px;
	float: right;
	width: 60%;
	height: 60%;
}

#main_worning
{
	text-align:center;
	font-weight: bold;
	font-size: 22px;
	color: #fff;
	background-color: red;
}

#main_text
{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

#main_input
{
	margin-top: 20px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

#button-next
{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

#test
{
	padding-top: 1px;
}
