﻿.ContactTable
{
    font-family: tahoma;
    font-size: 10pt;
    width: 100%;
    color: #333333;
}
.ContactError
{
	font-family: tahoma;
	font-size: 9pt;
}
.ContactButton
{
    border: 1px solid #BB2500;
    background-color: #BB2500;
    font-family: tahoma;
    font-size: 9pt;
    color: #FFFFFF;
    width: 60px;
    height:25;
}
.ContactButton:Hover
{
    border: 1px solid #BB2500;
    background-color: #FF6600;
    font-family: tahoma;
    font-size: 9pt;
    color: #FFFFFF;
    width: 60px;
    height:25;
}
.ContactLtext
{
	border: 1px solid #999999;
	font-family: tahoma;
	font-size: 10pt;
	text-align: left;
}
.ContactRtext
{
	border: 1px solid #999999;
	font-family: tahoma;
	font-size: 10pt;
	text-align: right;
}
.ContactSuccessText
{
	font-family: tahoma;
	font-size: 10pt;
	color: #009933;
}
.Error
{
	font-family: tahoma;
	font-size: 10pt;
	color: #FF0000;
	text-align: center;
}

.Message
{
	font-family: tahoma;
	font-size: 10pt;
	color: #009933;
}
