body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color:White;
}

p, td {
	font-size: 12px;
}

a {
	font-weight: bold;
	color: #E00729;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size:21px;
	font-family:Arial;
}
input_revmoved{
	width:273px;
	border: 1px solid #7F9DB9
}
img {
	border: 0px solid #ffffff;
	}
	
#container {
	width: 780px;
	border:1px solid #dbdbdb;
}

#headingbanner{
	background:#000000 url(../images/bg_bottle_stain.gif) no-repeat scroll right top;
	height:90px;
	padding-left: 25px;
	padding-bottom: 14px;
}

#content {
	padding-left:25px;
	padding-right:25px;

}


#title {
 width:100px;
}

#inputboxes{
	width:450px;

}

.invalidEntry{
	background-color: #FBEEF5;
	border: 1px solid #7F9DB9
	
}

.validEntry{
	background-color: #ffffff;
	border: 1px solid #7F9DB9
}

#errorMessage{
	color: #E00729;	
	font-weight: bold;
	visibility:hidden;
}
#firstname, #lastname, #emailaddress{
	width:280px;
}
#postcode{
	width:81px;
}

#Subscribe{	
	width:79px;
	height:20px;
	margin: 0;
	padding: 0;
	border: 0;
	background:url(../images/Button_Subscribe.gif) no-repeat top left;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */	
}
#Unsubscribe{	
	width:79px;
	height:20px;
	margin: 0;
	padding: 0;
	border: 0;
	background:url(../images/Button_Unsubscribe.gif) no-repeat top left;	
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */	
}


#Cancel{	
	width:79px;
	height:20px;
	margin: 0;
	padding: 0;
	border: 0;
	background:url(../images/Button_Cancel.gif) no-repeat top left;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */

}









