You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
686 B
CSS

#mailDiv {
padding:0 0 20px 0;
}
#mailDiv h1 {
margin:0 auto;
text-align:center;
padding:30px 0 10px 0;
width:700px;
}
#mailDiv dl {
margin:20px auto 60px auto;
width:620px;
padding:0 0 0 80px;
background:url(/css/images/mailletter.jpg) no-repeat left center;
}
#mailDiv dl dd {
padding:15px 0 0 50px;
color:#000;
}
#mailDiv dl dd input {
width:220px;
margin:0 5px;
background:#EEEEEE;
border:1px solid #666666;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}
#mailDiv dl dd label {
display:inline-block;
width:100px;
text-align:right;
color:#545454;
}
#mailDiv dl dt {
text-align:left;
padding:10px 0 0 155px;
}
#mailDiv dl dt input {
margin:0 10px 0 0;
}