/**
 * BwPostman Newsletter Module
 *
 * BwPostman complete CSS-styles for frontend module to modify by user.
 *
 * @version 1.2.4 bwpm
 * @support http://www.boldt-webservice.de/forum/bwpostman.html
 * @license GNU/GPL, see LICENSE.txt
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */


@import 'iconfonts.css';

/*----------------------------------------------------------
	Definition for miscellaneous
----------------------------------------------------------*/

#mod_bwpostman [class^="icon-"],
#mod_bwpostman [class*=" icon-"] {
	background-position:	14px 14px;
	background-repeat:		no-repeat;
	display:				inline-block;
	height:					14px;
	line-height:			14px;
	margin-top:				1px;
	vertical-align:			text-top;
	width:					14px;
}

#mod_bwpostman .icon-star {
	background-position:	-144px 0;
}

#mod_bwpostman .input-append input {
	-webkit-border-radius:	4px 0 0 4px;
	-moz-border-radius:		4px 0 0 4px;
	border-radius:			4px 0 0 4px;
	color:					#555555;
	display:				inline-block;
	font-size:				14px;
	height:					auto;
	line-height:			18px;
	margin-bottom:			10px;
	padding:				4px 6px;
	vertical-align:			middle;
	position:				relative;
}

#mod_bwpostman .btn {
	display:				inline-block;
	*display:				inline;
	padding:				4px 12px;
	margin-bottom:			10px;
	margin-left:			-1px;
	font-size:				14px;
	height:					30px;
	line-height:			20px;
	color:					#333333;
	text-align:				center;
	text-shadow:			0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align:			middle;
	cursor:					pointer;
	background-color:		#f5f5f5;
	*background-color:		#e6e6e6;
	background-image:		-moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image:		-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image:		-webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image:		-o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image:		linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat:		repeat-x;
	border:					1px solid #cccccc;
	*border:				0;
	border-color:			#e6e6e6 #e6e6e6 #bfbfbf;
	border-color:			rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color:	#b3b3b3;
	-webkit-border-radius:	0 4px 4px 0;
	-moz-border-radius:		0 4px 4px 0;
	border-radius:			0 4px 4px 0;
	filter:					progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter:					progid:DXImageTransform.Microsoft.gradient(enabled=false);
	*zoom:					1;
	-webkit-box-shadow:		inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:		inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow:				inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

#mod_bwpostman .append-area {
	display:				inline-block;
	*display:				inline;
	padding:				4px 12px;
	margin-bottom:			10px;
	margin-left:			-1px;
	font-size:				14px;
	line-height:			18px;
	color:					#333333;
	text-align:				center;
	text-shadow:			0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align:			middle;
	cursor:					normal;
	background-color:		#f5f5f5;
	*background-color:		#e6e6e6;
	background-image:		-moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image:		-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image:		-webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image:		-o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image:		linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat:		repeat-x;
	border:					1px solid #cccccc;
	*border:				0;
	border-color:			#e6e6e6 #e6e6e6 #bfbfbf;
	border-color:			rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color:	#b3b3b3;
	-webkit-border-radius:	0 4px 4px 0;
	-moz-border-radius:		0 4px 4px 0;
	border-radius:			0 4px 4px 0;
	filter:					progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter:					progid:DXImageTransform.Microsoft.gradient(enabled=false);
	*zoom:					1;
	-webkit-box-shadow:		inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:		inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow:				inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

#mod_bwpostman .user_hightlight {
  position:				absolute;
  top:					-5000px;
  color:				rgb(255,0,0);
}

#mod_bwpostman input.input-small {
	width:				150px;
}

#mod_bwpostman p.bwp_mod_error_no_mailinglists {
	font-weight:		bold;
	color:				#ff0000;
}

#mod_bwpostman input[type=radio] {
	margin:				0px 7px 8px 1px;
	vertical-align:		middle;
	width:				13px;
	height:				13px;
	padding:			0px;
}

#mod_bwpostman input[type="checkbox"] {
	margin:				0px 8px 5px 1px;
	vertical-align:		middle;
	width:				13px;
	height:				13px;
	padding:			0px;
}



/*----------------------------------------------------------
	Definition for specific module elements
----------------------------------------------------------*/

div#mod_bwpostman {

}

form#bwp_mod_form {

}

#bwp_mod_form_pretext {

}

/*------------- First name -------------------------------*/
#bwp_mod_form_firstnamefield {

}

#bwp_mod_form_firstnamefield input {

}

#bwp_mod_form_firstnamefield span{

}

/*------------- Last name --------------------------------*/
#bwp_mod_form_namefield {

}

#bwp_mod_form_namefield input {

}

#bwp_mod_form_namefield span{

}

/*------------- Email address ----------------------------*/
#bwp_mod_form_emailfield {

}

#bwp_mod_form_emailfield input {

}

#bwp_mod_form_emailfield span {

}

/*------------- Email format -----------------------------*/
p#bwp_mod_form_emailformat {

}

#mod_bwpostman .form-inline label.radio {
	display:			block;
	margin-bottom:		8px;
	font-weight:		normal;
}

#mod_bwpostman .form-inline label.radio input {

	}

div#bwp_mod_form_emailformatfield {

}

div#bwp_mod_form_emailformatfield div.controls label {

}

div#bwp_mod_form_emailformatfield div.controls label input.inputbox {

}

/*------------- Available mailing lists-------------------*/
p#bwp_mod_form_lists {
	font-weight:		bold;
	margin-top:			25px;
}

div#bwp_mod_form_listsfield {

}

#mod_bwpostman #bwp_mod_form_listsfield p {
	vertical-align:		middle;
}

#mod_bwpostman #bwp_mod_form_listsfield p input {

}

#mod_bwpostman #bwp_mod_form_listsfield p span {

}

#mod_bwpostman #bwp_mod_form_listsfield p span a {

}

/*------------- Disclaimer -------------------------------*/
#mod_bwpostman #bwp_mod_form_disclaimer {

}

#mod_bwpostman #bwp_mod_form_disclaimer input {

}

#mod_bwpostman #bwp_mod_form_disclaimer input span {

}

#mod_bwpostman #bwp_mod_form_disclaimer input span a {

}

/*------------- Captcha/Safety question ------------------*/
#mod_bwpostman div.captcha {
	margin-bottom:		15px;
}

#mod_bwpostman div.captcha p.security_question_entry {

}

#mod_bwpostman div.captcha p.security_question_lbl {
	text-align:			center;
}

#mod_bwpostman div.captcha p.captcha {

}

#mod_bwpostman div.captcha p.captcha label#a_captcha {

}

#mod_bwpostman input#a_stringQuestion.input-small,
#mod_bwpostman input#a_stringCaptcha.input-small {
}

/*------------- Buttons ----------------------------------*/
#mod_bwpostman .mod-button-register {

}

#bwp_mod_form_required {
	text-align:			center;
}

#mod_bwpostman #bwp_mod_form_editlink {
	padding-bottom:		10px;
}


