﻿#contactForm
{
    width: 250px;
}
input.error
{
    border: 1px dotted red;
}
#formError
{
    display: none;
    background-color: Red;
    color: White;
}
#contactForm span
{
    display: block;
}
#contactForm input
{
    margin: 0 0 10px;
    width: 250px;
}
#contactForm select
{
    margin: 0 0 10px;
}
#contactForm textarea
{
    height: 100px;
    margin: 0 0 10px;
    width: 250px;
}
#contactForm .ValidSummary
{
    margin: 0 0 12px;
}
#contactForm .button
{
    background-color: Transparent;
    background-image: url(/Scripts/css/smoothness/images/submit.png);
    background-position: left top;
    background-repeat: no-repeat;
    border: medium none;
    cursor: pointer;
    display: block;
    height: 29px;
    text-indent: -999em;
    width: 97px;
    font-size: 0px;
    display: block;
    line-height: 0px;
}
#contactForm .button:hover
{
    background-position: -97px 0;
}
#contactForm em
{
    display: block;
    font-style: italic;
    margin: 0 0 10px;
}
/*#video .video
{
    background-color: Transparent;
    background-image: url(/Scripts/css/smoothness/images/2010_Greeting.png);
    background-position: left top;
    background-repeat: no-repeat;
    border: medium none;
    cursor: pointer;
    display: block;
    height: 54px;
    text-indent: -999em;
    width: 329px;
}
#video .video:hover
{
    background-position: -329px 0;
}*/
#contactFormIntro
{
    width: 350px;
}
.promoImage
{
    position: absolute;
    left: 280px;
    top: 197px;
    width:235px;
}
.rules
{
     position: absolute;
	 left: 20px;
	 font-size:10px;
	 font-weight:bold;
}
a.rules
{
	 color:#E77A2D;
	 text-decoration:underline;
}
a:hover.rules
{
	 text-decoration:none;
}