img
{
	border-style:none;
}
.emailinput 
{
    background-image: url('../images/gmail-favicon.gif');
    background-repeat: no-repeat;
    padding-left: 20px;
}
.white_content 
{
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
	margin-left: -140px;
    width: 250px;
    height: 120px;
    padding: 16px;
    border: 0px;
    background-color: white;
    z-index:1002;
    overflow: auto;
}

h3
{
	font-size:14pt;
	font-weight:bold;
	font-style:normal;
}	

a
{
	font-weight:bold;
	text-decoration:none;
	color:#2E434D;
}					
