﻿
#my-nucaptcha-wrapper {
    width: 305px;
    border: 3px solid rgba(222, 212, 196, 1);
    border-radius: 4px;
    background-color: white;
}
#my-nucaptcha-answer-wrapper {

background-color: #C8B79C;
width: 300px;
height: 1.5em;
}
#my-nucaptcha-button-wrapper {
float: right;
width: 30px;
height: 30px;

}
#my-nucaptcha-button2-wrapper {

float:right;
margin-right: 2px;

width: 30px;
height: 30px;

}
/*
NuCaptcha styles
*/
#nucaptcha-answer {
    float: right;
    width: 64px;
    margin-right: 2px;
    height: inherit;
}
#directions-verbose-label {
margin-left: 2px;
/*// Add some color and change the font to match your website */

}
/* Define our button styles */
a.cmd {
    display: block;
    width: 30px;
    height: 30px;
    /*// Add a rounded border for browsers that support it */
    /*background-color: #f1dba3;*/
    /*border: 2px solid #ab8448;*/
    border-radius: 4px;
    /* hide the anchor text
*/
    overflow: hidden;
    text-indent: -20000px;
    text-decoration: none;
    text-transform: none;
    background-image: url('../img/master.png');
    background-position: -64px -64px;
}
a.cmd:hover {
background-position: 0px -64px;
}

a.toggle
{
    background-position: 0px -386px;
}
a.toggle:hover
{
    background-position: 0px -322px;
}
a.toggle-checked
{
    background-position: 0px -322px;
}
a.toggle-checked:hover
{
    background-position: 0px -386px;
}

#subuseractivationcodeentryContainer
{
    height: 34.667em;
}
#createuserprofileContainer
{
	height: auto;
}
