/* Copy this css into you're theme to style the SendPress sign up widget. */

/* container for the signup form */
.sendpress-signup-form{
	padding: 10px 5px 5px;
    border: 0;
	background: #EBF6DF;
	}
	
	/* labels in the sign up form */
	.sendpress-signup-form label{
		display:block;
		word-wrap: none;
		padding:0 5px 0 0;
	}
	/* input fields in sign up form */
	.sendpress-signup-form input[type=text]{
		width: 70%;
                margin-left:10px;
                border:1px solid #e5e5e5;
                height: 30px;

	}
	/* submit button */
	.sendpress-submit{
		background: #FABA00;
	color: #fff;
	border:1px solid #FABA00;
	padding: 5px 8px;
	font-family:inherit;
	display:inline;
	cursor:pointer;
	margin: 0 0 5px;
	}
.sendpress-submit:hover{
	background:#444444;
	border-color:#444444;
	}
	
	
	
	/* element where error messages are displayed */
	.sendpress-signup-form #error{
		color:#8B0000;
		margin:10px 0px;
	}
	/* element where the thank you message shows upon successful submit */
	.sendpress-signup-form #thanks{
		margin:10px 0px;
	}
	/*Extra fields that only exist if you have SendPress Pro*/
	.signup-fields-bottom label{
		/*float:left;*/
		display:inline;
	}

	.ajaxloader{
		margin-left:5px;
		display:none;
	}