input[type="submit"] {
background-image:url(../images/button2.gif);
background-repeat:no-repeat;
border:medium none;
float:right;
font-size:12px;
font-weight:bold;
height:25px;
margin:16px 0px 0px 20px;
text-align:center;
width:98px;
}
input[type="reset"] {
background-image:url(../images/button2.gif);
background-repeat:no-repeat;
border:medium none;
float:right;
font-size:12px;
font-weight:bold;
height:25px;
margin:16px 25px 0px 20px;
text-align:center;
width:98px;
}
/************************************************/
input[type="text"]{
border:1px;
border-style:solid;
border-color:#000000;
width:300px;
}
div.dottedline1{
width:95%;height:1px;overflow:none; 
background-image:url(../images/line_dotted.gif);
background-repeat:repeat-x;
}
div.dottedline2{
width:95%;height:1px;overflow:none; 
background-image:url(../images/line_dotted.gif);
background-repeat:repeat-x;
}