/*
//------------------------------
// name_module		Стили для кнопок и элементов ввода 
// version_module 1.141
//------------------------------
*/

.button{
width:100px;
height:18px;
padding:2px 0 2px 0;
background:url(/image/buttons.png) 0 50% no-repeat;
color:#eee;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:700;
text-align:center;
border:0;
display:block;
text-decoration:none;
text-transform:lowercase;
cursor:pointer;
outline: none;
}
.button:hover{
color:#fff;
text-decoration:none
}


/* полная высота картинки, для кнопок*/
button.button, input.button{
height:22px
}
.button:focus{
border:0;
outline:none
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
border: none
}

.width60{
width:60px !important;
background:url(/image/buttons.png) 0 100% no-repeat
}

.width200{
width:200px !important;
margin-top:5px;
margin-bottom:5px;
background:url(/image/buttons.png) 0 0 no-repeat
}
.prev{
float:left;
text-align:left !important
}
.next{
float:right;
text-align:right !important;
margin-right: 30px;
}

/* управляющие элементы */
.edit99{width:99%}
.edit100px{width:100px}
.edit150px{width:150px}
.edit200px{width:200px}
.edit300px{width:300px}
.edit400px{width:400px}
select, textarea, input[type="text"], input[type="password"]{
color:#000;
border:1px solid #C8C8C8;
background-color:#fff;
font-size:10pt;
margin-bottom:2px
}
input[disabled]{
background-color:#eee;
color:#888
}