form {
     padding: 0;
     margin:0;
     width: 100%;
}
input, textarea, select, label {
     color: #666;
}
select{
     border: 1px solid #C0C0C0;
     padding:1px;
}
.checkbox{
border:none;
padding:0;
}
.radio{
border:none;
}
textarea {
     padding: 0;
     vertical-align: top;
     margin: 0;
     border: 1px solid #C0C0C0;
}
input {
     margin: 0;
     padding: 1px;
     border: 1px solid #C0C0C0;
}
textarea:focus
{
     background-color: #FFFFE0;
     color: #666;
}
fieldset {
     margin: 0;
     padding: 20px 0 10px 0;
     border: none;
     border-top: 1px solid #999;
}

legend {
     font: 14px 'Trebuchet MS', Arial, Helvetica, sans-serif;
     font-weight:bold;
     color: #666;
     padding: 0;
}

input[type="checkbox"] {
-webkit-appearance: checkbox;
-webkit-box-sizing: border-box;
}
input[type="radio"], input[type="checkbox"] {
background-color: initial;
border: initial;
padding: initial;
margin-top:-1px;
}
input[type="radio"] {
-webkit-appearance: radio;
-webkit-box-sizing: border-box;
}
.label{
     float:left;
     padding: 0;
     margin:0 10px 0 0;
}

.button {
     float: center;
     margin-top:10px;
     text-indent: 14px;
     border:1px solid #cdcdcd;
     background-color:#f5f5f5;
     padding:4px 10px 3px 7px;   /* IE6 */
     font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
     font-size:100%;
     line-height:130%;
     text-decoration:none;
     font-weight:bold;
     color:#3399ff;
     cursor:pointer;
     width:auto;
     overflow:visible;
}
.button[type] {
     padding:4px 10px 4px 7px;   /* Firefox */
     line-height:17px;           /* Safari */
}
*:first-child+html .button[type] {
     padding:4px 10px 3px 7px;   /* IE7 */
}

/* Standard Buttons */
.button:hover{
     background-color:#E6EFC2;
     border:1px solid #c2e1ef;
     color:#336699;
}
.button:active{
     background-color:#6299c5;
     border:1px solid #6299c5;
     color:#fff;
}
/* Positive */
body .positive {
     background : #dff4ff url(../images/tick.png) no-repeat 7px center;
     color:#3399ff;
}
/* Search */
body .search-button {
     background : #dff4ff url(../images/search-button.png) no-repeat 7px center;
     color:#3399ff;
}
body .login {
     background : #E6EFC2 url(../images/key.png) no-repeat 7px center;
     color:#3399ff;
}
/* Register */
     body .reg {
     background : #E6EFC2 url(../images/key.png) no-repeat 7px center;
     color:#3399ff;
}
.button.reg:hover {
     border:1px solid #3399ff;
     color:#3399ff;
}
.button.reg:active {
     background-color:#529214;
     border:1px solid #529214;
     color:#fff;
}
/* Negative */
     body .negative {
     color:#d12f19;
}
.button.negative:hover {
     background:#fbe3e4;
     border:1px solid #fbc2c4;
     color:#d12f19;
}
.button.negative:active {
     background-color:#d12f19;
     border:1px solid #d12f19;
     color:#fff;
}
.login-button {
     display: block;
     float: center;
     background : #f5f5f5 url(../images/key.png) no-repeat 5px center;
     text-indent: 22px;
     border:1px solid #cdcdcd;
     font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
     font-size:100%;
     line-height:100%;
     text-decoration:none;
     font-weight:bold;
     color:#3399ff;
     cursor:pointer;
     width:auto;
     overflow:visible;
     padding:0 8px 0 3px;   /* IE6 */
}
.login-button[type] {
     padding:1px 8px 2px 3px;   /* Firefox */
     line-height:17px;           /* Safari */
}
*:first-child+html .login-button[type] {
     padding:0 8px 0 3px;   /* IE7 */
}
.login-button:hover{
     background-color:#dff4ff;
     border:1px solid #c2e1ef;
     color:#336699;
}
.login-button:active{
     background-color:#6299c5;
     border:1px solid #6299c5;
     color:#fff;
}
.navi-middle a:hover{
     color: #666;
}


