/**
 * reset.css
 * Reset of all default-styles for cross-browser-layoutibility 
 * 
 * @author yahoo reset css
 */ 
  
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, 
p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {	
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	
}
header, footer, section, aside, nav, article { 
	display: block;
}
table { 
	border-collapse: collapse; 
	border-spacing: 0; 
    vertical-align: top;
    background: transparent;
}
caption, th, td { 
	text-align: left;
	font-weight: normal; 
}
::-webkit-selection { 
	background : rgb(23,119,175); 
	color : rgb(250,250,250); 
	text-shadow : none; 
}

::-moz-selection { 
	background : rgb(23,119,175); 
	color : rgb(250,250,250); 
	text-shadow : none; 
}

::selection { 
	background : rgb(23,119,175); 
	color : rgb(250,250,250); 
	text-shadow : none; 
}
button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
	-webkit-appearance : button; 
}
::-webkit-input-placeholder {
	font-size : .875em; 
	line-height : 1.4; 
}

input:-moz-placeholder { 
	font-size : .875em; 
	line-height : 1.4;
}
.ie7 img,
.iem7 img { 
	-ms-interpolation-mode : bicubic;
}

input[type="checkbox"], 
input[type="radio"] { 
	box-sizing : border-box; 
}

input[type="search"] { 
	-webkit-box-sizing : content-box;
	-moz-box-sizing : content-box; 
}

button::-moz-focus-inner, 
input::-moz-focus-inner { 
	padding : 0;
	border : 0;
}