/* CSS Document */

#infobox{
	float: left;
	margin-top: 1px;
	/* padding: 10px 10px 0px 10px; */
	padding: 2px 5px 0px 5px;

	background-image: url(../images/p_about_box.jpg);
	background-repeat: no-repeat;
	
	width: 302px;
	height: 126px;
}

#infobox p {
	background-color: inherit;
	color: white;
}

.fline {
	background-color: inherit;
	color: #b517b5;
	
	font-weight: 900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

p {
	background-color: inherit;
	color: black;
	
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


#login, #pwdforgot {
	float: left;
	padding: 10px 5px 0px 10px;
	margin: 0px;
	
	background-image: url(../images/p_about_signup.jpg);
	background-repeat: no-repeat;
	
	width: 286px;
	height: 119px;
}




