1 body { 2 background: #FFFFFF; 3 font-size: 11pt; 4 line-height: 1.5em; 5 margin: 10px 15px; 6 -webkit-user-select: none; 7 } 8 .remoting-header { 9 font-size: 1.2em; 10 font-weight: bold; 11 } 12 .remoting-success-image { 13 text-align: center; 14 margin: 20px; 15 } 16 #message { 17 font-weight: bold; 18 } 19 .remoting-footer { 20 position: fixed; 21 right: 0px; 22 bottom: 0px; 23 margin-right: 10px; 24 margin-bottom: 10px; 25 } 26 html[dir='rtl'] .remoting-footer { 27 text-align: left; 28 left: 0px; 29 bottom: 0px; 30 margin-left: 20px; 31 } 32 input[type='button'], 33 input[type='submit'] { 34 min-width: 87px; 35 min-height: 26px; 36 } 37 html[os='mac'] input[type='button'], 38 html[os='mac'] input[type='submit'] { 39 font-size: 12pt; 40 } 41