Project

General

Profile

1
@charset "UTF-8";
2

    
3
.form-wrapper { position :relative; overflow :hidden; padding :5px; }
4
form.secure_switch { border :0px #484 solid; margin :10px 0; width :100%; overflow :hidden; }
5
form.secure_switch .left_submit,
6
form.secure_switch .left-content { width :35%; float :left; }
7
form.secure_switch .right_submit,
8
form.secure_switch .right-content { width :58%; float :right; }
9
   form.secure_switch fieldset { border : 0px solid #666666; }
10
      form.secure_switch fieldset legend { font-weight :normal; font-size :150%; border :none; }
11
      form.secure_switch fieldset legend b { font-weight :normal; font-size :110%; border :none; }
12
   form.secure_switch fieldset label { font-weight :bold; font-size :1.0em; color :#333333; }
13
   form.secure_switch fieldset span label { padding-left : 6px; }
14
.left-content, .right-content { margin-bottom :-32767px; padding-bottom :32767px; }
15
   form.secure_switch fieldset label { background-position :3px center; background-repeat :no-repeat; padding :4px 0 0 20px; }
16
form.secure_switch div.mbox  { border :0px #484 solid; padding :1px 0; position :relative; margin :0 auto; display :block; overflow :auto; }
17
form.secure_switch div.mbox div { border :0px #484 solid; display :block; padding :1px 0; overflow :auto; }
18
i { font-weight :normal; }
19
.grey { color :#666666; }
20
.norm { color : #003366; }
21
/*
22
.warning { border-radius :10px; -khtml-border-radius :10px; -webkit-border-radius :10px; -moz-border-radius :10px; background :#fee; border :0.2em #844 solid; color :#990000; margin :0.2em auto; padding :0.63em; width :60%; text-align :center; }
23
.warning strong { font-size :1.2em; }
24
.warning span { font-size :1.2em; line-height :1.5em; color :#333333; }
25
*/
(2-2/11)