@CHARSET "UTF-8";

#comp-box {
	background-color: beige;
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 3px;
    border: thin dashed lightgray;
}

#comp-box.register-box table {
	width: 100%;
}

#comp-box.register-box input {
	width: 100%;
}

#comp-box.user-box a {
	display: block;
}

#comp-box.user-box button {
	border-radius: 5px;
}
