@font-face {
    font-family: 'FranklinGothic-book';
    src: url('../fonts/FranklinGothic-Book.eot');
    src: url('../fonts/FranklinGothic-Book.eot?#iefix') format('embedded-opentype'),
         url('../fonts/FranklinGothic-Book.woff') format('woff'),
         url('../fonts/FranklinGothic-Book.ttf') format('truetype'),
         url('../fonts/FranklinGothic-Book.svg#FranklinGothic-book') format('svg');
    font-weight: normal;
    font-style: normal;
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    font-family: 'FranklinGothic-book';
    margin: 0;
    padding: 0;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: subpixel-antialiased;
    font-size: 13px;
    line-height: 16px;
    color: #4d4d4d;
}
font {
    line-height: 16px;
    font-size: 12px;
}
input,
select {
    border: 1px solid #999;
    margin: 0;
    padding: 0;
    height: 22px;
    line-height: 21px;
    outline: none;
    font-family: 'FranklinGothic-book';
    font-size: 13px;
}
input[type="text"] {
    padding: 0 5px;
}
input[type="submit"] {
    background: #b3b3b3;
    border: none;
    padding: 0 10px;
    line-height: 13px;
    cursor: pointer;
    color: #4d4d4d;
}
input[type="submit"]:hover {
    background: #005cb9;
    color: #fff;
    -webkit-transition: all 0.2s ease-out;
       -moz-transition: all 0.2s ease-out;
         -o-transition: all 0.2s ease-out; 
            transition: all 0.2s ease-out;
}
input[type="radio"] {
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 10px;
}
table {
	width:300px;
}
table td {
	padding:5px 5px 5px 0;
	text-align:left;
}

.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important; 
}
fieldset {
    padding: 0;
    margin: 0;
    border: none;
}