/**
 * Common components' style rules.  It has formatting rules for Panel Components
 *
 * @author Veeresh D.
 * @date March 2008
 */
 
 
#loginCloseButton
{
	height: 15px; 	
	width: 15px; 	
	font-size: 8; 	
	font-weight: bold;
	color: royalblue;
}

.announce_header
{
  background: url('../images/pf-images/pf-top-middle.gif');
  font-family: Arial;
  font-size:13px;
  font-weight:bold;
  padding:6px 0px 0px 2px;
  margin:0px;
  color:#1F7CF3;
}

.announce_content
{
  font-family: Arial;
  font-size:12px;
  padding:10px 6px 0px 2px;  
}

.announce_link
{
  background:white;
  font-size:11px;
  padding:2px 6px 0px 2px;
}

.loginDataFields
{
  font-family: Arial;
  font-size:12px;
}
