﻿/**
*
* -- OSWC JsCaptcha CSS --
*
**/

/* Main div containing the captcha */
#OSWC-JsCaptcha {
	text-align: center;
}
#OSWC-JsCaptcha * {
	margin: auto;
}
/* --Expressivo Text-To-Speech Credits-- 
You can hide this if you want, but they deserve the credits 
For their wonderful product. Your Choice! */
#OSWC-Text_To_Speech-Credits {
	display: block;
	font-size: 13px;
	text-align: center;
}
/* Div Containing The Captcha Table */
#OSWC-CaptchaTable_Container {
}
/* The Captcha Table (Images and Buttons) */
#OSWC-CaptchaTable {
	border: 5px orange outset;
	z-index: 1;
}
/* The Captcha Table Cells (Images and Buttons) */
#OSWC-CaptchaTable td {
	border: 1px black solid;
	margin: 0;
	padding: 0;
}
/* Live Captcha Modification Table */
#OSWC-JsCaptcha_Testing table {
	border: 3px orange outset;
}
/* Live Captcha Modification Table Cells */
#OSWC-JsCaptcha_Testing table td {
	border: 1px black solid;
}
/* Live Captcha Modification Textarea */
#OSWC-JsCaptcha_Testing textarea {
	border: 1px silver solid;
	background-color: green;
	color: white;
}
/* Captcha Content (Text) Table */
#OSWC-JsCaptcha_Content {
	border: 0px;
	border-top: 0;
}
/* Captcha Content (Text) Table Cells */
#OSWC-CaptchaContent {
	padding-left: 3px;
	border-bottom: 1px gray solid;
}
/* Captcha Reload Code Button */
#OSWC-Reload_Btn {
	background-image: url(../Images/Reload.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	width: 25px;
	height: 25px;
}
/* Captcha SpeakAudio Button */
#OSWC-SpeakAudio_Btn {
	background-image: url(../Images/Sound.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	margin-left: 3px;
	margin-right: 3px;
	width: 25px;
	height: 25px;
}

