/*load email*/
*{ margin:0; padding:0;}
.clear{ clear:both}
body{ padding:20px;}
.email-box{ margin:0px 40px; width:309px; background:url(../images/email-bg.jpg) top no-repeat;}
.top-space{ margin:0; padding:13px 3px 0px 0px; text-align:right}
.email-h1{ margin:0; padding:24px 3px 10px 0px; text-align:right; border-bottom:1px dashed #ccc; line-height:1px;}

.form-box{ padding:19px; border:1px solid #ccc; border-top:none;border-bottom:5px solid #ccc;}
.form-box p{ padding-bottom:10px; font-size:12px; font-weight:bold; color:#333;}
.inputbox{ width:265px;}

.button1{ float:left; margin-top:10px; width:131px; height:36px; background:url(../images/btn-send.jpg) no-repeat; cursor:pointer; border:none}
.button2{ float:right; margin-top:10px; width:131px; height:36px; background:url(../images/btn-cancel.jpg) no-repeat; cursor:pointer; border:none}
p.attention{ color:#CC0000; font-size:12px; font-weight:normal;}
