﻿
/* Watermarked Textbox */
.unwatermarked
{
	background-color: #E7E7E7;
    border-bottom: 1px solid #000080; border-left: #000080 1px solid; border-right: #000080 1px solid;
    border-top: #000080 1px solid; color: #000080; cursor: text; font-family: Arial;
    font-size: 10pt; font-weight: bold; letter-spacing: normal; width: 70px; text-align: center;
}

.watermarked
{
	background-color: #E7E7E7;
    border-bottom: 1px solid #000080; border-left: #000080 1px solid; border-right: #000080 1px solid;
    border-top: #000080 1px solid; color: #000080; cursor: text; font-family: Arial;
    font-size: 10pt; font-weight: bold; letter-spacing: normal; width: 70px; text-align: center;
}