*{margin: 0;padding: 0;list-style: none;border:0}
/*
KISSY CSS Reset
���1. reset ��Ŀ�Ĳ�������������Ĭ����ʽ������ǲ��ֹ���������������ǽ��ܲ��ɷֵġ�
2. reset ��Ŀ�Ĳ�����Ĭ����ʽ�������������һ�£����Ǽ���Ĭ����ʽ�п��ܴ��������⡣
3. reset �����ṩһ������ͨ�õĻ�����ʽ����û���������Ƽ����ݾ������󣬲ü����޸ĺ���ʹ�á�
��ɫ��1. ��Ӧ���ģ�2. �������������������
ά������<lifesinger@gmail.com>, ����<ragecarrier@gmail.com>
 */

/** �������߾� **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements �ṹԪ�� */
dl, dt, dd, ul, ol, li, /* list elements �б�Ԫ�� */
pre, /* text formatting elements �ı���ʽԪ�� */
form, fieldset, legend, button, input, textarea, /* form elements ��Ԫ�� */
th, td /* table elements ���Ԫ�� */ {
  margin: 0;
  padding: 0;
}

/** ����Ĭ������ **/
body,
button, input, select, textarea /* for ie */ {
  font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif;
}
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
address, cite, dfn, em, var { font-style: normal; } /* ��б����� */
code, kbd, pre, samp { font-family: courier new, courier, monospace; } /* ͳһ�ȿ����� */
small { font-size: 12px; } /* С�� 12px �����ĺ����Ķ����� small ������ */

/** �����б�Ԫ�� **/
ul, ol { list-style: none; }

/** �����ı���ʽԪ�� **/
a { text-decoration: none; }
a:hover { text-decoration: underline; }


/** ���ñ�Ԫ�� **/
legend { color: #000; } /* for ie6 */
fieldset, img { border: 0; } /* img ������������ img �ޱ߿� */
button, input, select, textarea { font-size: 100%; } /* ʹ�ñ�Ԫ���� ie ���ܼ̳������С */
/* ע��optgroup �޷����� */

/** ���ñ��Ԫ�� **/
table { border-collapse: collapse; border-spacing: 0; }

