|
- <style>
- #username {
- width:calc(100% - 130px);
- }
-
- #step1, #step2, #step3, #changeaddr{
- width: 110px;
- float:right;
- }
-
- #errUserName {
- color: red;
-
- }
-
- div.verification, div.details, div.success {
- min-height:150px;
- background:#f3f3f3;
- margin-top:10px;
- margin-bottom:10px;
- color: black;
- }
-
- input.fullwidth{
- width:100%;
- }
-
- table.details {
- border: 1px solid #FFFFFF;
- text-align: center;
- border-collapse: collapse;
- }
- table.details td, table.details th {
- border: 3px solid #FFFFFF;
- padding: 13px 2px;
- }
-
- table.details td.left, table.details th.left {
- text-align:left;
- }
- textarea.addr{
- padding-top:15px;
- min-height: 100px;
- font-weight: bold;
- color: blue;
- resize: none;
- }
- </style>
|