﻿
/*---  FR email.aspx css  ----------------------------*/

/*
#container img   { margin-left: 10px;
                   margin-top: 0px;
                   float: left; }         
*/

#email_container { border-left: solid 1px orange;
                   border-right: solid 1px orange;
                   border-bottom: solid 1px orange;
                   float: left;         
                   width: 777px;
                   height: 835px; 
                   margin-left: 10px;
                   margin-top: 0px; 
                   position: relative; } 

#email_container a { color: #84ad40; }
#email_container a:hover { color: orange; }

#header_img      { position: absolute; 
                   background: #fff url(/images/rme_sorting.jpg);
                   background-repeat: no-repeat;
                   left: 30px;
                   top: 30px;  
                   width: 460px;
                   height: 80px;
                   padding-top: 10px;
                   padding-left: 5px;
                   margin-left: 10px; }

#lbl_title       { position:absolute;
                   left: 20px;
                   top: 20px;
                   color: orange;
                   font-weight: bold;
                   font-size: 14pt; }

#lbl_titlebody   { position:absolute;
                   left: 20px;
                   top: 50px; 
                   width: 400px; }

#lbl_Name        { position: absolute;
                   left: 20px;
                   top: 110px;
                   font-weight: bold;
                   font-size: 8pt; }

#txt_Name        { position: absolute;
                   left: 20px;
                   top: 130px;
                   width: 240px; }  

#lbl_Email_From  { position:absolute;
                   left: 20px;
                   top: 160px;
                   font-weight: bold;
                   font-size: 8pt; }

#txt_Email_From  { position:absolute;
                   left: 20px;
                   top: 180px;
                   width: 240px; } 

#lbl_Email_To1   { position:absolute;
                   left: 20px;
                   top: 210px;
                   font-weight: bold;
                   font-size: 8pt; }

#txt_Email_To1   { position:absolute;
                   left: 20px;
                   top: 230px;
                   width: 240px; }

#lbl_Email_To2   { position:absolute;
                   left: 20px;
                   top: 260px;
                   font-weight: bold;
                   font-size: 8pt; }

#txt_Email_To2   { position:absolute;
                   left: 20px;
                   top: 280px;
                   width: 240px; } 

#lbl_Email_To3   { position:absolute;
                   left: 20px;
                   top: 310px;
                   font-weight: bold;
                   font-size: 8pt; }

#txt_Email_To3   { position:absolute;
                   left: 20px;
                   top: 330px;
                   width: 240px; }  

#lbl_Comments    { position:absolute;
                   left: 20px;
                   top: 360px;
                   font-weight: bold;
                   font-size: 8pt; }

#txt_Comment     { position:absolute;
                   left: 20px;
                   top: 380px;
                   width: 400px;
                   height: 100px; }

#btn_SendEmail   { position: absolute;
                   width: 100px;
                   top: 500px;
                   left: 20px;
                   font-weight: bold;
                   font-size: 8pt;
				   color: white;
				   font-family: verdana;
				   height: 21px;
				   background-color: #FFA500;
				   cursor : hand;
				   cursor : pointer; }

#Validator_txt_Name { position: absolute;
                      left: 270px;
                      top: 130px; } 

#RegExpValidator_txt_Email_From { position: absolute;
                                  left: 270px;
                                  top: 180px; }

#Validator_txt_Email_To1 { position: absolute;
                          left: 270px;
                          top: 230px; }

#RegExpValidator_txt_Email_To1 { position: absolute;
                                 left: 270px;
                                 top: 230px; }

#RegExpValidator_txt_Email_To2 { position: absolute;
                                 left: 270px;
                                 top: 280px; }

#RegExpValidator_txt_Email_To3 { position: absolute;
                                 left: 270px;
                                 top: 330px; }

/*----------------------------------------------------*/

/* the logo img moved right.. adjust left 5px */ 
#banner img { position: absolute;
              left: 5px;
              top: 10px;
              color: #fff; }
