/*
 *创建人:李要南
 */
*
{
    margin: 0; /*把默认值都设为0*/
    padding: 0;
}
body
{
    font-size: 14px; /*文本字体大小*/
}
a:link, a:visited
{
    /*鼠标未移上去和访问后的超链接样式*/
    color: #000; /*文字颜色*/
    text-decoration: none; /*无下划线*/
}
a:hover
{
    /*鼠标移到超链接上的样式*/
    color: #00f; /*文字颜色*/
    text-decoration: underline; /*有下划线*/
}
#footer
{
    clear: none; /*尾部样式*/
    text-align: center; /*文字居中*/
    border-top: 1px solid #D6D7D6; /*边框*/
    padding-top: 10px; /*元素边缘的空白*/
    margin: 10px auto 10px auto; /*元素边缘的边距*/
}
.round1
{
    width: 510px;
    height: 250px;
    background-image: url('../image/login_bg_center.gif');
    background-position: center;
    background-repeat: repeat-y;
    margin: 20px 220px;
}
.round1 h3
{
    background-image: url(../image/login_bg_top.gif);
    background-position: top;
    background-repeat: no-repeat;
    padding: 20px 30px;
}
.round1 #footer
{
    background-image: url(../image/login_bg_down.gif);
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 20px 30px;
    margin-bottom: -0.5px;
}
#loginfrm #login .login_logo
{
    float: left;
}
#loginfrm #login p
{
    padding-bottom: 10px;
    padding-left: 230px;
}
.txtbox
{
    width: 135px;
}
.txtcode
{
    width: 55px;
}
#login
{
    padding-left: 20px;
}

#errorfrm #error img
{
    width: 200px;
    margin-left: 220px;
    margin-top: -60px;
}
#errorfrm #error p
{
    margin: 20px;
}
#errorfrm #error span
{
    color: Blue; /*文字颜色*/
    font-weight: bold;
    font-size: 16px;
}

 

 posted on 2009-03-11 17:07  李要南  阅读(818)  评论(0编辑  收藏  举报