@charset "utf-8";
/* CSS Document */



#formleft  {
  border:2px solid;
  height:600px;
  margin:auto;
  padding:12px;
  width:650px;
}



label { 
 font:"Courier New", Courier, monospace; font-size:10px;
}

#FullName {
 width:600px;
 position:relative;
 margin-bottom:10px;
}

#FirstName {
 left:0px;
 width:220px;
 margin-right:20px;
}

#LastName  {
  width:250px;
  margin-right:20px;
}

#EmailInfo {
 width:650px;
 position:relative;
 margin-bottom:10px;
}

#EmailSubject  {
  left:0px;
}

#EmailBody  {
  left:0px;
}


#EmailAddresses {
 width:600px;
 position:relative;
 margin-bottom:10px;
}

#Email1 {
 left:0px;
 width:360px;
 margin-right:20px;
}

#Email2 {
  width:360px;
  margin-right:10px;  
}


#status {   
   width:50%;   
   padding:10px;   
   outline:none;   
   height:36px;   
}   

.focusField {
   background-color:#F2CD20;
   border:inset 1px;
   font:14px "Lucida Grande", Arial, sans-serif;     
}


.idleField {
   border:inset 1px;
   font:14px "Lucida Grande", Arial, sans-serif;     
}

.MsgPopUp  {
	font:10px "Lucida Grande", Arial, sans-serif;    
}

.EmailValidator { 
  font:10px "Lucida Grande", Arial, sans-serif;   
  margin:0px;
  padding:0px; 
}

#udProgress  {
  width:100px;
  position:relative;
  top:-45px;
  left:109px;
}

#EmailNote {
	background-color:green;
	border-style:outset;
	border-width:1px;
	color:white;
	font-size:0.8em;
	font-style:italic;
	font-weight:bold;
	margin-bottom:20px;
	padding:5px;
}

.MsgPanel 
{
 border:1px outset black;
 color:red;
 font-size:10px;
 font-weight:bold;
 height:19px;
 left:109px;
 padding:5px;
 position:relative;
 top:-45px;
 width:529px;
}
  