body, html	{
background: white;
overflow:hidden;
margin-left: 0px;
}


#logo	{
	height:130px;
	width:352px;
	/** Position of logo on page. */
position:absolute;
	top:415px;
	/** File name of logo. */
background: url("../logo.png") no-repeat;
	/** Internet Explorer PNG fix file. */
behavior: url(../iepngfix.htc);
	z-index: 992;
}


#photos		{
	position:absolute;
	left:0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-left: 0px;
	cursor:move;
	cursor:crosshair;
	z-index: 1;
	width: 100%;
}


body, html, #photos, table
{
}


#clickdrag
{	
	margin-top:85px;
	margin-left:182px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #999;
}


#menu	{	/** Margins for the gallery selection form. */
margin-top:-16px;
margin-left:182px;
}


	
#formlinks	{	/** Left margin should be the same as the label width. */
margin-left:6em;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-style: italic;
}

	
input, textarea
			{
width:225px;
font-family: Geneva, Arial, Helvetica, sans-serif;
}


.photocell	{
	padding-right:0px;
	padding-left:0px;
	height: auto;
	vertical-align: top;
	margin-right: 0px;
}


option, select, #instructions
{	/** Font type and size for instructions and drop down box. */
	font-family:Verdana, Geneva, sans-serif;
	font-size:7pt;
	color: #333;
}	
				
select		{	/** Sets the width of the drop down box. */
width:15em;
}
