/*
 * Copyright (c) 2009 Jordan Kasper
 * Licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)
 * 
 * Refresh icon by Sallee Jeremy (http://www.iconfinder.com/icondetails/48523/128/refresh_sync_icon)
 */

.simpleCaptcha { display: inline-block; padding: 0.5em; border: 1px solid #acf; border-radius: 5px; background-color: #f9f9ff;position:relative}
.simpleCaptcha .captchaIntro { float: left; margin: 0.5em; } /*, .simpleCaptcha .refreshCaptcha*/
.simpleCaptcha .captchaIntro h5 { font-size: 1.24em} /*, .simpleCaptcha .refreshCaptcha*/
.simpleCaptcha .captchaText { font-weight: bold; }
.simpleCaptcha .refreshButton { height: 1.2em; cursor: pointer; position: absolute; bottom: 1.4em; right: 1em; }
.simpleCaptcha .refreshButtonText { position: absolute; left: -9999px; }
.simpleCaptcha .captchaImages { clear: left;text-align: center;}
.simpleCaptcha .captchaImage { margin: 0 5px; border: 2px solid transparent; cursor: pointer; }
.simpleCaptcha .simpleCaptchaSelected { border: 2px solid #393; border-radius: 4px; background-color: #cfc; }