	body {
		background-color: #170a04;
		font-size: 12px;
		font-family: arial;
	}
	
	.content {
		width: 1024px;
		margin: 0px auto 0px auto;
		background: url(/images/candles_background.jpg) no-repeat;
		min-height: 600px;
	}
	
	.box {
		padding-top: 2px;
		color: #f08879;
		height: 18px;
		background-color: #773a19;
		border: 0px;
		float: left;
	}

	form {
		margin: 0px; 
		padding: 0px;
	}
	
	a {
		color: #E31836;
	}
	
	select {
		border: 0px solid #000;
	}
	
	.errormsg {
		color: #be8047;
		text-align: center;
		margin-top: 20px;
		padding: 5px;
		background-color: #170a04;
		border: 1px solid #3f2a16;
	}
	
	*:first-child+html select {
		height: 25px !important;
	}