/*
 * 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 #726345; border-radius: 0px; background-color: #000000; }
.simpleCaptcha p { margin: 0.5em; }
.simpleCaptcha .captchaIntro, .simpleCaptcha .refreshCaptcha { float: left; color: #FFFFFF; }
.simpleCaptcha .captchaText { font-weight: bold; }
.simpleCaptcha .refreshButton { height: 1.2em; cursor: pointer; position: relative; top: 0.3em;  margin-left: 8px; }
.simpleCaptcha .refreshButtonText { position: absolute; left: -9999px; }
.simpleCaptcha .captchaImages { clear: left; }
.simpleCaptcha .captchaImage { margin:1px; border: 1px solid transparent; cursor: pointer; }
.simpleCaptcha .simpleCaptchaSelected {  background-color: #230F14;
    border: 1px solid #726345;
    border-radius: 0;
	 margin: 1px;
	}

.captchaImages img
{
width:62px;
}

.message-error
{
margin-bottom:10px;
}

.refreshCaptcha
{
margin-bottom:10px;
}