* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;

 	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section { 
  display:block;
}

:focus { outline:none; }
::-moz-selection, ::selection { color:#fff; background:#999; }
ol, ul { list-style:none; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
textarea { resize: none; } 

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #58595b;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #58595b;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #58595b;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #58595b;
}

 
input, select {
    vertical-align:middle;
}