div#fnotes {
    font-size: 80%;
    font-style:italic;
    margin: -14px 0 24px 0;
}

#nombre,
#empresa,
#email {
    width: 300px;
}

#asunto,
#mensaje {
    width: 300px;
}

#mensaje {
    height: 100px;
}

form#f {
    float: left;
    width: 48%;
}

div#cotherways {
    float: right;
    width: 52%;
    margin-top: -58px;
}

div#cotherways a {
    color: #444;
    font-weight: bold;
}

div#cotherways ul li {
    list-style-image: url(/images/check.png);
    font-size: 110%;
    width: auto;
    margin: 6px 0 0 22px;
}

div#cotherways p {
    font-size: 110%;
    margin-top: 1em;
}

a#askype {
    display: inline-block;
    background: url(/images/skype_logo.png) left top no-repeat;
    text-indent: -25000px;
    width: 50px;
    height: 23px;
}