/* Newsletter module common css */

div.mainnewsletter
{
	margin				:	  0px 5px 5px 5px;
}

form#subscribeFormModule
{
	margin-top			:	 10px;
}

form#subscribeFormModule input.inputbox
{
	float				:	left;
	width				:	 138px;
	height				:	  20px;
	margin				:	   0px 0px 6px 0px;
	padding-left		:	   6px;
	padding-top			:	   6px;
	font-size			:	  13px;
	border				:	none;
	color				:	#A6A6A6;
	background			:	url(../../../../templates/zentrum_genderwissen/images/input_bg.png) no-repeat;
}

form#subscribeFormModule input.inputbox:focus
{
	background			:	url(../../../../templates/zentrum_genderwissen/images/input_bg_focus.png) no-repeat;
}

form#subscribeFormModule input.button_newsletter
{
	float				:	left;
	margin				:	  3px 0px 0px 5px;
}