.separator
{
	border-top: solid 1px #818181;	/* Gy-5.5 */
	height: 1px;
}

.panel
{
	margin: 50px 20px 20px 20px;
	border: solid 1px #818181;	/* Gy-5.5 */
	border-radius: 6px;
	padding: 20px;
	width: 369px;
	height: 200px;
	text-align: center;
}

#guest_panel
{
	background-color: #d9d784;	/* lt10 */
}

#member_panel
{
	background-color: #ffb195;	/* lt4 */
}

.panel .title
{
	margin-bottom: 20px;
	border-top: solid 1px #818181;	/* Gy-5.5 */
	border-bottom: solid 1px #818181;	/* Gy-5.5 */
	width: 371px;
	font-size: 24px;
	text-shadow: 1px 1px 1px #efefef;	/* W */
}

#guest_panel .title
{
	background-color: #b7bf19;	/* b10 */
}

#member_panel .title
{
	background-color: #f7774d;	/* b4 */
}

.h10
{
	height: 10px;
}

.h15
{
	height: 15px;
}

.command
{
	border-radius: 15px;
	width: 369px;
	font-size: 20px;
}

table
{
	margin-bottom: 20px;
	text-align: left;
}

input[type="text"], input[type="password"]
{
	width: 250px;
}

#snslinks
{
	margin-right: 20px;
	text-align: right;
}
.snsicon
{
	width: 30px;
	height: 30px;
}
#facebookpage
{
	height: 30px;
	border: none;
	border-radius: 4px;
	padding: 0px 15px;
	background-color: #3b5999;
	color: white;
}
