/**

Berwick TEC website - CSS for newsletter subscription box
------------------------------------
Millipede Creative Development

*/

#content-right-subscribe {
	background: url( ../img/css/newsletter-bg.png ) no-repeat;
	width: 154px;
	height: 209px;
	padding: 90px 14px 0px;
	margin: 10px 0px 0px
}
#content-right-subscribe h4, #content-right-subscribe p {
	height: 0px;
	overflow: hidden
}
#content-right-subscribe form p {
	height: auto
}
#content-right-subscribe label {
	font-size: 1em;
}
#content-right-subscribe input {
	border: 1px solid #819cba;
	margin-bottom: 10px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em;
	padding: 2px;
	width: 148px
}
input#subscribe {
	width: 152px;
	height: 0px;
	margin: 21px 0px 0px 1px;
	padding: 36px 0px 0px;
	overflow: hidden;
	background: transparent;
	border: 0px;
	cursor: pointer
}