.subscribe-section
{
	position: fixed;
    z-index: 4;
	
	left: 0;
    bottom: 0;
	
	width: 100%;
    height: 100px;
	
    background-color: rgba(0,0,0,1);
    border: none;
	
	font: #FFF;
}

#cross
{
	position: absolute;
	right: 0;
	top: 0;
	width: 25px;
	height: 25px;
	cursor: default
}	

.subscribe-form
{
	margin: 20px 25%; 
	width: 100%;
	height: 100%;
}

.subscribe-form  > span
{
	display: block;
	width: 100%;
}

.subscribe-form  > div
{
	margin-left: 80%;
}

.subscribe-link
{
	padding-left: 0;
	margin-top: 15px;
	vertical-align: middle;
}

#outputSubscribe
{
	font-weight: bold;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 580px;
	text-align: center;	
	height: 30px;
	color: white;
}