table .new{

	width: 550px;

	color: #000000;
	font-weight: bold;

}

td .left{

	text-align: left;

}

td .right-new {
	text-align: right;
}

span.required {
	background-color: #FF0000;
	border-radius: 0.5em;
	color: #FFFFFF;
	font-size: 10px;
	padding-left: 0.25rem;
	padding-right: 0.25rem;
	padding-top: 0.1rem;
	padding-bottom: 0.1rem;
	margin-left: 0.2rem;
	margin-right: 0.2rem;
}

input[type="email"] {
	width: 250px;
}

input[type="text"].required,
input[type="password"].required,
input[type="email"].required,
select.required {
	background-color: #F2DCDB;
}

table.notice-table {
	border: 3px #ffd966 solid;
	background-color: #375623;
	color: #ffffff;
}

.notice-table .title {
	color: #BFBFBF;
}


div.notice {
	width: 100%;
	overflow: hidden;

	text-overflow: ellipsis;
	white-space: nowrap;
 }

.error_message {
	width: auto;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	color: #cc0000;
	text-align: left;
}
