/*
 * 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;
	background-color: #ddd;	
	font-size: 12px;
}
.simpleCaptcha p {
	margin: 0.5em;
}
.simpleCaptcha .captchaIntro, .simpleCaptcha .refreshCaptcha {
	float: left;
}
.simpleCaptcha .captchaText {
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
}
.simpleCaptcha .refreshButton {
	height: 1.2em;
	cursor: pointer;
	position: relative;
	top: 0.3em;
	margin-left: 0.2em;
}
.simpleCaptcha .refreshButtonText {
	position: absolute;
	left: -9999px;
}
.simpleCaptcha .captchaImages {
	padding-top: 15px;
	clear: left;
}
.simpleCaptcha .captchaImage {
	margin: 0 2px;
	border: 2px solid transparent;
	cursor: pointer;
}
.simpleCaptcha .simpleCaptchaSelected {
	background-color: #fff;
}
