#center 
{
	background-color: white;
	position: absolute;
	left:210px;
	top:115px;
	width: 510px;
	min-height:250px;
	max-height:250px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#bottomlinks
{
	position: absolute;
	left:210px;
	top:540px;
	width: 510px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

#sptitle 
{
	color: #00adef;
	font-size: 18px;
	position: absolute;
	left:210px;
	top:380px;
	width: 300px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	/*font-weight: bold;*/
}
#sptxt
{
	color: black;
	font-size: 11px;
	position: absolute;
	font-weight: bold;
}


#update_box
{
	position: absolute;
	left:534px;
	top:380px;
	width:192px;
	height:116px;
}

#updateEmail
{
	font-size: 10px;
	border:none;
	cursor:hand;
	text-decoration:underline; 
	background: none;
	padding:0;
	margin:0;

}

