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

#pageRegister label { float:left; width:120px; clear:left; margin:4px 0; }
#pageRegister input { float:left; clear:right; margin:4px 0; width:200px; }
#pageRegister select { float:left; clear:right; margin:4px 0; width:204px; }
#pageRegister input[type=submit] { float:left; clear:both; margin:4px 0;}
#pageRegister input.disabled { background:#CCC; }