form, input, select{
padding: 0;
margin: 0;
}
input.text,input.big{
width: 75%;
color: #525252;
font-size:11px;
border: 1px solid #d4d0c8;
border-top: 1px outset #404040;
border-left: 1px inset #404040;
}
input.marg{
margin: 9px  0 9px 0;
} 
input.marg1{
margin: 4px  0 9px 0;
} 
input.button,input.butt,input.butt1 ,input.button1{
border: 0;
 background: url(../images/buttons/enter.gif) 0 50%  no-repeat;
 text-align: center;
 font: 11px Tahoma, sans-serif;
 height: 22px;
 line-height: 22px;
 width: 126px;
}
input.button1{
background: url(../images/resource/bg/button01.gif) 0 50% no-repeat;
}
input.ok{
background: url(../images/buttons/ok.gif) no-repeat;
width:30px;
height: 16px;
cursor: pointer;
}
a:hover input.button1{
background: url(../images/resource/bg/button1.gif) no-repeat;
display: block;
}
a:active input.button1{
background: url(../images/resource/bg/button1a.gif) no-repeat;
display: block;
}
input.butt{
 background:url(../images/resource/bg/butt.gif)  no-repeat;
width:88px;
}
input.butt1{
 background:url(../images/resource/bg/butt01.gif)  no-repeat;
width:88px;

}
a:hover input.butt1{
background: url(../images/resource/bg/butt1.gif) no-repeat;
display: block;
}
select{
font: 12px Tahoma, sans-serif;

}
select.big, input.big{
width: 95%;
}
 select.small{
 width: 93px;
 }
 select.med{
 width: 120px;
 }

input.small{
width: 42%;
}
input.med{
width:191px;
}
input.go{
 background: url(../images/resource/bg/go.gif) no-repeat;
 height:17px;
 width: 18px;
 border: 0;
}