@charset "utf-8";
/* CSS Document */

.formfieldsmall {width: 80px;
}
.formfieldmedium {width: 170px;
}
.formfieldlarge {width: 325px;}

.comments {width: 220px;
}
.paletext {color: #999;}

.submitbutton {background-image:url(../siteimages/formbutton.gif);
background-repeat: no-repeat;
background-position: top left;
width: 183px;
height: 27px;
border: 0;
color: #fff;
font-size: 12px;
font-weight: bold;
padding-bottom: 2px;
}
.submitbutton:hover {background-image:url(../siteimages/formbutton_ovr.gif);
background-repeat: no-repeat;
background-position: bottom left;
color: #fdc859;
}
.submitbutton a {color: #fff;
font-size: 12px;
font-weight: bold;

}
.submitbutton a:hover {color: #fdc859;
font-weight: bold;
}
.backbutton {background-image:url(../siteimages/formbutton.gif);
background-repeat: no-repeat;
background-position: top left;
width: 183px;
height: 27px;
border: 0;
color: #fff;
font-size: 14px;
font-weight: bold;
}
.backbutton:hover {background-image:url(../siteimages/formbutton_ovr.gif);
background-repeat: no-repeat;
background-position: bottom left;
color: #fdc859;
}
.backbutton a {color: #fff;
font-size: 14px;
font-weight: bold;
padding: 12px 0 0 0;
}
.backbutton a:hover {color: #fdc859;
font-weight: bold;
}