#box {
	padding: 10px;
	background: #ffffff;
	border: 1px solid #ccc;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
		border-radius: 3px;
}
#box_choose_user_type {
	max-width: 450px;
	margin: 0 auto;
	column-count: 2;
	column-gap: 10px;
}
#box_choose_user_type div {
    display: block;
	font-family: 'Aptima';
	font-weight: bold;
	text-align: center;
	border: 1px solid #ccc;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}
#box_choose_user_type div:hover {
	border: 1px solid gray;
}
#box_choose_user_type div img {
	width: 100%;
	border: 0;
	margin-bottom: 5px;
}
@media screen and (min-width: 800px) {
	#box {
		width: 437.5px;
		margin: 10px auto;
	}
	#box.signin_form {
		width: 650px;
	}
	#box.signin_form form {
		padding: 55px 0;
	}
	#box.signup_form {
		width: 750px;
	}
	#signin_image {
		float: right;
		border: none;
		width: 200px;
	}
	#signup_image {
		float: right;
		margin: 110px 0 0 -200px;
		border: none;
	}
	#box h1 {
		margin: 1px 0 10px 0;
		padding-bottom: 11px;
		border-bottom: 1px solid #ccc;
		font-size: 20px;
	}
	#box .error {
		color: red;
	}
	#box input[type=text], #box input[type=password], #box select {
		width: 307.5px;
	}
	#box input[type=submit],#box input[type=button] {
		margin-top: 5px;
	}
	#box #captcha1 {
		margin-left: 130px;
	}
	#box div.alert {
		text-align: center;
		padding: 10px;
		margin: 5px 0 5px 0;
	}
	#box div.error {
		border: 1px solid #DD3C10;
		background: #FFEBE8;
	}
	#box div.success {
		border: 1px solid #A2BDCF;
		background: #E1F6FC;
	}
	#box div.alert_know {
		text-align: justify;
	}
	#box div.alert_know ul {
		padding: 0 0 0 20px;
	}
}

@media screen and (max-width: 799px) {
	#box {
		margin: 70px 10px 0 10px;
		padding: 10px;
		background: #ffffff;
		border: 1px solid #ccc;
        		-moz-border-radius: 3px;
	        	-webkit-border-radius: 3px;
			border-radius: 3px;
	}
	#box h1 {
		margin: 1px 0 10px 0;
		padding-bottom: 11px;
		border-bottom: 1px solid #ccc;
		font-size: 20px;
	}
	#signin_image {
		display: none;
	}
	#signup_image {
		display: none;
	}
	#box .error {
		color: red;
	}
	#box input[type=text], #box input[type=password], #box select {
		width: 100%;
	}
	#box input[type=submit],#box input[type=button] {
		margin-top: 5px;
	}
	#box #captcha1 {
		margin-left: 130px;
	}
	#box div.alert {
		text-align: center;
		padding: 10px;
		margin: 5px 0 5px 0;
	}
	#box div.error {
		border: 1px solid #DD3C10;
		background: #FFEBE8;
		margin-bottom: 5px;
	}
	#box div.success {
		border: 1px solid #A2BDCF;
		background: #E1F6FC;
	}
	#box div.alert_know {
		text-align: justify
	}
	#box div.alert_know ul {
		padding: 0 0 0 20px;
	}
}