input.view { 
                border-top:1px dotted white;
                border-bottom:1px dotted white;
                border-left:1px dotted white;
                border-right:1px dotted white;
                }

textarea.view { 
                border-top:1px dotted white;
                border-bottom:1px dotted white;
                border-left:1px dotted white;
                border-right:1px dotted white;
                }
textarea {
    font-family : Tahoma, Arial, Comic Sans MS, Helvetica, sans-serif;
    font-size: 10pt;

}
input[type="text"] {
    font-family : Tahoma, Arial, Comic Sans MS, Helvetica, sans-serif;
    font-size: 10pt;
}

input.invalid { padding-right: 16px; 
                border: 1px solid red;  
                height: 22px;
                background-image: url(Common/icons/warning_12px.gif); 
                background-position: right; background-repeat: no-repeat;
}
                                                 
textarea.invalid { padding-right: 16px; 
                   border: 1px solid red;  
                   background-image: url(Common/icons/warning_12px.gif); 
                   background-position: right; background-repeat: no-repeat;
}

