.page {
    background-color : white;
    padding-bottom : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-top : 0px;
    margin : 0px;
    width : 484px;
  }


.header {
    width : 482px;
    padding :0px;
  }


.greet {
    font-family : 'Arial', 'sans-serif';
    width : 480px;
    padding : 0;
    position : absolute;
    left : 5px;
    top : 90px;
  }


.greet1 {
    font-family : 'Arial', 'sans-serif';
    width : 480px;
    padding : 0;
    position : absolute;
    left : 5px;
    top : 100px;
  }


.greet2 {
    font-family : 'Arial', 'sans-serif';
    position : absolute;
    top : 60px;
    left : 5px;
    color : #999;
    font-size : 12px;
    font-weight : normal;
  }


.form {
    position : relative;
    top :90px;
    left : 0px;
  }


.label {
    color : #999;
    font-family : Arial, 'sans-serif';
    font-size : 12px;
    width : 50%;
  }


.entry {
	border-bottom-color : #A6192E;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	border-left-color : #A6192E;
	border-left-style : solid;
	border-left-width : 1px;
	border-right-color : #A6192E;
	border-right-style : solid;
	border-right-width : 1px;
	border-top-color : #A6192E;
	border-top-style : solid;
	border-top-width : 1px;
	color : #000000;
	height : 27px;
  }


.inst {
	color : #000000;
	font-family : Arial, 'sans-serif';
	font-size : 9px;
  }


.note {
    font-family : 'Arial', 'sans-serif';
    color : #999;
    font-size : 10px;
    font-weight : normal;
    position : relative;
    top : 170px;
  }


.notef {
    color : #999;
    font-family : 'Arial', 'sans-serif';
    font-size : 10px;
    font-weight : normal;
    padding-bottom : 2px;
    padding-left : 2px;
    padding-right : 2px;
    padding-top : 2px;
    position : relative;
  }

