/* copy
--------------------------------------------------------------------------- */

input, textarea, select 
{
font: 12px/19px arial, verdana, helvetica, Sans-Serif;
color: #333333;
}

.formcopy
{
font: 12px/19px arial, verdana, helvetica, Sans-Serif;
color: #777777;
}


/* form
--------------------------------------------------------------------------- */

.textboxstyle1
{
border:1px solid #c4c4c4;
height:18px;
width:160px;
background:#ffffff url(../images/form_shadow.gif) repeat-x top center;
}

.textboxstyleqty
{
border:1px solid #c4c4c4;
height:18px;
width:60px;
background:#ffffff url(../images/form_shadow.gif) repeat-x top center;
}

.textareastyle
{
overflow: auto;
background:#ffffff url(../images/form_shadow.gif) repeat-x top center;
border:1px solid #c4c4c4;
width:260px; 
height:82px;
}

.selectstyle
{
width:150px;
border:1px solid #c4c4c4;
background:#ffffff;
height:20px;
}

.selectstylesize
{
width:120px;
border:1px solid #c4c4c4;
background:#ffffff;
height:20px;
}

input.buttonstyle
{
width:80px;
height20px;
}

