body {
  font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	background: #94B0FF;
}

a {
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	color: #0061C0;
	border: 0px;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

img {
 border: 0px;
}

#border:{

border: 1px solid black;
}

label
{
width: 9em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.submit input
{
margin-left: 10em;
}

textarea {

border: #000 1px solid;
color: #000;
font-family: arial, verdana, ms sans serif;
font-size: 1em;
background: fff;
font-weight: normal
}

input
{
color: #000;
background: #fff;
border: 1px solid #000;
}

.submit input
{
color: #000;
background: #94B0FF;
}
fieldset
{
border: 1px solid #0061C0;
width: 40em
}

legend
{
color: #fff;
background: #0061c0;
border: 1px solid #000;
padding: 2px 6px
}




#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 14px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: #313131;
font: bold 12px Tahoma;
color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}