このテキストをここにフロートさせるにはどうすればよいですか?
HTML:
<div id="rightSide">
<legend>Note:</legend>
<p> If selecting recurrence please specifiy when the recurrence ends with the Final Date (the last and final date of the event) field.</p>
</div>
CSS:
#rightSide {
background-color:#eee;
width:20em;
padding:5px;
padding-right:-20em;
margin:0 auto;
float:right;
border:1px solid #CCC;
font:normal 12px Arial;
color:#666666
}