@import url("/public/css/pub.css");
@import url("/public/css/top.css");
@import url("/public/css/proleft.css");
@import url("/public/css/foot.css");
#sendDiv{ width:1000px; height:auto; overflow:hidden; margin-top:10px;}
.sendtit{ text-indent:10px; margin: 0 10px; height:28px; font-size:14px; font-weight:bold; overflow:hidden; border-bottom:1px solid #ccc}
.sendul{  padding:5px; margin:10px;}
.sendul li{ float:left; display:inline; height:36px; padding-top:8px; margin:0 10px;}
.sendul li.sendti{ font-size:16px; font-weight:bold; background:url(/public/images/emailLogo.GIF) no-repeat left 0; text-indent:60px;}

#pwdfrom{}
#pwdfrom td{ padding:5px 0; text-align:left; font-size:14px;}

#pwdfrom{}
#pwdfrom td{ padding:10px; text-align:left;}
#pwdfrom td.wordL{ text-align:right;}
.red-btn-c{float:left;width:96px;height:32px;color:#fff;padding:0 30px 0 18px;_padding:2px 30px 0 18px;border:0;text-align:left;vertical-align:middle;cursor:pointer;background:red url(/public/images/5.png) no-repeat 75px center; font-size:14px;}

.textInp{ width:204px; height:28px; border:1px solid #a7a6aa; padding-left:5px;line-height:28px; background:url(/public/images/regInpBg.GIF) no-repeat;}
.yzInput{ width:66px; height:20px; border:1px solid #a7a6aa; line-height:20px;}
.wordL{ text-align:right; font-size:14px;}
.yzCode{ width:70px; height:28px; overflow:hidden; padding-left:5px; border:1px solid #a7a6aa; background:url(/public/images/regInpBg.GIF) no-repeat;}


input[type="text"]:focus, input[type="password"]:focus {
    border-color: rgba(255, 97, 97, 0.8);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(255, 97, 97, 0.6);
    outline: 0 none;
    transition: all 0.4s ease 0s;
}
input[type="submit"]:focus, input[type="submit"]:hover {
    background-position: 80px center;
    transition: all 0.3s ease 0s;
}
input[type="submit"]:active {
    background-color: #CF0000;
}
