border: thin dotted #FF0000;
<script type="text/javascript">
document.getElementById("p1").style.paddingRight="2cm";
<input type="button" onclick="changePadding()" value="Change right padding" />
<p id="p1">This is a paragraph. This is a paragraph.
This is a paragraph. This is a paragraph.
This is a paragraph. This is a paragraph.</p>