@charset "utf-8";
/* CSS Document */

BODY{
background-image:
url(images/bg.jpg);
background-repeat:repeat-x;
}



.bodyfont{
font-family:Arial;
font-size:13px;
color:#000000;
font-weight:bold;
border:0px solid #B5B5B5;
}



.txtbox{
width:284px;
height:23px;
background-image:url(images/txtbox.png);
padding:0px 0px 0px 0px;
margin:0px;
border:0px;
font-family:Arial;
font-size:13px;
color:#000000;
font-weight:bold;
border:0px solid #B5B5B5;
}


textarea{
width:332px;
height:57px;
background-image:url(images/txtarea.png);
background-repeat:no-repeat;
padding:0px 0px 0px 0px;
margin:0px;
border:0px;
font-family:Arial;
font-size:12px;
color:#000000;
font-weight:bold;
}
