﻿ #error
        {
            color:Red;
            text-align:center;
             font-weight:bold;
             width:100%;
            
        }
.specification
        {
            
            margin: 10px 0;
            padding: 0;
            vertical-align:top;
            background-image: url(../img/BG_login.png);
            background-color:Yellow;
             height:132px;
        }
        .specification dt, dd
        {
            width: 240px;
            float: left;
            margin: 0;
            padding: 5px 0 7px 0;
            border-top: 1px solid rgba(0,0,0,0.3);
        }
        .specification dt
        {
            clear: left;
            width: 120px;
            margin-right: 7px;
            padding-right: 0;
            text-align: right;
            opacity: 0.7;
        }
        .specification:after, .wrapper:after
        {
            content: ".";
            display: block;
            clear: both;
            height: 0;
            visibility: hidden;
        }
    .k-textbox
        {
             width:240px;
        }
   