.weForm {
width: 100%;
}
.meWeForm {
width: 450px;
max-width: 100%;
margin-top: 0;
padding: 50px;
text-align: center;
box-sizing: border-box;
float: right;
margin-right: 5%;
/*background-image: url(https://comet.noonspace.com/w58NoonSpace/ifancy/MsgInfo/bgForm.jpg);*/
padding: 7px;
}
.meWeForm table.meMsg_MsgMain {
padding: 45px;
background: #fff;
}
.weForm .meMsg_MsgBlk .meMsg_MsgTitle {
color: #ca1619;
font-size: 18px;
font-weight: bold;
display: block;
padding-bottom: 20px;
letter-spacing: 10px;
text-align: center;
}
.weForm .header { color: #7A3D5C; font-size: 18px; background: transparent; padding:0 0 25px; }
.weForm .caption { padding:4px; }
.weForm .detail { padding:4px; }
.weForm .desc { padding:4px; color:#000000; }
.weForm textarea { height:93px; }
.weForm input {
margin: 0px;
vertical-align: middle;
height: 20px;
width: 100%;
margin-bottom: 10px;
border: 0px;
border-bottom: 1px solid #bbb;
}
.weForm input[type=submit] {
height: 45px;
padding: 10px 20px;
color: #fff;
background-color: #7a3d5c;
margin: 10px 0;
font-weight: bold;
font-size: 16px;
cursor: pointer;
transition: all .25s linear 0s;
border: 0px solid;
cursor: pointer;
}
.weForm input[type=submit]:hover { background-color: #af2f70; }
.weForm select {
background-color: #ffffff;
font-size: 14px;
width: 200px;
border: 1px solid #cecece;
border-radius: 5px;
margin-bottom: 5px;
}
.weForm .tdChkCodeRenew a {
color: #7a3d5c;
text-decoration: none;
}
.weForm td.tdChkCodeImg .imgChkCode{
margin-left: 5px;
}
@media (max-width: 600px){
.meWeForm { width: 100%; margin: 0; }
.weForm td { text-align: left; display: block; }
.weForm td.tdChkCodeImg .imgChkCode{
margin-left: 0px;
}
}
|