form {
	margin:0px ;
}
input.left {
	text-align:left ;
}
input.center {
	text-align:center ;
}
input.right {
	text-align:right ;
}
img {
	border:0px ;
}
.required {
	background-color:#FFFF80 ;
	/*border:#FFB895 1px solid ;*/
}

/**
 * <table style="table-layout:fixed;">
 * <td class="ellipsis">
 * ÁÖÀÇ) ellipsis µÈ °÷¿¡ »çÀÌÁî°¡ ÁöÁ¤µÉ °æ¿ì Á¤»óÀûÀ¸·Î ÀÛµ¿¾ÊÇÔ(¿øÀÎ ¸ð¸§)
 */
.ellipsis {
	overflow:hidden ;
	text-overflow:ellipsis ;
	white-space:nowrap ;
}
