﻿
.Hidden {
    display: none;
}


.Reset {
    clear:both;
    display:block;
}

.Center {
    text-align:center;
}

.Left {
    text-align:left;
}

.NoWrap {
    text-wrap: none;
    white-space: nowrap;
    width: 100px;
}

input 
{
    width:10px;
}

