/* CSS comments */

body { background-color: #FFFFFF; text-align:center; }

div#master_div { width: 770px;  
                 background-color: #FFFFFF; 
		 text-align: center; /* centering everything in the master_div */
                 margin: 0px auto; }

/* Inside the Master Div */

div#masterbar_div {width: 314px; 
                   height: 110px;
                   margin: 20px auto 0px;
                   text-align: center; }

     div#archive_button_div { margin: 19px 23px 0px 0px;
                              float: left;
                              display: inline; }

          img#archive_button { margin: 0px 0px 0px 0px; 
                               border-width: 0px;}

     div#title_div { margin: 0px 0px 0px 0px;
                     float: left;
                     display: inline; }

           h1#SVC_title { margin: 0px 0px 0px 0px; }

             a#home_link { margin: 0px 0px 0px 0px; 
                  font-size: 20pt;
                  text-decoration:none; 
                  font-weight: bold;
                  letter-spacing: 3px;
                  font-family: monospace;
                  color: #000000; }

              a#home_link2 { margin: 0px auto; 
                  font-size: 14pt; 
                  text-decoration:none;
                  font-weight: bold;
                  letter-spacing: 0px;
                  font-family: monospace;
                  color: #AAAAAA; }


      div#MRZ_button_div { margin: 19px 0px 0px 21px;
                           float: left;
                           display: inline; }

            img#MRZ_button {margin: 0px 0px 0px 0px; 
                            border-width: 0px;}

/* Header */

span#email_a_friend{font-size: 20pt;
                    font-weight: Bold;
                    font-family: Times New Roman, serif;
                    text-decoration: underline; }



/* The form for mailing */

div#mail_form_div {margin: 0px auto;
                  text-align: left;
                  width: 410px; 
                  height: 340px; }

div.field_name{text-align: left;
               margin: 6px auto 2px;
               width: 11em; 
               height: 20px;
               font-weight: bold;
               font-family: Times New Roman, serif;
               float: left;
               display: inline; }

div.input_box{text-align: left;
              margin: 4px auto;
              width: 100px; 
              height: 20px;
              float: left;
              font-family: Times New Roman, serif;
              display: inline; }

input.actual_input{width: 18em; 
              height: 1.6em;}

/* optional Message */

div.big_field_name{text-align: left;
               margin: 6px auto 6px;
               width: 300px; 
               height: 20px;
               font-weight: bold;
               font-family: Times New Roman, serif;
               float: left;
               display: inline; }

div.big_input_box{text-align: left;
              margin: 6px auto 6px;
              width: 400px; 
              height: 60px;
              float: left;
              font-family: Times New Roman, serif;
              display: inline; }

textarea#big_actual_input{width: 25em; 
              height: 7em;}

span#small_grey{font-size: 14px;
                color: #000000;
                font-family: Times New Roman, serif; }


/* divs for send and cancel buttons */

div.go_buttona{text-align: center;
               margin: auto 0px auto 167px;
               width: 75px; 
               height: 11px;
               font-weight: bold;
               font-family: Times New Roman, serif;
               float: left;
               display: inline; }



/* Thank you link */

a#thank_you_link{font-size: 18pt;
                 font-weight: bold;
                 font-family: Times New Roman, serif;}


/* E-mail me */

img.Email_me { margin: 0px 0px 0px 0px;
               border-width: 0px; }

/*  Footer  */

p.SVC_footer { margin: 0px auto;
               font-size: 10pt;
               font-weight: normal;
               font-family: sans-serif;
               color: #000000; }

/* tools */
span.bold_text { font-weight: bold; }
div.spacer {margin: 9px 20px 0px 0px;}
div.four_spacer {margin: 15px 20px 0px 0px;}