div.google {
	font-size: 8pt; 
	color: #01358B;
}
table.google {
	border-top: 2px outset #CC0000;
	border-left: 2px outset #CC0000;
	border-right: 4px outset #CC0000;
	border-bottom: 4px outset #CC0000;
}
input[type="text"].google {
	font-size: 8pt;
	font-weight: normal;
}
input[type="submit"].google {
	font-size: 8pt; 
	font-weight: normal; 
	text-align: center;
	color:#ffcc00;
	background-color:#01358B;
}
div.chase {
	border-top: 2px outset #CC0000;
	border-left: 2px outset #CC0000;
	border-right: 4px outset #CC0000;
	border-bottom: 4px outset #CC0000;
	/*padding-bottom: 8px;*/
	background-color:#FFFFFF;
}
div.facebook {
	border-top: 2px outset #CC0000;
	border-left: 2px outset #CC0000;
	border-right: 4px outset #CC0000;
	border-bottom: 4px outset #CC0000;
	padding-bottom: 8px;
	background-color:#CCCCFF;
}
div.myspace {
	border-top: 2px outset #CC0000;
	border-left: 2px outset #CC0000;
	border-right: 4px outset #CC0000;
	border-bottom: 4px outset #CC0000;
	padding:2px;
	background-color:#01358B;
)