﻿#Leads .NormalBold
{
  font-family:Arial;
  font-size:12px;
}

#Leads .NormalTextBox
{
  margin:3px;
  border:1px solid gray;
  width:150px;
}

#Leads .NormalRed
{
     font-family:Arial;
  font-size:14px;
  font-weight:bold;
  color:Black;
}

#Leads .CommandButton
{
      font-family:Arial;
  font-size:12px;
  font-weight:bold;
  color:white; 
  text-decoration:none;
  height:20px; 
  padding:3px;
  background-color:#80807E;
  text-align:center;
  cursor:pointer;
  
	border-top:.1em solid #ffffff;
	border-left:.15em solid #ddd;
	border-right:.15em solid #333;
	border-bottom:.15em solid #555;
	white-space:nowrap;
}

#Leads .RemarkTextBox
{
      margin:3px;
  border:1px solid gray;
    width:150px;
    height:70px;


}




