﻿div.popOuter
{
	position: absolute;
	left: 50%;
	display: none;
}

div.popInner
{
	position: relative;
	left: -130px;
	width: 260px;
	border: solid 1px #777;
	background-color: #000;
	text-align: center;
	color: #FFF;
}

div.popInner .Close
{
	/* move it to the upper right hand corner */
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	border-style: none;
}

input.popText
{
	width: 160px;
	margin-bottom: 0px;
}
textarea.popText
{
	width: 240px;
	height: 120px;
	margin-bottom: 0px;
}
input.submit 
{
	width: 260px;
	height: 30px;
}

#address
{
	font-weight: bold;
	color: #D00;
	margin: 0 0 auto 1.625em;	/* Indent 2 character's width of the base font size */
}
