table
{
	width: 100%;
}

table.tableMiddle
{
	/*
	border-left: 1px outset rgb(120,120,120);
	border-right: 1px outset white;
	*/
	/*border-left: 1px solid transparent;
	border-right: 1px solid transparent;*/
}

td.tdContent
{
}

table.tableContent
{
	width: 85%;
}
table.tableForm
{
    text-align: center;
    max-width: 100%;
    width: 100%;
}
td.tdMiddleContent
{
}

input[type="text"], input[type="password"], select, textarea {
    width: 100%;
    color: #000;
}
td.tdHiderOver
{
	background-image: url("/images/Hider.png");
	background-position: top;
	background-repeat: no-repeat;
}

div.divHelperLink {
    position: absolute;
    width: 60px;
    height: 19px;
    top: 200px;
}

div.divHelperEditLink {
    position: absolute;
    width: 93px;
    height: 19px;
    top: 220px;
}

