body {
    	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
}

p {	
}
img {
	border: none;
	padding-top: 26px;
}
form {
	position: relative;
	width: 450px;
	padding: 15px;
	line-height: 1.5em;
}
#popupdrop1 {
	position: absolute;
	top: 75px;
	left: 50px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: silver;
	visibility: hidden;
}
#popupdrop2 {
	position: absolute;
	top: 75px;
	left: 50px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: silver;
	visibility: hidden;
}
#popupform {
	margin: 0px 0px 0px 0px;
        padding: 25px;
	position: relative;
	bottom: 6px;
	right: 6px;
        width: 500px;
	border: thick solid #2A776F;
	background-color: #FFFFFF;
}

#inputtext input {
	margin-left: 10px;
	border: none;
	border-bottom: thin solid;
	width: 25em;
	
}


#center {
    	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	padding: 0;
	margin: 0;
        text-align: center;
}
#bold {
	font-weight: bold;
}

