@charset "UTF-8";
/* CSS Document */

form {width:100%; padding:6px; margin:0; }

input ,textarea { display:block; width:90%; padding:8px; margin:1px 10px 0px 10px; border:1px solid #999;}

label { margin:8px 0 0 10px; display:block;}

legend { margin:0 0 0 10px; }

fieldset { border:1px solid #ccc;}

textarea { height:100px; }

input[type='button'],input[type='submit'],input[type='reset'] { width:auto; text-align:center; margin:0 20px 10px auto; width:12em; height:4em; background:#ddd; border:1px solid #999; float:right; clear:left; }



.warning { color:#FF0000; }


