@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, textarea, table, caption, tbody, tfoot, thead, tr, th, td, article, aside,details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
       margin: 0;
       padding: 0;
       border: 0;
       outline: 0;
       font-size: 100%;
       font: inherit;
       text-decoration: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
       display: block;
}

body {
       line-height: 1;
}

ul {
       list-style: none;
}

blockquote, q {
       quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
       content: '';
       content: none;
}

ins {
       text-decoration: none;
}

del {
       text-decoration: line-through;
}

strong {
       font-weight: bold;
}

em {
       font-style: italic;
}

table {
       border-collapse: collapse;
       border-spacing: 0;
}   


button, input[type="reset"], input[type="button"], input[type="submit"] {
	line-height:normal !important;
	padding:0;
	padding:0;
}  

input::-moz-focus-inner /*Remove button padding in FF*/
{ 
    border: 0;
    padding: 0;
}
