1 #virtualmachineform, #vmeditform
{ float:left
; width:400px; }
2 fieldset
{margin-top:10px;}
13 -moz-border-radius:5px;
14 -webkit-border-radius:5px;
18 background-color:#c2e192;
19 border-bottom:1px solid
#888;
23 -moz-border-radius-topright:5px;
24 -moz-border-radius-topleft:5px;
25 -webkit-border-top-left-radius:5px;
26 -webkit-border-top-right-radius:5px;
29 #help div
{margin:0 10px 0 10px; min-height:200px;}
30 #help div p
{margin: 0 0 10px 0;}
31 #help div ul
{margin:10px 0 10px 30px;}
32 #help div li
{list-style:disc
; }
33 #help-contents {display:none
}