﻿
input[type="text"]#website { display: none; }


#divSubmitInProgress { display:none;  }
#divSubmitInProgress img { width: 38px; }
    .ErrorControl
    {
        background-color: #FBE3E4;
        border: solid 1px Red;
    }


.hidden {
       display: none;
   }


.bold {
       font-weight: bold;
   }

.font20 {
    font-size:20px;
}