#popup {
	position: absolute;
	width : 360px;
	height : 90px;
	top: 15%;
	left: 50%;
	margin-left : -180px;
	border : 1px solid #6c7c31;
	background-color : #dbe7b8;
	z-index: 100;
}

#popup form fieldset {
	border: none;
	margin : 0;
	padding : 0 10px 10px 10px;
}

#popup form fieldset legend {
	display : block;
	width : 360px;
	height : auto;
	padding : 10px 0 0 10px;
	margin : 0 0 0 -11px;
	text-align : left;
	font-family : Times , Serif;
	font-size : 2em;
	font-style : italic;
	color : #6c7c31;
}

#popup form fieldset ul li {
	list-style-type : none;
}

#popup form fieldset ul li label {
	font-size : 1.3em;
}

#popup form fieldset ul li input {
	width : 215px;
	height : 18px;
	border : 1px solid #6c7c31; 
}

#popup form fieldset ul li input:focus {
	border : 1px solid #005e4f;
}

#popup form p {
	margin : -2px 11px 0 0;
	text-align : center;
}

#popup form p a {
	float : left;
	display : block;
	width : 123px;
	height : 17px;
	border : none;
	margin-left : 40px;
	padding-top : 3px;
	background-color : #6c7c31;
	color : #FFFFFF;
	text-decoration : none;
	text-align : center;
	font-size : 0.9em;
	font-weight : normal;
}

#popup form p input {
	width : 123px;
	height : 20px;
	border : none;
	background-color : #6c7c31;
	color : #FFFFFF;
}

#popup p {
	display : block;
	margin-top : 30px;
	text-align : center;
	font-family : Arial, Helvetica, Verdana, Sans-Serif;
	font-size : 1.4em;
	font-weight : bold;
	color : #156a59;
}
