

div#headline        { /* Headline */
	position    : relative;
	left        :  10px;
	top         :-100px;
	width       : 580px;
	height      :  40px;
	}
div#headline2        { /* Headline */
	position    : relative;
	left        :  10px;
	top         :  80px;
	width       : 580px;
	height      : 0px;
	}
div#headline3        { /* Headline */
	position    : relative;
	left        :  10px;
	top         :  150px;
	width       : 580px;
	height      : 0px;
	}
img#topimage        { /* Top image */
	position    : relative;
	left        :  600px;
	top         :  80px;
	width       :  400px;
        height      :  300px;
	}
div#text            { /* text */
	position    : relative;
	left        :   10px;
	top         : 30px;
	width       :  980px;
	height      :   20px;
	}
div#texta           { /* phone */
	position    : relative;
	left        :   10px;
	top         :  80px;
	width       :  980px;
	height      :   auto;
	}

/*--- Email form ---*/

form               {   /* Just to center the form on the page */
        position        : relative;
	left            : 10px
	top             :-100px;
        width           :580px;
	height          :300px;
                      /* To see the outline of the form
                         margin: 0 auto;
                         padding: 1em;
                         border: 1px solid #CCC;
                         border-radius: 1em; */
         }
form div + div {
        margin-top      : 4px;   
        }
label          {  /* To make sure that all labels have the same size and are properly aligned */
       display      : inline-block;
       width        : 90px;
       text-align   : right;
       font         : 20px 'Trebuchet MS', arial, sans-serif;
       }
input, textarea {  /* To make sure that all text fields have the same font settings
                      By default, textareas have a monospace font */
        font        : 18px 'arial', Helvetica, sans-serif;
        color       : #333;
        width       : 480px;   /* To give the same size to all text fields */
        box-sizing  : border-box; 
        border      : 1px solid #999;   /* To harmonize the look & feel of text field border */
        }

input:focus, textarea:focus {  /* To give a little highlight on active elements */
        border-color   : #000;
        }
textarea          {
        vertical-align  : top;
        height          : 200px;
        }
.button           {
        font-size       : 20px;
	text-align      : left;
        padding-left    : 154px; /* to achieve proper left edges */
        }
/*--- EndOfFile ---*/
