/******************************************************************************
 * OPTIONAL CSS
******************************************************************************/
.eng{
	ime-mode: disabled;
}
.code{
	text-align: center;
}
.date{	
	text-align: center;
	font-size: 12px;
	width: 75px;
}
.date-btn{
	vertical-align: middle;
}
.number{
	text-align: right;
}

/******************************************************************************
 * MANDATORY CSS
******************************************************************************/
.mandatory[type='text']{
	background: #fadcd5;	
}
.mandatory{
	background: #fadcd5;	
}
.optional[type='text']{
	border: 1px solid #C9C9C9;
}

/******************************************************************************
 * READYONLY CSS
******************************************************************************/
.readonly{
	background-color: #e0e0e0;
}

/******************************************************************************
 * UPLOAD CSS
******************************************************************************/
.upload{
	height: 18px;			
	background-color: #ffffff;
	border: 1px solid #C5C5C5;
	color: #000000;
	cursor: pointer; 
}

.download{
	height: 20px;
	padding: 2px 12px;
	margin-top: 2px;
	margin-left: 3px;
	background-color: #434444;
	border: 1px solid #C5C5C5;
	color: #ffffff;
	cursor: pointer;
}

/******************************************************************************
 * SIZE
******************************************************************************/
.short_01{
	width: 30px;
}
.short_02{
	width: 40px;
}
.short_03{
	width: 50px;
}
.short_04{
	width: 60px;
}
.short_05{
	width: 70px;
}
.normal_01{
	width: 80px;
}
.normal_02{
	width: 100px;
}
.normal_03{
	width: 120px;
}
.normal_04{
	width: 140px;
}
.normal_05{
	width: 160px;
}
.long_01{
	width: 180px;
}
.long_02{
	width: 200px;
}
.long_03{
	width: 220px;
}
.long_04{
	width: 240px;
}
.long_05{
	width: 260px;
}
.long_06{
	width: 280px;
}
.long_07{
	width: 300px;
}
.long_08{
	width: 320px;
}








