.subscribe-wrapper input{
	padding: 0px 5px;
}
.mail-ok{
	color: #056205;
	font-size: 1.5em !important;
}
.mail-no{
	color: #620505;
	font-size: 1.5em !important;
}
#policydiv{
	background: none repeat scroll 0 0 #888;
	position: fixed;
	display: none;
	top: 100px;
	width: 100%;
	height: 600px;
	border: 1px solid #000;
    border-radius: 5px;
    z-index: 99999;
    font-weight: normal;
    font-family: Arial;
}
#polclose{
	float: right;
	cursor: pointer;
	background: none repeat scroll 0 0 #029861;
    color: #fff;
	border-radius: 5px;
	padding: 5px;
}
#poltext{
    color: #fff;
	float: left;
	padding: 5px;
    overflow: auto;
    height: 550px;
    width: 100%;
}