
html, body, div, section, article, aside, header, hgroup, 
footer, nav, h1,  h3, h4, h5, h6, p, 
blockquote, address, time, span, em, strong, img, 
ol, ul, li, figure, canvas, video, th, td, tr {
    margin: 0;
    padding: 0;
    border: 5;
    /*vertical-align:baseline;*/
    font: inherit;
}

h1 {
    text-align: center;
    font-size: 24px;   
    line-height: 60px;
    background-color: #005030;     
    color: #FFFFFF;
    border-bottom: 5px #F47321 solid;
    font-weight: 600;
    width: 100%;
}

h2 {
    text-align: center;
    font-size: 24px;   
    line-height: 60px;
    background-color: #005030;     
    color: #FFFFFF;
    border-bottom: 5px #F47321 solid;
    border-top: 5px #F47321 solid;
    font-weight: 600;
    width: 100%;
    vertical-align:top;
}

h4 {     
    line-height: 30px;
}

body, input, textarea, select {                
    font-family: Verdana,Geneva,sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #005030;
    text-anchor:middle; 
}

input, textarea, select {                
    color: #000; 
}

textarea {            
	width: 400px;
	height: 50px;
}

input[type=text] {
    width: 170px;
}

select {
    //width: 220px;
}

input[type=radio], input[type=radio] {
    float: right;
    margin-right: 10px;
    text-align:center; 
    vertical-align: middle;  
}

body {                
    background: #FEF6DB;
}

img {
    border:0;
    vertical-align: middle;
    cursor: pointer;
    padding-left: 4px;
    padding-right: 4px;
}

.comments {
    width: 65%;
    height: 70px;
    margin-bottom: 10px;
}

.label{
    vertical-align: middle;
}

.text-input{
    vertical-align: middle;
    padding-right: 40px;
}

.button {           
    text-align: center;
    float: next;
    width:160px;
}

#item_no {
    border-style: none;
    width:70px;
    disabled: disabled;
    text-align:center; 
    background: #FEF6DB;
}

#item_number {
    display: none;
}

table { 
    border-collapse: collapse; 
}

#dataTable tr td{
    border-bottom: 1px solid #005030;
    text-align: center;
}

.item-required {
    color: #FF0000;
}

.table_label{
    border-bottom: 3px solid #005030; 
    text-align :center;
}

.table_label_required{
    color: #FF0000;
}

.unsupported{
    display: none;
}