@charset "UTF-8";

/*
YUI 3.5.0 (build 5089)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,article,th,td{
	margin: 0;
	padding: 0;
    border: none;
    -webkit-appearance: none;
}

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

fieldset,img{
	border:0;
	vertical-align: bottom;
}

ol,ul,ul li{
	list-style: none;
}

caption,th{
	text-align:left;
}

h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}

input[type=text],textarea,select{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
    *font-size:100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type=radio] {
    background: #ccc;
}

input[type=radio]:checked {
    background: #000;
}