@charset "iso-8859-1";

*{margin: 0;padding: 0}

html{height:100%}

img{border:0}

body,td,a,textarea,p,div{font-size:12px;line-height:16px;font-family:"Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
background-repeat: no-repeat;
background-attachment: fixed;
}

body{
  background-image: linear-gradient(bottom,rgb(242,242,242) 30%,rgb(255,255,255) 65%);
  background-image: -o-linear-gradient(bottom,rgb(242,242,242) 30%,rgb(255,255,255) 65%);
  background-image: -moz-linear-gradient(bottom,rgb(242,242,242) 30%,rgb(255,255,255) 65%);
  background-image: -webkit-linear-gradient(bottom,rgb(242,242,242) 30%,rgb(255,255,255) 65%);
  background-image: -ms-linear-gradient(bottom,rgb(242,242,242) 30%,rgb(255,255,255) 65%);

  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.3,rgb(242,242,242)),
    color-stop(0.65,rgb(255,255,255))
  ); 
}

a{text-decoration:none;outline:none}
a:link,a:visited{color:#004080}
a:hover{color:#004080;text-decoration:underline}

.main{width:100%;text-align:center}
.content{width:740px;margin:20px auto 0 auto}
.warning{font-size:16px;margin:24px 0 10px 0;color:#01568d;text-align:left}
.items{font-size:14px;color:#01568d}
.sep{font-size:14px;color:#c4c4c4}
.texts{margin:0 0 10px 0;color:#606060;text-align:left}
.download{font-size:14px;margin:30px 0 0 0;letter-spacing:1px;color:#004080;font-weight:bold}
.support{border-top:1px solid #e8e8e8;padding-top:20px}
.support-1{float:left}
.support-2{float:left;padding:0px 80px 0 170px}
.support-3{float:right}
.support-4{font-size:11px;color:#909090;text-align:right;font-weight:bold}
a.dwl-full{text-decoration:none;outline:none;font-size:11px}
a.dwl-full:link,a.dwl-full:visited{color:#909090}
a.dwl-full:hover{color:#004080;text-decoration:underline}
.tip{padding:10px 0 20px 0}
.tip-1 {float:left}
.tip-2 {float:left;padding:1px 0 0 12px;font-size:11px;color:#909090;text-align:left}
.copyright{color:#909090;text-align:left;padding:20px 0 20px 0;text-shadow: 0px 1px 0px #ffffff}
.cl-1{color:#404040}