.MailTitle
{
	background-image: url(images/titleBck.png);
	background-repeat: repeat-x;
	height: 55px;
	
}

.LargeWhiteText
{
	font-family: Arial;
	font-size: 22px;
	color: #ffffff;
}

.WhiteText
{
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
}

.LargeBlackText
{
	font-family: Arial;
	font-size: 22px;
	color: #000000;
}

.BlackText
{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

.SmallBlackText
{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}

.LargeGreyText
{
	font-family: Arial;
	font-size: 22px;
	color: #989898;
}

.GreyText
{
	font-family: Arial;
	font-size: 12px;
	color: #989898;
}

.SmallGreyText
{
	font-family: Arial;
	font-size: 10px;
	color: #767676;
}

.ErrorText
{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}

.TabOuter
{
	
}

.TabSelected
.TabOuter
{
	background-image: url(images/pingArrow.png);
	background-position: right center;
	background-repeat: no-repeat;
}

.TabInner
{
	background-image: url(images/tabUnselectedGradient.png);
	background-repeat: repeat-x;
	background-position: top;
	
}

.TabSelected
.TabInner
{
	background-image: url(images/tabSelectedGradient.png);
	background-repeat: repeat-x;
	background-position: top;
}

.TabLargeText
{
	font-family: Arial;
	font-size: 22px;
	color: #989898;
}

.TabSelected
.TabLargeText
{
	font-family: Arial;
	font-size: 22px;
	color: #000000;
}

.TabSmallText
{
	font-family: Arial;
	font-size: 12px;
	color: #989898;
}

.TabSelected
.TabSmallText
{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

.SmsImage
{
	background-image: url(images/smsPassive.png);
	background-repeat: no-repeat;
	width:60px;
	height:60px; 
}

.TabSelected
.SmsImage
{
	background-image: url(images/smsActive.png);
}

.PcImage
{
	background-image: url(images/pcPassive.png);
	background-repeat: no-repeat;
	width:60px;
	height:52px; 
}

.TabSelected
.PcImage
{
	background-image: url(images/pcActive.png);
}

.PrefixInput
{
	background-image: url(images/plus.png);
	background-repeat: no-repeat;
	background-position: 4px center;
	padding-left: 12px;
	width:50px;
	border:1px solid #000000;
}