﻿
            html,body, form {
              margin:0;
              padding:0;
              height:100%;
              width:100%;
            }

            table.full-height {
              height:100%;
              width:100%;
              border:1px solid black;
            }

        
            .spanMessage
            {
                font-size:11pt;
                color:Red;
            }
            
    
           .labels,
           label,
           td
           {
                font-size: 12px;
                font-family:'Open Sans',Helvetica, Arial, Sans-Serif;
                line-height:normal;
                color:#000;
           }
            
            input,
            textarea,
            select
            {
                font-size: 9pt;
                font-family:Segoe UI,Tahoma,Verdana,Arial,sans-serif;
                line-height:normal;
                color:#444444;
				border-width: 1px;
				border-style: solid;
            }
            
            .innerWrap
            {
                font-size: 9pt;
                font-family:Segoe UI,Tahoma,Verdana,Arial,sans-serif;
                line-height:normal;
                color:#444444;
            }
input[type='text']:hover, input[type='password']:hover, select:hover {
    border-color: #0092ab;
}
input[type='text']:focus, input[type='password']:focus, select:focus, select select{
border-color: #0092ab;
	outline: 0;
}
input[type='text'], input[type='password']{
    height:20px;
}

#ctl00_ContentPlaceHolder1_Login1_LoginButton, #ctl00_ContentPlaceHolder1_loginButton{
    background-image : none;
    line-height:25px !important;
}
select{
    height:25px;
    width:206px;
}