.right
{
	float: right;
}
.left
{
	float: left;
}

/* Translation Popup Window Settings */


/* Popup Window Settings */
#popup
{
	visibility: hidden;
	position: absolute;
	left: 48px;
	top: 48px;
	z-index: 99;
}

#popup table, #popup tr, #popup td
{
	padding: 0;
	margin: 0;
	border: none;
	border-collapse: collapse;
}

#popupTopLeft
{
	background: url(../images/common/popup/popupTopLeft.png);
	width: 6px;
	height: 26px;
}

#popupTop
{
	background: url(../images/common/popup/popupTop.png) repeat-x;
	width: 247px;
	height: 26px;
}

#popupTopRight
{
	background: url(../images/common/popup/popupTopRight.png);
	width: 6px;
	height: 26px;
}

#popupLeft
{
	background: url(../images/common/popup/popupLeft.png) repeat-y;
	width: 6px;
	height: 135px;	
}

#popupBody
{
	background-color: #FFFFFF;
}

#popupBody textarea
{
	width: 99%;
}

#popupBody input
{
	height: 25px;
}

#popupRight
{
	background: url(../images/common/popup/popupRight.png) repeat-y;
	width: 6px;
	height: 135px;
}

#popupBottomLeft
{
	background: url(../images/common/popup/popupBottomLeft.png);
	width: 6px;
	height: 24px;
}

#popupBottom
{
	background: url(../images/common/popup/popupBottom.png) repeat-x;
	width: 231px;
	height: 24px;
}

#popupBottomResize
{
	background: url(../images/common/popup/popupResize.png);
	width: 22px;
	height: 24px;
	cursor: se-resize;
}