﻿table#ContactForm
{
    width: 100%;
    border-collapse: collapse;
    border: 0;
}

table#ContactForm td table
{
    border: 0 !important;
}

table#ContactForm td table td
{    
}

table#ContactForm td.Header
{
    width: 190px;
}

table#ContactForm td.Item
{
}

table#ContactForm input.Text
{
    width: 350px;
    border: solid 1px #000000;
}

table#ContactForm .TextArea
{
    width: 350px;
    height: 100px;
    border: solid 1px #000000;
}

table#ContactForm input.Button
{
}

div.ValidationSummary
{
    margin: 0 0 25px 0;
	padding: 10px 10px 10px 10px;		
	border: solid 2px #FBC2C4;
	background:#FBE3E4;
	color:#8a1f11;
}
