/**************************
 * BEGIN RESETTING STYLES
 *************************/
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

ol, ul, li {
	list-style: none;
}
:focus {
	outline: 0;
}
a img {
	border: none;
}
a, a:link, a:visited, a.active {
	text-decoration:none;
}
/**************************
 * END RESETTING STYLES
 *************************/
/**
 * CONTACT FORM STYLES
 */
#callback h4 {
    padding-bottom: 5px;
}
#callback input {
    width: 220px;
    border: 1px solid #e1e1e1;
    margin-bottom: 11px;
    padding: 7px 9px 5px;
}
#callback button {
    background:url(../img/send.png);
    border:none;
    width: 48px;
    height: 26px;
    color:#fff;
    text-transform:uppercase;
}
#callback button:hover {
    background-position: 0 26px;
    cursor: pointer;
}
#callback p.hidden {
    display:none;
    visibility:hidden;
}
#callback span.compulsary,#callback input {
    font-family: Verdana, sans-serif;
    font-size: 10px;
    color:#353d46;
}
#callback span.compulsary {
    margin-left: 10px;
}


