table.envyForm
{
	border-collapse: collapse;
	margin:0px;
	padding:0px;
	border:1px solid #dddddd;
	margin-left:5px;
	margin-bottom:10px;
	width:auto;
}

table.envyForm.inline
{
	vertical-align:text-top;
	display:inline-block;
}


table.envyForm > tbody > tr:first-child td
{
	text-align:center;
	font-weight:bold;
	background-color:#dddddd;
	border:1px solid #dddddd;
	color:#333333;
}

table.envyForm input[type=button]
{
	margin:5px;
}

table.envyForm input
{
	border: 1px solid #cccccc;	
}

table.envyForm input.submit
{
	float:left;
}
table.envyForm input.cancel
{
	float:right;
}

table.envyForm input.submit,input.cancel
{
	width:80px;	
	background-color:#e8e8e8;
	padding: 2px 10px;
	color:#333333;
}
table.envyForm input.submit:hover,input.cancel:hover
{
	background-color:#eeeeee;	
}
table.envyForm td
{
	border-top:1px solid #dddddd;
	padding: 2px 5px 2px 5px;
	white-space:nowrap;
}
table.envyForm tr
{
	height:30px;
}

table.envyForm th
{
	font-weight:bold;
	background-color:#dddddd;
	color:#333333;
	text-align: center;
	padding: 5px;
}

table.envyForm th>span
{
	padding: 0px 10px;
	line-height: 35px;
}

table.envyForm th input
{
	font-weight:normal;
}

table.envyForm .exists
{
	padding-left: 20px;
	display:none;
	color:red;
}


table.envyForm.altrows > tbody > tr:nth-child(even) > td
{
	background-color: #fbfbfb;
	color:#000000;
}