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%;
	vertical-align: baseline;
}

body {
    display: block;
    font-family: "Open Sans",sans-serif;
    background: rgb(250, 250, 250) none repeat scroll 0% 0%;
    height: auto;
    line-height: 1.5625;
    padding: 0;
    margin: 0;
}


.block1 {
    position: relative;
    height: auto;
    margin: 0px 0px 20px;
    background: rgba(255,255,255);
    padding: 20px 18px;
    margin-bottom: 5px;
    font-family: Arial,Helvetica,sans-serif;
    border: 5px dashed #f47f11
}
.input {
    display: block;
    width: 100%;
    height: 31px;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 5px;
    box-shadow: 0px 0px 1px 1px rgb(255, 255, 255) inset;
    font-size: 15px;
    font-family: "Trebuchet MS";
    color: rgb(53, 53, 53);
    line-height: 2;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    margin-bottom: 0px;
}
.submitc {
    font-family: Arial;
    cursor: pointer;
    padding: 0px 42px;
    border-width: medium medium 2px;
    border-style: none none solid;
    border-bottom: 2px solid #f47f11;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    display: block;
    margin: 5px auto 10px;
    color: #333333;
    font-size: 24px;
    text-decoration: none;
    text-align: center;
    height: 51px;
    line-height: 51px;
    background: #ffdd2b;
    font-weight: 700;
    border-radius: 3px;
}