/*

Black Studio Messages CSS Styles

To enable this file go to Settings > Newsletter > tab General.

Tip : copy this file to your theme directory and edit it there. Useful to prevent the loss of styles when you upgrade the plugin.

For more plugin classes and ids you can look at the source code of a blog page.

*/


/* Generic form styles */ 
.bsm_widget_form  { color:#000; }

/* Form for unknown visitors (not-registered) */
.bsm_widget_form_public {}

/* Form for registered users */
.bsm_widget_form_registered {}

/* Form elements */
.bsm_widget_form .input-text {}
.bsm_widget_form .input-checkbox {}
.bsm_widget_form .input-radio {}

/* Lists table container */
.bsm_lists_table {}

/* Error msg */
.bsm_widget_error {
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('images/error.png');
}

/* Success msg */
.bsm_widget_ok {
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('images/success.png');
}

/* Top claim, before form */
.bsm_preform_msg {
	margin: 5px 0;		
}

/* Required fields line */
.bsm_required_fields {
	margin: 5px 0;	
}

/* Policy disclaimer, after form */
.bsm_disclaimer {
	margin: 5px 0;	
}

/* Uncomment to customise the loading wheel (Note: be sure to copy this file into your theme dir and edit the image url) */
/*
.bsm_widget_loading img { display: none }
.bsm_widget_loading {
	background: transparent url(images/loading.png) top left no-repeat;
	padding-left: 20px;
}
*/

/* Shortcode message Archive */
.bsm-message-archive li {
	margin-bottom: 5px;
}
