#mailwidget{
    position: fixed; bottom: 0px; left: 50%; z-index: 9999;
    margin-left: -460px;
    margin-bottom: 0!important;
    background: none repeat scroll 0 0 #E3F0FC;
    border: 2px solid #0060A0;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 0 6px #999999;
    font-family: verdana,lucida grande;
    font-size: 12px;
    padding: 6px 18px 10px 18px;
    text-align: center;
    width: 880px;
    display: none;
    min-height: 127px;
}
#mailwidget input{
	width: 184px;
	height: 24px;
	background: #FFFFF1;
	border: 1px solid #cfcfcf;
	margin-top: 10px;
	color: #a2a2a2;
    padding: 0 10px;
    border-radius: 3px;
}
#mailwidget input.error{
    background-color: #fff8e3;
    border-color: #ed9a77!important;
    color: #ff6d4d;
}
#mailwidget em.error{
    background-color: #fff8e3;
    color: #ff6d4d;
    display: none;
    font-size: 11px;
    margin: 0 auto;
    padding: 5px;
    text-align: left;
    position: absolute;
    width: 200px;
    border: 1px solid #ed9a77;
    border-radius: 3px;
}
#mailwidget em.name-error{
    top: -29px;
    left: 158px;
}
#mailwidget em.email-error{
    top: -44px;
    left: 376px;
}
#mailwidget a{
    font-size: 10px;
	color: #000055;
	background: url('../images/closebtn.png') no-repeat bottom left; 
	cursor: pointer; 
	height: 25px; 
	position: absolute; 
	right: 6px; 
	text-indent: -10000em; 
	top: 6px; 
	width: 25px;
	z-index: 99999;
}
#mailwidget a:hover { background-position: top left; }
#mailwidget button {
    width: 165px;
    cursor: pointer;
    padding: 0px 10px;
    border: 1px solid #c52d2f;
    border-radius: 3px;
    text-decoration: none;
    margin-top: 0;
    color: #fff;
    background: #c52d2f;
    height: 26px;
}
#mailwidget .subscribe-loader {
    float: right;
    margin: 14px 120px -120px -22px;
    display: none;
}
#mailwidget span { width: 220px; float: left; text-align: left; background: url('../images/accept.png') no-repeat 0 5px; padding: 3px 0 0 20px; margin: 0; height: 20px; line-height: 20px; }
#mailwidget p { margin: 0; padding: 6px 0; }
.mailexportlink {
    font-size: 12px;
    font-family: verdana,lucida grande;
	color: #FFF!important;
	cursor: pointer;
	text-decoration: none;
}
