﻿.buttonInitialSignup
{
    border-top: solid 1px white;
    border-left: solid 1px white;
    border-right: solid 1px #696969; /* dimgray */
    border-bottom: solid 1px #696969; /* dimgray */
    color:white;
    font-family:Arial,helvetica,sans-serif;
    font-size:11px;
    font-weight:bold;
    background-color:blue;
    height: 24px;
    width: 100px;
    cursor: pointer;
}

.buttonInitialSignupPreview
{
    border-top: solid 1px white;
    border-left: solid 1px white;
    border-right: solid 1px #696969; /* dimgray */
    border-bottom: solid 1px #696969; /* dimgray */
    color:white;
    font-family:Arial,helvetica,sans-serif;
    font-size:11px;
    font-weight:bold;
    background-color:green;
    height: 24px;
    width: 100px;
    cursor: pointer;
}

.initialSignupTable
{
	width: 415px;
	margin:6px;
}

.initialSignupTable td
{
	font-family:Arial,helvetica,sans-serif;
	color:#696969; /* DimGray */
	font-size:16px;
}

.signupBannerText
{
	color:#696969; /* dimgray */
	font-family:Arial,helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:left;
}

.signupBannerText a
{
	color:#0112AF;
	font-family:Arial,helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	text-decoration:underline;
}

.initialSignupTable tr
{
	padding: 3px;
}

.initialSignupTable td
{
	vertical-align: top;
}

.description
{
	font-size:10px;
	color: #696969; /* dimgray */
}

.signupFieldset
{
	border:1px solid blue; 
	width:430px;
	
}

.signupTable
{
	border-style: solid;
	border-color: #DCDCDC; /* Gainsboro */
	border-width: 1px;	
	font-family:Arial,helvetica,sans-serif;
	font-size:11px;
}

.signupTable tr
{
	padding: 6px;
}

.signupTable td
{
	vertical-align: top;
}