﻿.invitation {
    background-image: url( '../h-images/invitation-bgd.png' ); 
    background-repeat: no-repeat; 
    background-position:0 90px;
    padding:8px;
    text-align:center;
    width:500px;
    height:50px;
    margin-left:auto;
    margin-right:auto;
    padding-top:100px;
    padding-bottom:100px;
}

.input_validator {
    color:Red;
    font-size:smaller;
}

.view_container {
    width:1000px;
}

fieldset
{
    border:1px solid blue;
	width: 780px;
	line-height: 1.1em;
	padding-top:20px;
	float:left;
}

fieldset .Required { 
    background-position: 0px 0px; 
    background-image: url( '../images/required.png' ); 
    background-repeat: no-repeat; 
    font-size:smaller;
    padding-left: 25px; 
    padding-top: 5px; 
    vertical-align:middle;
}

fieldset .Email_Invalid { 
    background-position: 0px 0px; 
    background-image: url( '../images/email_format.png' ); 
    background-repeat: no-repeat; 
    font-size:smaller;
    padding-left: 25px; 
    padding-top: 5px; 
    vertical-align:middle;
}

legend
{
	margin-left: 1.5em;
	color: #000000;
	font-size:larger;
	border: 5px solid #ccc;
	padding:0.5em;
}

label
{
	float: left;
	width: 20em;
	margin-right: 1em;
	text-align: right;
}

.labeldata
{
 background-color:Orange;
 color:White;
 border:solid 1px Gray;
}

fieldset ol
{
  padding: 0px 0px 0px 0px;
  list-style: none;
  margin-top:0px;
  margin-bottom:0px;
}

fieldset li
{
 text-align:left; 
}

fieldset .li_emphasized
{
 text-align:left;
    font-weight: bold;
    white-space:nowrap; 
    margin-left:50px;
    text-decoration:underline;
}

.input_veryshort
{
 width:50px;
 border: solid 1px #85b1de;
}
.input_veryshort:focus
{
    border: solid 2px Black;
}

.input_veryshort_0
{
  border:none;
  background-color:#eee5de;
  width:50px;
}

.input_short
{
 width:100px;
 background-color:White;
 border: solid 1px #85b1de;
}
.input_short:focus
{
    border: solid 2px Black;
}

.input_short_0
{
 border:none;
 background-color:#eee5de;
 width:100px;
}

.input_medium
{
 width:200px;
 background-color:White;
 border: solid 1px #85b1de;
}
.input_medium:focus
{
    border: solid 2px Black;
}

.input_medium_0
{
  border:none;
  background-color:#eee5de;
  width: 200px;
}

.input_long
{
 width:300px;
 background-color:White;
 border: solid 1px #85b1de;
}
.input_long:focus
{
    border: solid 2px Black;
}

.input_long_0
{
 border:none;
 background-color:#eee5de;
 width:300px;
}

.radiobutton
{
 width:25px;
  background-color:Silver;
}

.InvalidPageAccess
{
    margin-top:50px;
    color:Red;
}