﻿body {
}

div.form-layout
{
    padding:5px;
    margin-left:-5px;
}

div.form-label
{
    float:left;
    height:22px;
    width:110px;
}

div.form-input
{
    float:right;
    width:270px;	
}

.contact-input
{
    width:270px;
}

div.address
{
    width: 250px;
    padding:5px;
}
div.form-container
{
	width:500px;
}

div.label
{
	width: 149px;
	float: left;
	margin-bottom:5px;
}

div.input
{
	width: 350px;
	float: left;
	margin-bottom:5px;
}

div.input-small
{
	width: 150px;
	float: left;
	margin-bottom:5px;
}

div.validation
{
	color:Red;
	clear:both;
}

a:link, a:visited, a:active
{
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

a:hover.eventPeriodButton
{
	text-decoration:none;
	color:white;
	background-color:#666666;
}

a.eventPeriodButton 
{
    display:block;
    border:solid 1px #666666;
    width:88px;
    height:20px;
    float:left;
    text-align:center;	
    color:#666666;
}

a.eventPeriodButtonSelected
{
	display:block;
    border:solid 1px #666666;
    width:88px;
    height:20px;
    float:left;
    text-align:center;	
    color:white;
    background-color:#666666;
}

a:hover.eventPeriodButtonSelected
{
	text-decoration:none;
}

