.acymailing_module
{
	-moz-border-radius: 10px;
	-border-radius : 10px;
	-webkit-border-radius : 10px;
	-moz-box-shadow: 0 6px 3px 0 #C9C9C9;
	-webkit-box-shadow: 0 6px 3px 0 #C9C9C9;
	box-shadow: 0 6px 3px 0 rgba #C9C9C9;
	margin-top:-25px;
	margin-bottom: 7px;
	float:right;
	padding:5px;
	margin-right:10px;
	background-color: #A52229;
	background-image: -moz-linear-gradient(center top , #BC5A60 , #9F141C);
	    /* background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #1155a0),color-stop(1, #2976ce));  Safari & Chrome */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#BC5A60 ', endColorstr='#9F141C'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#BC5A60 ', endColorstr='#9F141C')"; /* IE8 */
}

div#acymailing_module_formAcymailing1, #acymailing_module_formAcymailing1 div{
	/*margin: 15px 10px 10px 10px;*/

}

#acymailing_module_formAcymailing1 .acymailing_mootoolsbutton{
	padding:2px;
}

a.acymailing_togglemodule{
	display : block;
	font-size:15px;
}

.acymailing_mootoolsbutton p{
	text-align:center;
}

.acymailing_mootoolsbutton p a{
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
    margin-top: 2px;	
}

.acymailing_module:hover{
	-moz-border-radius: 10px;
	-border-radius : 10px;
	-webkit-border-radius : 10px;
	-moz-box-shadow: 0 6px 3px 0 #C9C9C9;
	-webkit-box-shadow: 0 6px 3px 0 #C9C9C9;
	box-shadow: 0 6px 3px 0 rgba #C9C9C9;
	background-color: #A52229;
	background-image: -moz-linear-gradient(center top , #9F141C , #BC5A60);
	    /* background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #1155a0),color-stop(1, #2976ce));  Safari & Chrome */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#9F141C ', endColorstr='#BC5A60'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#9F141C ', endColorstr='#BC5A60')"; /* IE8 */
}

.acysubbuttons{
	text-align:center
}

