/* CSS Document */
.nonIME {
	ime-mode: disabled;
}
.formError {
	color:#FF0000;
	width:100%;
}
table td table,
table td table th,
table td table td {
	border: none;
	background: none;
}

/* formPage
----------------------------------------------------*/
form input,
form select,
orm textarea {
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #ccc;
	background-color: #fff;
	vertical-align: middle;
}
form .nonDeco {
	border: none;
	padding: 0;
	background: none;
}
form textarea {
	font-size: 12px;
}


/* input width style
----------------------------------------------------*/
form .input1 {
	width: 150px;
}
form .input2 {
	width: 250px;
}
form .input3 {
	width: 80px;
}
form .input4 {
	width: 50px;
}


/* submit area style
----------------------------------------------------*/
p#submit {
	margin-top: 30px;
	text-align: center;
}
/*p#submit input {
	width: 150px;
	padding: 5px;
	border: solid 1px #ccc;
	background: #dfdfdf;
}
*/
p#submit input.btn {
	border: none;
}

/* text style
----------------------------------------------------*/
form p.attention {
	margin-bottom: 5px;
	padding-left: 0;
	background: none;
	color: #f00;
	text-align: right;
}
form table em {
	margin-left: 2px;
	font-style: normal;
	font-weight: normal;
	font-size: 0.8em;
	color: #f00;
}
p.formError {
	color: #f00;
	text-align: center;
}
p.formMessage {
	margin: 50px 0;
	text-align: center;
}


th .must {
	float: right;
	display: inline-block;
	margin: 0 0 0 15px;
	padding: 1px 6px 0;
	color: #fff;
	background: #b20000;
	font-size: 84.6%;
	font-weight: bold;
}


input[type="submit"] {
    background: #CA1122;
    color: #FFF !important;
    text-align: center;
    display: block;
    width: 100%;
    padding: 15px 0;
    font-size: 14px;
    font-weight: bold;
    border: none;
}

