.dropdown
{
border-style: solid;
border-width: 1px;
border-color: grey;
color: grey;
font-family: verdana;
font-size: 15px;
}

.select
{
height: 15px;
border-style: solid;
border-width: 1px;
border-color: grey;
color: grey;
font-family: verdana;
font-size: 11px
}

.textarea
{
border-style: solid;
border-width: 1px;
border-color: grey;
color: grey;
font-family: verdana;
font-size: 11px
}
.textbox
{
border-style: solid;
border-width: 1px;
border-color: grey;
color: grey;
font-family: verdana;
font-size: 11px
}

.textbox-error
{
border-style: solid;
border-width: 1px;
border-color: red;
color: grey;
font-family: verdana;
font-size: 11px
}

.text
{
color: grey;
font-family: verdana;
font-size: 11px
}

.text-error
{
color: red;
font-family: verdana;
font-size: 11px
}

.quote
{
color: grey;
font-family: verdana;
font-size: 20px
font-weight: bolder;
}
.error
{
color: red;
font-family: verdana;
font-size: 11px;
}


.button
{
border-style: solid;
border-width: 1px;
border-color: grey;
background: white;
color: grey;
font-family: verdana;
font-size: 11px;
text-align: center;
}
.buttonrollover
{
cursor: pointer;
border-style: solid;
border-width: 1px;
border-color: grey;
background: grey;
color: white;
font-family: verdana;
font-size: 11px;
text-align: center;
}


.bluetitle
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #0000FF;
}


.attendeecontainer
{
  padding: 4px 4px;
  border-bottom: solid 1px #CCCCCC;
}
.attendeecontainer-even
{
  padding: 4px 4px;
  border-bottom: solid 1px #CCCCCC;
  background-color: #CCCCCC;
}


