@charset "utf-8";
/* CSS Document */

@import url("../../dtgedit/css/edit.css");

#fmailwrap {width:700px;min-height:550px;padding:20px;border:5px solid #0067FF;color:#636363}
#fmailwrap > header{width:680px;border:1px solid #ccc;background:#f7f7f7;padding:10px;margin-bottom:10px;color:#000}
#fmail>ul{ list-style:none; }
#fmail>ul>li{padding-left:0px; line-height:29px; border-bottom:1px dotted #ccc;}
#fmail>ul>li:last-of-type{border:0px;}
#fmail label{display:inline-block;margin-left:10px;width:100px;}
#fmail label>span{color:#0066ff;}
#fmail>section:last-of-type{text-align:right;margin:10px 0px;width:700px}

#fmailwrap input[type=text], input[type=password]{ padding:2px 2px; }
#fmailwrap input[type=text]:focus, #wrap input[type=password]:focus, #wrap textarea:focus{border:1px solid #7995ff;}
