/* @override http://vouchers.site/screen.css */
/* @override screen.css */

/* @group Clearfix */

.unit:after, .clearfix:after, .container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.unit, .clearfix, .container {
	display: inline-block;
}

* html .unit, * html .clearfix, * html .container {
	height: 1%;
}

.unit, .clearfix, .container {
	display: block;
}

/* @end */

/* @group Main */

body {
	color: #fff;
	background: url(images/1pence-bg.gif) repeat;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.6em;
}

#container {
	width: 760px;
	margin: auto;
}

.left {
	float: left;
	clear: left;
	margin-top: 15px;
}

a img {
	border: none;
	outline: none;
}

a {
	color: #fff;
	text-decoration: underline;
}

/* @end */

/* @group Intro Content */

.intro-content {
	margin-bottom: 10px;
}

h1 a {
	background:transparent url(images/1pence-logo.jpg) no-repeat scroll left top;
	float:left;
	height:195px;
	left:-20px;
	margin-bottom:0;
	position:relative;
	text-indent:-5000px;
	width:384px;
}

.five-pound-link{
	float:right;
	position:relative;
	top:22px;
}

#copy-container{
	float: right;
}

h2.what-are {
	background: url(images/h2-what-are.gif) no-repeat left top;
	margin-top: 0px;
	margin-bottom: 10px;
	height: 40px;
	width: 314px;
	text-indent: -5000px;
}

p.fill-in{
	background: url(images/p-fill-in-voucher-copy.gif) no-repeat left top;
	display: block;
	height: 43px;
	width: 396px;
	margin-bottom:15px;
}

p.fill-in span{
	display: none;
}

h2.thanks {
	background: url(images/h2-thanks.gif) no-repeat left top;
	margin-top: 5px;
	margin-bottom: 10px;
	height: 40px;
	width: 314px;
	text-indent: -5000px;
	clear: both;
}

.beer-and-burger {
	float: right;
	margin-left: 25px;
	margin-right: 10px;
}

p {
	margin-top: 0;
	margin-bottom: 1.46em;
}

h3{
	clear:both;
}


/* @end */

/* @group Track Table */

#track-info {
	width: 310px;
	margin-right: 10px;
	background: #fff200;
	padding: 5px 20px 20px 20px;
	float: left;
}

#track-info table {
	width: 100%;
	border-collapse: collapse;
	color: #333;
	font-size: 12px;
	background: #fffccc;
}

#track-info table th {
	background: #fff200;
	text-align: left;
	
}


#track-info table td {
	padding: 0 6px ;
	border: 2px solid #fff200;
}

/* @end */

/* @group Main Form */

/* @group Event Selector */

#data-capture {
	float: right;
	width: 400px;
	padding-bottom:20px;
}

form fieldset#event-selector {
	padding: 0;
	margin: 0 0 5px 0;
	border: none;
}

form fieldset#event-selector label {
	display: none;
}

form fieldset#event-selector select {
	width: 129px;
	margin-right: 0px;
}

/* @end */

/* @group Details */

form fieldset#user-details {
	border: none;
	padding: 0;
	margin: 0;
}

form fieldset#user-details ul {
	margin: 0;
	padding: 0;
}

form fieldset#user-details ul li {
	font-size: 12px;
	list-style: none;
	margin: 0 0 1px 0;
	padding: 4px;
	background: #355385;
}

form fieldset#user-details ul li label {
	display: block;
	float: left;
	clear: both;
	width: 120px;
	height: 30px;
}


form fieldset#user-details ul li input {
	width: 260px;
}

/* @end */

/* @group Send to a friend */

form fieldset#send-to-friend {
	border: none;
	padding: 0;
	margin: 0;
}

form fieldset#send-to-friend ul {
	margin: 0;
	padding: 0;
}

form fieldset#send-to-friend ul li {
	font-size: 16px;
	list-style: none;
	margin: 0 0 1px 0;
	padding: 4px;
}

form fieldset#send-to-friend ul li label {
	display: block;
	float: left;
	clear: both;
	width: 130px;
	height: 30px;
}

form fieldset#send-to-friend ul li input{
	float: left;
	font-size: 16px;
	width: 300px;
	margin-right: 6px;
}

input.image-send {
	margin-left: 130px;
}

/* @end */


/* @group Data Protection */

form fieldset#user-details ul li.data-protection {
	background: transparent;
	margin-top: 10px;
}

form fieldset#user-details ul li.data-protection label{
	display: none;
}

form fieldset#user-details ul li.data-protection p {
	font-size: 11px;
	margin-left: 30px;
	line-height: 1.6em;
}

form fieldset#user-details ul li.data-protection input {
	width: 20px;
	float: left;
}

/* @end */


form .image {
	float: right;
}

legend {
	display: none;
}

/* @end */

/* @group Footer */

#footer {
	border-top: 1px solid #28487d;
	margin-top: 10px;
	padding-top: 12px;
	margin-bottom: 40px;
	clear: both;
}

#footer p{
	font-size: 11px;
	line-height: 1.6em;
}

/* @end */

input.default
{
	color: grey;
}

#errors{
	font-size: 0.75em; /* 12px */
	font-weight: bold;
	clear:both;
	border: 4px solid #892114;
	background: #cd301d;
	padding:10px 35px;
}


.policy a{
	width: 100%;
}

#holding-page{
	width:400px;
}

li.extra-info
{
	padding: 2px;
	font-size: 0.7em;
	height: 12px;
	line-height: 1em;
}


