﻿input[type=text]::-ms-clear {
  width : 0;
  height: 0;
}

/* AccountRequest------------------------------*/
table.AccountRequests
{
	background-color:#E6E6E6;
	border-collapse:collapse;
	border:1px solid #525051;
	width:50%;
}

table.AccountRequests td
{
	text-align:left;
}
table.AccountRequests td.Label
{
	border-right:1px solid #525051;
}
table.AccountRequests tr
{	
	background-color:#E6E6E6;
	color:#0A1F62;
	text-align:left;
	width:10%;
}

table.AccountRequests tr.Alt
{
	background-color:#A1A1A1;
}

table.AccountRequests tr.Footer td
{
	border-top:1px solid #525051;
	text-align:center;
}
table.AccountRequests tr.Head td
{
	background-color:#F0AD00;
	border-bottom:1px solid #525051;
	font-weight:bold;
	text-align:center;
}