﻿.WizardRect
{ 
  border-left      : solid 1px #D0D0D0;
  border-right     : solid 1px #D0D0D0;
  border-bottom    : solid 1px #D0D0D0;
  background-color : #FEFEFE;
}

.WizardTitle
{
  height           : 19px;
  padding-top      :  4px;
  background-image : url("/dati_fissi/Image/AreaEventi/top.gif");
  padding-left     :  5px;
  padding-right    :  5px;
  border           : solid 1px #8AB7CC;
}

.WizardTitleText, .WizardTitleText a
{
  font-family : Tahoma;
  font-size   : 14px;
  font-weight : bold;
  color       : #110E40;
}


.SignupFormArea
{
  font-weight: bold;
  border-bottom: solid 1px black;
  margin-top: 10px;
  margin-bottom: 5px;
}

.SignupFormLabel
{
  font-weight : bold;  
}

.SignupFormFieldLeft
{
  text-align : left;
}

.SignupFormFieldCenter
{
  text-align : center;
}

.SignupFormFieldRight
{
  text-align : right;
}

.PrivacyBox
{
  border     : solid 1px gainsboro;
}

.SeatsBox
{
  overflow: -moz-scrollbars-vertical;
  overflow-x: hidden;
  overflow-y: scroll;
}

.FailureText
{
  color: Red; font-weight: bold;
}

.SuccessText
{
  color: Blue; font-weight: bold;
}