/*Input*/
	.in {
		box-sizing: border-box;
		height: 30px;
		border: none;
		background-color: #f7f7f7;
		outline: none;
	}
	.in[type='text'],
	.in[type='password']{
		padding: 0 5px;
	}
/*Button*/
	.btn35 {
		cursor: pointer;
		box-sizing: border-box;
		height: 35px;
		border: none;
		border-radius: 3px;
		padding: 0 10px;
		outline: none;
	}
	.btn35:disabled {
		background-color: lightgray;
		color: black;
	}

	.btn30 {
		cursor: pointer;
		box-sizing: border-box;
		height: 30px;
		border: none;
		border-radius: 3px;
		padding: 0 10px;
		outline: none;
	}
	.btn30:disabled {
		background-color: lightgray;
		color: black;
	}