﻿/*
#################################################
    
    formspamblocker.css

    CSS file for the Form SPAM Blocker Control.

    Copyright Mindscape 2008, All right reserved.

    Version 1.0 by Brian Timmer (11/25/2008)

###################################################
*/


/* 
    OVERALL WRAPPER TO THE CONTROL 
*/
.form-bot-stopper 
{
    width: 100%;
    height: auto;
    background-color: #ffc;
    font-size: 12px;
    margin: 10px 0px;
    padding: 5px 0px;
}

/* 
    THE NOTIFICATION INFO ABOVE THE QUESTION
*/
.form-bot-stopper-info {
    width: 100%;
    height: auto;
    margin-left: 10px;
}

/* 
    THE ACTUAL QUESTION CONTENT ITSELF
*/
.form-bot-stopper-question {
    margin-left: 10px;
    font-size: 14px;
    font-weight: bold;
}

/* 
    THE TEXTBOX THAT THE USER ENTERS THE VALUE INTO
*/
.form-bot-stopper-value {
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
}

/* 
    THE NOTIFICATION THAT THERE WAS A PROBLEM.
*/
.form-bot-stopper-notice {
    color: #c00;
    font-weight: bold;
}

#recaptcha_area {
    background-color: #FFF;
}