.form .line { height: 27px;}
.form .line .title { width: 110px; padding-top: 6px;}
.form .line .field { width: 200px;}
.form .line .title,
.form .line .field { float: left;}
.form .line .clear { clear: none; height: 5px;}

.form .line .field .select {}
.form .line .field .select .current { overflow: hidden; height: 25px; border: 1px solid #000000; background-color: #ffffff; cursor: pointer;}
.form .line .field .select .current .text { line-height: 20px; width: 180px; float: left; overflow: hidden; padding-bottom: 1px; position: relative; top: 2px; left: 5px;}
.form .line .field .select .current .button { float: right; width: 19px; height: 23px; background: url("/templates/skin1/images/b_drop.gif") no-repeat 0 0; position: relative; top: 1px; left: -1px;}

.form .line .field .select .drop { position: absolute; z-index: 2;}
.form .line .field .select .drop .shape { border: 1px solid #000000; border-top: none; background-color: #ffffff; padding: 0 0; position: relative;}
.form .line .field .select .current,
.form .line .field .select .drop .shape { width: 200px;}
.form .line .field .select .drop .shape ul li a { padding: 9px 10px; padding-top: 7px; display: block; text-decoration: none; color: #000000;}
.form .line .field .select .drop .shape ul li a:hover { background-color: #0c8ea5; color: #ffffff;}

.form .control { height: 55px;}
.form .control .clear { clear: none; height: 25px;}
.form .control .submit { float: right; width: 102px; height: 30px; background: url("/templates/skin1/images/b_select.gif") no-repeat 0 0; cursor: pointer; position: relative; left: 2px;}

.form .clear2 { height: 1px;}
