表单布局3

html, body {
 margin: 0;
 padding: 0;
 height: 100%; /* Required */
}
body,td,th {
 color: #545454;
 font: 11px Verdana, Arial, Helvetica, sans-serif;
}
body {
 background-color: #FFF;
}
a:link {
 color: #545454;
 text-decoration: none;
}
a:visited {
 text-decoration: none;
 color: #545454;
}
a:hover {
 text-decoration: underline;
 color: #A60000;
}
a:active {
 text-decoration: none;
 color: #999999;
}
h1 {
 font-size: 18px;
 margin: 0px;
}
h2 {
 font-size: 14px;
 margin: 0px;
}
h3 {
 font-size: 12px;
 margin: 0px;
 text-indent: 14px;
 color: #b10000;
 list-style: url(../images/red_arrow.gif);
 background: url(../images/h3.gif) no-repeat;
}
hr {
 border-top: 1px solid #D6D5D9;
 border-right: 1px solid #FFFFFF;
 border-bottom: 1px solid #FFFFFF;
 border-left: 1px solid #FFFFFF;
}
hr.hide {
  display: none;
}
hr.line {
 text-decoration: none;
 color: #D6D5D9;
 border-top: 1px dashed #D6D5D9;
 border-right: 1px dashed #FFFFFF;
 border-bottom: 1px dashed #FFFFFF;
 border-left: 1px dashed #FFFFFF;
}
textarea, select {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 border-top:1px solid #aaa;
 border-left:1px solid #aaa;
 border-bottom:1px solid #eee;
 border-right:1px solid #eee;
 background:#fff;
 color:#545454;
 padding: 2px;
}
textarea:focus, select:focus, input:focus {
    background:#ffe;
}
label {
 width: 115px;
 float: left;
 text-align: right;
 vertical-align: middle;
 padding-left: 2px;
 margin-top: 3px;
}
label.widths {width:auto;}
label.alignleft {
 text-align:left;
}
input.field {
 border-top:solid 1px #aaa;
 border-left:solid 1px #aaa;
 border-bottom:solid 1px #eee;
 border-right:solid 1px #eee;
 background:#fff;
 color:#545454;
 margin-bottom: 2px;
 width: 160px;
 font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
 font-size: 11px;
}
textarea.field {width: 380px; height: 80px; overflow: auto; font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: 11px; }
.input_search,.input_submit {
 border: 1px solid #FFF;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 background: #FFF;
 color: #666;
 font-weight: normal;
}
.input_submit {
 font-weight: bold;
 cursor:pointer;
 padding: 0px;
}
.usefrm {
 margin: 1px 0px;
 padding: 0px;
}
#pagebody {
 margin: 0px;
 padding: 0px;
 width: 776px;
 float: left;
 position: relative;
 min-height: 100%;
 height: auto !important;
 height: 100%;
 text-align: left;
 background-color: #FFF;
}
.tlnav {
 margin: 0px;
 padding: 0px;
 height: auto;
 width: 776px;
 clear: both;
 float: left;
}
.cmainright {
 padding: 0px;
 clear: right;
 float: right;
 margin: 0px;
 height: auto;
 width: 216px;
}
#navcontainer {
 padding: 0px;
 clear: right;
 float: right;
 margin: 0px;
 height: auto;
 width: 215px;
}
#navcontainer ul {
 padding: 0px;
 margin: 0px;
 list-style-type: none;
}
#navcontainer li {
 font-weight: bold;
 margin: 0px;
 text-indent: 8px;
 background-image: url(../images/faq_menu_bg.gif);
 background-repeat: no-repeat;
}
#navcontainer a {
 display: block;
 font-weight: bold;
 width: 193px;
 color: #545454;
 border-bottom: #fff 1px solid;
 text-decoration:none;
 padding: 3px 12px 3px 8px;
 margin: 0px;
 text-indent: 0px;
}
#navcontainer a:hover {
 COLOR: #8C0000;
 text-decoration: underline;
}
#navcontainer li li a {
 DISPLAY: block;
 FONT-WEIGHT: normal;
 WIDTH: 193px;
 COLOR: #545454;
 BORDER-BOTTOM: #fff 1px solid;
 TEXT-DECORATION: none;
 padding: 3px 3px 3px 17px;
 background-repeat: no-repeat;
 background-image: url(../images/faq_menu_subbg.gif);
 text-indent: 8px;
}
#navcontainer li #currentpage a {
 background: #FFEBD7;
 color: #B10000;
}
#cmain {
 margin: 0px;
 width: 776px;
 clear: both;
 background-color: #FFF;
 height: auto;
 float: left;
 padding: 0px 0px 81px;
}
#pagefooter {
 color: #FFFFFF;
 font: 10px Verdana, Arial, Helvetica, sans-serif;
 background: #B10000;
 height: 81px;
 width: 738px;
 float: left;
 margin: 0px;
 padding: 0px 0px 0px 36px;
 clear:both;
 position: absolute;
 bottom: 0px !important;
 bottom: -1px;
 left: 0px;
}
* html #pagefooter {height:81px;}
#pagefooter a:link {
 color: #FFFFFF;
}
#pagefooter a:visited {
 color: #FFFFFF;
}
#pagefooter a:hover {
 color: #FFFFFF;
}
#footer {
 padding: 0 1em;
 margin: 0px;
}

.cmainleft {
 margin: 0px;
 padding: 0px;
 float: left;
 width: 559px;
 height: auto;
 border-right: 1px dashed #D6D5D9;
}
img {
 border: 0px;
 vertical-align: middle;
 margin: 0px;
 padding: 0px;
}
.tabcontent {
 padding:5px;
 clear:both;
 text-align: left;
 margin:0px;
 height: auto;
 width: 205px;
 background-image: url(../images/loginbg.png);
 background-repeat: no-repeat;
 background-position: center bottom;
}
#homelink ul{
 padding: 0px;
 margin: 0px;
 list-style-type: none;
}
#homelink li {
 margin:0px;
 font-weight: bold;
 padding: 1px;
}
#homelink li a {
 font-weight:bold;
 color:#b10000;
 text-decoration:none;
 margin: 0px;
 padding: 1px;
}
#homelink li a:hover {
text-decoration:underline;
}
#homelink li li a {
 font-weight:bold;
 color:#545454;
 text-decoration:none;
 margin: 0px;
 width: 128px;
 padding: 1px 1px 1px 14px;
}
.xboxcontent {
 margin: 0px;
 padding: 0px 20px;
 display:block;
 background:#FFF;
 border:0 solid #fff;
 border-width:0 1px;
 height: 100%;
}
.grey {
 list-style: decimal-leading-zero!important;
 list-style: decimal!important;
 list-style: decimal;
 margin-left: 10px;
}
.grey:hover{
 list-style: decimal-leading-zero!important;
 list-style: decimal!important;
 list-style: decimal;
 color: #8C0000;
 background: #FFFFCC;
}
.ulmargin {
 margin-top: 0px;
 margin-bottom: 0px;
 line-height:120%;
}
.black {
 list-style-image: url(../images/news.gif);
 color: #545454;
 background-color: #EBEBEB;
 vertical-align: middle;
}
.grey2 {
 list-style-type: none;
}
.grey2:hover{
 color: #8C0000;
 background: #FFFFCC;
 list-style-type: none;
}
.gototop {
 cursor:pointer;
 margin: 0px;
 padding: 0px;
 display: block;
 float: right;
}
.faq_title {
 width: 490px;
 padding-left: 5px;
 margin: 0px;
 padding-top: 0px;
 padding-right: 5px;
 padding-bottom: 0px;
 height: auto;
 clear: both;
}
br {
 clear: left;
}
.redfont {
 color: #B10000;
}
.nav,.nav li {
 margin: 0;
 padding: 0;
 list-style: none;
 white-space: nowrap;
 float: left;
}
.nav a {
 background: url(../images/spritenav.png) no-repeat;
 color: #545454;
 display: block;
 font: bold 11px/22px Verdana, Arial, Helvetica, sans-serif;
 text-decoration: none;
 text-align: center;
 height: 24px;
 width: 94px;
}
.nav a:hover {
background-position: 0 -24px;
color: #900;
text-decoration: none;
}
.input_submitbg {
 width: 94px;
 height: 24px;
 background: url(../images/spritenav.png) no-repeat;
 color: #545454;
 display: block;
 font: bold 11px/16px Verdana, Arial, Helvetica, sans-serif;
 text-decoration: none;
 border:0px;
 cursor:pointer;
 float: left;
}
.input_submitbg:hover {
background-position: 0 -24px;
color: #900;
text-decoration: none;
}
label.textright{
 float: left;
 width: 83px;
 font-weight: bold;
 font-size: 10px;
}
.input_text{
 border-top:solid 1px #aaa;
 border-left:solid 1px #aaa;
 border-bottom:solid 1px #eee;
 border-right:solid 1px #eee;
 background:#fff;
 color:#545454;
 width: 106px;
 margin-bottom: 2px;
 font-size: 11px;
}
acronym {
 border-bottom: 1px dashed #D6D5D9;
 cursor: help;
}
.rightpadding {
 margin: 0px;
 padding: 7px;
 height: auto;
 width: auto;
 font-size: 10px;
}
.red_arrow_li {
 line-height: 200%;
 list-style: url(../images/bullet-arrow.gif) none;
 font-size: 10px;
 display: block;
 margin-right: 0px;
 margin-left: 24px;
}
.imgleft {
 margin: 0px;
 padding: 1px;
 float: left;
 display: block;
 vertical-align: middle;
}
.blackbold{
 font-weight: bold;
 color: #000000;
 text-transform: capitalize;
}
.redbold{
 font-weight: bold;
 text-transform: capitalize;
 color: #FF0000;
}

.boxes{
 width: 1em;
 text-decoration: none;
 float: left;
 margin-left: 10px;
 vertical-align: text-bottom;
}
.boxright {
 padding: 0px;
 float: right;
 height: auto;
 width: 100%;
 margin-right: 10px;
}

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值