/*
* 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_block {
    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;
}
input.cptchpr_settings_input {
    width: 252px;
}
.cptchpr_how_to_use {
    float: right;
}
/* network settings */
.cptchpr_network_apply_all {
    padding-left: 15px;
}
/* whitelist */
.cptchpr_whitelist_form table td {
    vertical-align: top;
}
/*
 * RTL styles
 */
.rtl .cptchpr_how_to_use {
    float: left;
}
@media only screen and ( max-width: 480px ) {
    .bws_help_box.cptchpr_thumb_block {
        display: none;
    }
}
/*
* frontend styles
*/
.cptchpr_block label {
    word-wrap: break-word;
}
.cptchp_label:hover {
    cursor: pointer;
}
form input.cptchpr_input {
    padding-left: 8px;
    padding-right: 8px;
}
.cptchpr_whitelist_message {
    font-style: italic;
    color: #008000;
    font-weight: normal !important;
}