﻿p, *
{
    font-family: "Segoe UI" , Arial, Verdana, helvetica, Sans-Serif;
    font-size: 15px;
    color: #4c494a;
    line-height: 1.6em;
}

.ErrorSumary ul li, .ErrorSumary ul
{
    margin: 0;
    padding: 0;
    color: Red;
}

input.txtbox, textarea
{
    width: 200px;
    border: 1px solid #78a114;
}

.txtArea
{
    width: 200px;
    border: 1px solid #78a114;
}

.upload
{
    width: 200px;
}

.SubmitButton
{
    background-image: url( 'images/submit.png' );
    background-position: left top;
    background-repeat: no-repeat;
    color: #333;
    width: 72px;
    height: 33px;
    padding: 8px 0px 0px 38px;
    margin: 15px 5px 5px 5px;
    text-decoration: none;
    display: block;
    font-size: 14px;
}