/* Default CSS Stylesheet for the Header */

Input.HeaderTextbox
{
    BACKGROUND-COLOR: whitesmoke;
	border-color: Red;
    BORDER-BOTTOM: #ff6666 2px shadow;
    BORDER-LEFT: #ff6666 1px solid;
    BORDER-RIGHT: #ff6666 2px shadow;
    BORDER-TOP: #ff6666 1px solid;
    width: 90px;
}

