/*
* styles for settings page
*/
.cptchpr_example_fields_actions {
	float: left;
    height: 18px;
	width: 140px;
	position:relative;
	top: -7px;
	padding:2px 0;
}
.cptchpr_example_fields_actions img {
	position:relative;
	width:30px;
	top: 6px;
}
.cptchpr_block {
	direction: ltr;
}
#cptchpr_settings_form {
    overflow: hidden;
    position: relative;
}
.cptchpr_bg {
    background: #4D4D4D;
    opacity: 0.11;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=11); /* IE 5.5+*/
    -moz-opacity: 0.11; /* Mozilla 1.6 и ниже */
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
/* styles for help tooltips */
.cptchpr_help_box {
    background-image: url("../images/tooltip_icons.png");
    background-repeat: no-repeat;
    cursor: pointer;
    float: left;
    height: 29px;
    position: relative;
    margin: -3px 5px 3px;
    width: 29px;
    clear: none !important;
}
.cptchpr_hidden_help_text {
    background: #F4F4F4;
    border: 1px solid #DCDCDC;
    border-radius: 4px;
    left: 40px;
    padding: 5px 10px;
    position: absolute;
    width: 240px;
    line-height: 1.5;
}
.cptchpr_hidden_help_text:before {
    content: url("../images/help.png");
    left: -10px;
    position: absolute;
    top: 7px;
}
/* network settings */
.cptchpr_network_apply_all {
    padding-left: 15px;
}
/*
* frontend styles
*/
form input.cptchpr_input {
    padding-left: 8px;
    padding-right: 8px;
}