@charset "utf-8";
/* CSS Document */

body { font-family:Arial, Helvetica, sans-serif; margin:0px 0px 0px 0px; }
.clear { clear: both; }

/* Forms */
.popupform label { font-weight:bold; display:block; text-align:right}
.popupform .require_des {color:#F00; }
.popupform input.request_form_error { border:#F00}
.popupform tbody td { vertical-align:top }
.popupform input.error { border:1px solid #FF0000 }
.popupform label.error { font-size:80%; color:#F00; display:inline; font-weight:normal; padding-left:5px }
.popupform label.message {display:none; float:left; width:50%; text-align:left}
.submit {padding:10px 20px }
.mousedown {color:#000}