input { 
    background-color: #eeeeee; 
    border-color: #314159; 
    border-style: groove; 
    border-width: 2px; 
    margin-left: 2px; 
    margin-right: 2px; 
    text-align: center; 
}

input.schedulemanager { 
    background-color: transparent; 
    border-color: #000000; 
    border-style: solid; 
    border-width: 1px; 
    margin-left: 0px; 
    margin-right: 0px; 
    text-align: center; 
    width:95%;
}

input:focus {
    border-color: yellow;
    background-color: #ffffff;
    color: black;
}

input.button {
    width:80%;
}

input.radio {
    border-style: none; 
    border-width: 0px; 
}

input.schedule {
    border-style: 1px groove black; 
    background-color: transparent; 
    //background-color: #eeeeee; 
    height:20px;
    width:100%;
    margin-left: 0px; 
}

a img {border: none }

