input[type="text"],
textarea,
select {
    font-size: 12px;
    color: #404040;
    border: #d7d7d7 solid 1px;
    font-family: verdana;
    padding: 2px;
}
input.checkbox {
    border: none;
}
input.radio {
    border: none;
}
input.image {
    border: none;
}
.width-full {
    width: 100%;
}
.width-100 {
    width: 100px;
}
.width-200 {
    width: 200px;
}
.width-250 {
    width: 250px;
}
.width-300 {
    width: 300px;
}
.width-400 {
    width: 400px;
}
.width-600 {
    width: 600px;
}
.width-800 {
    width: 800px;
}
button {
 color:#555;
 font-size: 10px;
 font-weight: bold;
 margin: 0;
 padding: 5px 2px 5px 20px;
 border: #d9d9d9 solid 1px;
 background: url('/media/images/common/picto/button/actions.gif') no-repeat #f5f5f5;
 border-radius: 2px;
 cursor: pointer;
}
button:hover {
 color: #808080;
 border: #b3b3b3 solid 1px;
}