﻿.mainWrapper
{
	text-align: center;
}

.loginFormWrapper
{
	width: 480px;
	background-image:url(../../images/ssologo.gif);
	background-repeat: no-repeat;
	border: solid 1px #002F57;
	margin: 10px;
}

.loginFormContainer
{
	text-align: left;
	padding: 20px 14px 10px 14px;
}

.langSelectorContainer
{
	text-align: right;
	padding: 11px 14px 10px 14px;
}

.formLineWrapper
{
	clear: both;
}

.formLabel
{
	float: left;
	margin-bottom: 10px;
	line-height: 25px;
}

.formTextBox
{
	float: right;
	width: 280px;
	margin-bottom: 10px;
	ime-mode:disabled;
}

.formButtonContainer
{
	clear: both;
	margin-bottom: 10px;
	text-align: center;
}

.formButton
{
	width: 90px;
	margin: 5px;
}

.noticeLabel
{
	font-size: 70%;
}

.testLabel
{
	color:#FFFFFF;
	font-weight:bold;
}

.jpRadioBtn
{
	color:White;
	font-family:ＭＳ Ｐゴシック;
	font-size:X-Small;
}

.enRadioBtn
{
	color:White;
	font-family:Arial;
	font-size:X-Small;
}

.errLabel
{
	color:#FF3300;
	font-size:X-Small;
}

.msgFont85;
{
	font-size: 85%;
}