@charset "utf-8";
/* 全局共用属性CSS */

/* 基本属性CSS */
html,body{background-color:#FFDFB2}
body,textarea,input{font:12px Verdana, Arial, Helvetica, sans-serif, "宋体"; color:#5B5959;}
body,form,div,p,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6{padding:0; margin:0;}
h1,h2,h3,h4,h5,h6{font-size:12px; font-weight:normal;}
li{list-style:none;}
img{border:0px;}
button,label,input.radio,input.checkbox{cursor:pointer;}
input[type=radio],input[type=checkbox]{cursor:pointer;}


/* 主链接颜色 */
a{text-decoration:none;}
a:hover { text-decoration:underline}

/* 框架 */
#warp{margin:0 auto;height:auto; overflow:hidden;clear:both; position:relative;}
