﻿@font-face {
    font-family: Myriad Pro;
    /*src: url(myriad-web-pro.ttf);*/

    src: url('MYRIADPROREGULAR.eot');
    src: local('MYRIADPROREGULAR'), url('./MYRIADPROREGULAR.woff') format('woff'), url('./MYRIADPROREGULAR.ttf') format('truetype');
}

@font-face {
    font-family: 'Antipasto';
    src: url('antipasto_regular-webfont.eot');
    src: url('antipasto_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('antipasto_regular-webfont.woff2') format('woff2'),
         url('antipasto_regular-webfont.woff') format('woff'),
         url('antipasto_regular-webfont.ttf') format('truetype'),
         url('antipasto_regular-webfont.svg#antipastoregular') format('svg');
}

@font-face {
    font-family: 'Roboto';
    src: url('roboto-light-webfont.eot');
    src: url('roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('roboto-light-webfont.woff2') format('woff2'),
         url('roboto-light-webfont.woff') format('woff'),
         url('roboto-light-webfont.ttf') format('truetype'),
         url('roboto-light-webfont.svg#robotolight') format('svg');
}

body {
    font-family: 'Segoe UI', 'MgOpen Moderna', 'Gill Sans','Myriad Pro', 'Nimbus Sans', Tahoma, Arial, sans-serif;
    margin: 0;
}

input[type="text"],
input[type="Password"] {
    -webkit-border-radius: 4px 5px;
    -moz-border-radius: 4px 5px;
    border-radius: 4px 5px;
    border: 1px solid silver;
    border-collapse: collapse;
}