.simpleCaptcha { display: inline-block; width: 74%; padding: 0.5em; border: 1px solid #B0C4DE; }
.simpleCaptcha p { margin: 0 0.5em; line-height: 20px; }
.simpleCaptcha .captchaIntro, .simpleCaptcha .refreshCaptcha { float: none; }
.simpleCaptcha .captchaText { font-weight: bold; }
.simpleCaptcha .refreshButton { height: 1.2em; cursor: pointer; position: relative; top: 0.3em; margin-left: 0.2em; }
.simpleCaptcha .refreshButtonText { position: absolute; left: -9999px; }
.simpleCaptcha .captchaImages { clear: left; }
.simpleCaptcha .captchaImage { margin: 0 2px; border: 2px solid transparent; cursor: pointer; }
.simpleCaptcha .simpleCaptchaSelected { border: 2px solid #393; border-radius: 4px; background-color: #cfc; }