@font-face {
    font-family: 'honey_scriptlight';
    src: url('honeyscript-light-webfont.eot');
    src: url('../sources/fonts/honeyscript-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../sources/fonts/honeyscript-light-webfont.woff') format('woff'),
         url('../sources/fonts/honeyscript-light-webfont.ttf') format('truetype'),
         url('../sources/fonts/honeyscript-light-webfont.svg#honey_scriptlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'honey_scriptsemibold';
    src: url('../sources/fonts/honeyscript-semibold-webfont.eot');
    src: url('../sources/fonts/honeyscript-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../sources/fonts/honeyscript-semibold-webfont.woff') format('woff'),
         url('../sources/fonts/honeyscript-semibold-webfont.ttf') format('truetype'),
         url('../sources/fonts/honeyscript-semibold-webfont.svg#honey_scriptsemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'metaplusbook-capsregular';
    src: url('../sources/fonts/metaplusbook-caps-webfont.eot');
    src: url('../sources/fonts/metaplusbook-caps-webfont.eot?#iefix') format('embedded-opentype'),
         url('../sources/fonts/metaplusbook-caps-webfont.woff') format('woff'),
         url('../sources/fonts/metaplusbook-caps-webfont.ttf') format('truetype'),
         url('../sources/fonts/metaplusbook-caps-webfont.svg#honey_scriptsemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

a{
    text-decoration:none;
    color:#000;
}

a:hover{
    text-decoration:underline;
    color:#000;
}

img{
    border:none;
}

body{
    background-color:#FFF;
    margin:0;
    padding:0;
    font-family:"honey_scriptlight", sans-serif;
    font-size:24px;
}

img{
    border:none;
}

form{
    width:400px;
    margin-left:25px;
}

form input[type="text"]{
    width:450px;
    height:40px;
    float:left;
    background-image:url('../sources/img/input.png');
    background-repeat:no-repeat;
    border:none;
    padding:10px;
    background-color:transparent;
}

form input[type="reset"]{
    width:80px;
    height:25px;
    float:right;
    background-image:url('../sources/img/botao.png');
    background-repeat:no-repeat;
    border:none;
    background-color:transparent;
    margin-right:20px;
}

form input[type="submit"]{
    width:80px;
    height:25px;
    float:right;
    background-image:url('../sources/img/botao.png');
    background-repeat:no-repeat;
    border:none;
    background-color:transparent;
    margin-right:-50px;
}

form textarea{
    width:450px;
    height:215px;
    float:left;
    background-image:url('../sources/img/textarea.png');
    background-repeat:no-repeat;
    border:none;
    background-color:transparent;
    padding:10px;
}

/*FIM CONTATO*/