html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
html {
    background: #ECEFF4;
}
a {text-decoration: none; }

#main {
    position: relative;
    width: 1024px;
    height: 600px;
    margin: 100px auto 0 auto;
    text-align: center;
}
#mailMessage {
    font-family: Arial;
    position: relative;
    width: 820px;
    height: 250px;
    padding-top: 250px;
    text-align: center;
    font-size: 28px;
    overflow: hidden;
}
#main form{
    width: 90%;
}

.txtContent
{
    font-family: Arial;
    font-size:18px;
    color:#000;
    border:2px solid #3171ad;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding:10px;
    color:#3c556c; resize: none;
    overflow:hidden;
}

.txtContent:focus{outline-width:0;}

li {
    list-style: none;
}

#cf-email {
    font-size: 28px;
    width: 570px;
    height: 50px;
}
.submit {
    color: white;
    font-size: 28px;
    width: 200px;
    height: 58px;
    background: #7fb269;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: 0;
    border: none;
    margin-left: 10px;
}