ul.myprofilelist { width: 403px; margin-top: 30px; }
ul.myprofilelist li { float: left; width: 100%; height: 65px; line-height: 35px; }
ul.myprofilelist li span { display: block; float: left; width: 75px; text-align: left; }
ul.myprofilelist li span.error { width: auto; padding-left: 25px; background: url("../images/icons/warn.png") no-repeat left center; font-size: 12px; float: right; color: #fbab2c; }
ul.myprofilelist li span.email { width: auto; margin-left: 10px; color: #b3b3b3; }
ul.myprofilelist li span.nan, ul.myprofilelist li span.nv { width: auto; }
ul.myprofilelist li span.nan { margin-right: 18px; }
ul.myprofilelist li input[type="text"] { float: left; width: 318px; padding-left: 10px; height: 34px; border-bottom: 1px solid #d2d2d2; background: none; }
ul.myprofilelist li input[type="text"].day { margin-right: 0; }
ul.myprofilelist li input[type="radio"] { display: none; }
ul.myprofilelist li input[type="radio"]:checked + label { background: url("../images/nannvy_03.png") no-repeat; }
ul.myprofilelist li input.timer { width: 303px; padding-right: 15px; background: url("../images/time_03.png") no-repeat right center; }
ul.myprofilelist li label { width: 10px; height: 10px; display: block; float: left; margin: 12px 8px 0 0; background: url("../images/nannvn_03.png") no-repeat; }
ul.myprofilelist li.prodirecbox { height: 150px; position: relative; }
ul.myprofilelist li.prodirecbox textarea { float: left; width: 306px; height: 118px; padding: 0 10px; border: 1px solid #d2d2d2; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; background: none; resize: none; }
ul.myprofilelist li.prodirecbox span.wordlimit { width: auto; position: absolute; right: 10px; bottom: 36px; color: #b3b3b3; line-height: 12px; font-size: 12px; }
.button>a,#uploadImgs{ display: block; width: 120px; height: 40px; background: #74bff8; color: #fff; font-size: 16px; line-height: 40px; text-align: center; vertical-align: middle; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; cursor: pointer; margin: 10px 0 60px 170px; }
ul.myproheadbox { width: 314px; }
ul.myproheadbox li .myprohead { width: 314px; height: 314px; background: #dfe5ea; }
ul.myproheadbox li button { float: left; margin: 20px auto 60px; }
ul.myproheadbox li button:first-child,#uploadImgs{ margin: 20px 20px 60px 25px; position: relative; }
ul.myproheadbox li button:first-child input { width: 100%; height: 100%; position: absolute; top: 0; left: 0; opacity: 0; }
ul.myproheadbox li button:nth-child(2) { background: #d2d2d2; }
#uploadImgs{float:left;text-align: left;margin-left: 95px}
#uploadImgs span{
    width:100%;
    height:40px;
    display: block;
    text-align:center;
    float: left;
    line-height:40px;
}
/*上传进度隐藏*/
.uploadify-queue{
    display:none;
}