﻿table.inputframe
{
	background: #eeffff;
	border:solid 2px #00A0A0;
	width:356px;
	height:174px;
	/*padding:5px 20px 5px 20px;*/
}
.inputframe > tbody > tr> td, .inputframe> tbody> tr> th {
    padding:5px 20px 5px 20px;
}

.inputframe th
{
	background: #00A0A0;
	font-size:11pt;
	font-weight:bold;
	color:#ffffff;
	text-align:left;
}

.alertframe
{
	width:550px;
	text-align:center;
	font-size:8pt;
}

.alertrow
{
	width:550px;
}

.alertleft
{
	width:25px;
	float:left;
	text-align:right;
	color:#555555;
}

.alertright
{
	width:520px;
	float:right;
	text-align:left;
	color:#555555;
}
