
body
{
    margin: 0px;
    padding:0px;
}

.tableConfirm
{
	
	border: solid 1px #ececec;
	border-collapse: collapse;
}

.tableConfirm td, th
{
	border: solid 1px #ececec;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 2px 8px;
}

.tdConfirmLabel
{
width:168px;
background-color: #ececec;
}
.tdConfirmText
{

width:460px;
}

.tableConfirm th
{
	
	/*background-color: #ececec;*/
}

.error
{
	font:13px Arial;
	color: #c00000;
}

#screenshots
{
margin-bottom:20px;
}

.supportLink a
{
font:bold 13px Arial;
}