Input[type='text'] {
height: 25px;
font-family: 'Pathway Gothic One', sans-serif;
font-size:20px;
border-radius:4px;
border: 1px solid #CCCCCC;
padding:4px;
color:#CCCCCC;
vertical-align:middle;
background-color:#FFFFFF;
}

Input[type='text']:focus {
outline:none;
border: 1px solid #98BF21;
color:#606060;
background-color:#FAFAFA;
}

input[type='button'] {
height:34px;
width:100px;
font-family: 'Pathway Gothic One', sans-serif;
font-size:20px;
border-radius:4px;
border: 1px solid #CCCCCC;
padding:4px;
color:#606060;
vertical-align:middle;
background-color:#FFFFFF;
cursor:pointer;
}

input[type='button']:disabled {
color:#DCDCDC;
}

input[type='button']:enabled {
color:#606060;
}

input[type='button']:enabled:hover {
border: 1px solid #98BF21;
color:#606060;
background-color:#FAFAFA;
}

input[type='button']:disabled:hover {
cursor:default;
}

input[type='checkbox'] {
font-family: 'Pathway Gothic One', sans-serif;
border: 1px solid #CCCCCC;
border-radius:4px;
font-size: 15px;
color:#606060;
}