#subscribe-button{
	position : absolute;
	right : 0;
	top : 15%;
	display : none;
}

.subscribe{
	font-size : 14px;
}

.subscribe .description{
	text-indent: 10px;
	padding-bottom: 5px;
}


.subscribe fieldset{
	padding : 15px;
}
.subscribe fieldset legend{
	font-size: 16px;
	font-weight: bold;
	margin-left : 20px;
	padding-left : 5px;
	padding-right : 5px;
}


.subscribe fieldset input[type="text"]{
	width : 300px;
}

.subscribe fieldset input[type="button"] {
	color : #000;
}

.subscribe fieldset table tr td {
	padding : 5px;
}

