/******************/
/* SUBSCRIBE PAGE */
/******************/
	
	body {
		font-size: 14px;
	}
	
	body div#containerHeader {
		background-image: url(/_images/headers/hdr_subscribe.jpg);
		background-repeat: no-repeat;
	}
	
	body#renew div#containerHeader, body#upgrade div#containerHeader {
		background-image: url(/_images/headers/hdr_subscribe_loggedIn.jpg);
	}
	
	body div.container div.content {
		padding:0 0 40px 40px;
		width:910px;
	}
	
	body div.container div.content p {
		width: 690px;
		font-size: 16px;
	}
	
	body div.container div.content h2 {
		padding-bottom: 5px;
		border-bottom: 2px solid #E2E2E2;
		font-size: 16px;
		color: #68C5DE;
		margin-top:30px;
	}
	
	body div.container div.content table {
		margin-left: 177px;
	}
	
	body div.container div.content td {
		padding: 5px 0px;
	}
	
	body input, body select {
		width: 224px;
		height: 25px;
		font-weight: bold;
		color: #9D9D96;
		background-color: #F1F1EE;
		font-size: 18px;
		font-family: Arial, Helvetica, sans-serif;
		padding: 5px 10px 5px 10px;
		border: none;
	}
	
	body select {
		width: auto;
		height: auto;
	}
	
	body td.usual {
/*		text-decoration: line-through; */
	}
	
	body td.mainprice {
		width: 100px;
	}
	
	body td.discounted {
		width: 150px;
		font-weight: bold;
		color: #ff3300;
	}
	
	body td.discounted span {
		font-weight: normal;
		color: #333333;
		text-decoration: line-through;
	}
	
	body table.details td {
		padding-bottom: 10px !important;
	}

span.errorMessage, span.valid {
	font-size: 1em !important;
	padding: 0px 0px 5px 0px;
	margin: 0px !important;
	line-height: 1em;
	display: block;
	font-weight: normal;
}

span.valid {
	color: #66cc00;
	font-weight: bold;
}

body input.checkBox {
	width:auto;padding:0px;margin:0px
}

#isValidEPUKNumber {
	display: none;
}

.notVisible {
	display: none;
}

tr.strPONumber {
	display: none;
}

p.intro {
	font-weight: bold;
	font-size: 18px;
}
