.purchase
	{
		padding:10px;
		border-width:15px 15px 15px 15px;
		border-style:solid;
		/*border-color:#cccccc;*/
		border-color:#336699;
		height:auto;
		position:relative;
		background-color:#e6e6e6;
		box-shadow: 10px 10px 10px #666;
		-moz-box-shadow: 10px 10px 10px #666;
		-webkit-box-shadow: 10px 10px 10px #666;
		margin:20px auto;
		padding:20px;
		background-color:#e6e6e6;
		overflow:auto;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		-khtml-border-radius:6px;
		border-radius:6px;
		width:600px;
	}
legend {
	font-weight:700;
}
.form-row>label>span {
	font-weight:700;
}
.form-row {
	padding-top:7px;
	padding-bottom:7px;
}
.payment-errors {
	color:#ff0000;
	font-weight:700;
}
.contentheader {
	box-shadow: 4px 4px 4px #666;
	-moz-box-shadow: 4px 4px 4px #666;
	-webkit-box-shadow: 4px 4px 4px #666;
}
.showpass {
	color:#0066cc;
	text-decoration:none;
	cursor:pointer;
}
.showpass:hover {
	text-decoration:underline;
}