.divtable
{
	float:left;
	clear:both;
}

.divtr
{
	width:100%;
	font:normal 12px arial;
	display:table-row;	
	clear:both;
	line-height:20px;
	text-align:left;
}

.divtd
{
	font:normal 12px arial;
	display:table-cell;
	float:left;	
}

.divPopup
{
	position:absolute;
	top:0;
	left:0;
}

.inputtext
{
	border:#9AB2C8 1px solid;
	text-align:left;
}

.textcenter
{
	text-align:center;
}
.textleft
{
	text-align:center;
}
