div.aform p {
	color: #e2001a;
}

label {
	clear: both;
	float: left;
	color: #777;
	line-height: 21px;
	display: block;
	width: 120px;
	margin: 0 0 3px 0;
}

label.wide {
	width: auto;
	margin: 0 10px 3px 0;
}

label.text {
  line-height: 15px;
}

input, textarea {
	/*float: left;*/
	width: 270px;
	border: 1px solid #ccc;
	background: #fff;
	line-height: 16px;
	margin: 0 5px 3px 0;
	padding: 2px 4px 3px 4px;
}

input.file {
	width: 280px;
}

input.checkbox {
	width: auto;
	border: none;
	background: #fff;
	margin: 1px 10px 0 0;
	padding: 0;
}

input.button {
	width: 160px;
	height: 24px;
	border: none;
	background: #ffdc00;
	margin: 0 0 20px 0;
	padding: 0 0 1px 0;
	color: #000;
	cursor: pointer;
}

input.buttonsmall {
	width: 76px;
	height: 20px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #000;
	cursor: pointer;
	font-size: 10px;
}

input.buttonVsmall {
	width: 50px;
	height: 20px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #000;
	cursor: pointer;
	font-size: 10px;
}

input.buttonsmall:hover, input.buttonVsmall:hover {
  background: #eeeeee;
}

input.catdelete {
  width: auto;
	margin: 0px 0px -1px 0px;
	padding: 0px;
	color: #999999;
	background: none;
	border: none;
	cursor: pointer;
}
input.catdelete:hover {
  color: #F00;
}
.hidden {
  width: 5px;
	height: 5px;
	margin: 0px;
	padding: 0px;
	color: #FFF;
	background:none;
	background-color:#FFF;
	line-height: 5px;
	border: none;
	outline:none;
}

#projectDescription {
  height: 200px;
}

input.buttonleft {
	width: 130px;
	height: 24px;
	border: none;
	background: #ffdc00;
	margin: 0 0 20px 0;
	padding: 0 0 1px 0;
	color: #000;
	cursor: pointer;
}
#submitnv {
  margin: 30px 30px 0 0;
	padding: 0 0 0px 0;
	}
	
#submitnv input {
	width: 130px;
	height: 24px;
	border: none;
	margin: 0 0 0px 0;
	padding: 0 0 1px 0;
	cursor: pointer;
}

#submitnv input.navleft {
  background: #ccc;
	color: #555;
  float:left;
	}

#submitnv input.navleft:hover {
  background: #555;
	color: #fff;
}

#submitnv input.navright {
  float:right;
	background: #ffdc00;
	color: #000;
	}

#submitnv input.navright:hover {
  background: #000;
	color: #fff;
  }

input.thirty {
	width: 30px;
	margin-right: 240px;
}

input.fifty {
	width: 50px;
	margin-right: 220px;
}

input.onefifty {
	width: 150px;
	/*margin-right: 120px;*/
}

input.step1, input.step2, input.step3, input.step4, input.step5, .stepstatic {
	display: block;
	float: left;
	width: 75px;
	height: 75px;
	padding: 0;
	margin: 54px 0 20px 0;
	border: none;
}

/*input.step1 {
	background: #fff url(../images/step1_gr.gif);
}

input.step2 {
	background: #fff url(../images/step2_gr.gif);
}

input.step3 {
	background: #fff url(../images/step3_gr.gif);
}

input.step4 {
	background: #fff url(../images/step4_gr.gif);
}

input.step5 {
	background: #fff url(../images/step5_gr.gif);
}*/

select {
	float: left;
	width: 280px;
	border: 1px solid #ccc;
	background: #fff;
	line-height: 17px;
	margin: 0 5px 3px 0;
	padding: 1px;
}

select.onefifty {
	width: 160px;
}
select option {
  padding-left:3px;
}

select.sixty {
	width: 60px;
}

optgroup {
	font-size: 1.1em;
	font-style: normal;
	background: #eee;
	color: #333;
}

optgroup option {
	padding: 0 0 0 10px;
	background: #fff;
}

textarea.smtext {
	font-size: 0.9em;
}

span.errormessage {
	line-height: 21px;
	margin-left: 120px;
	color: #e2001a;
}

div.aform div {
	clear: both;
}

.spacer {
	margin-bottom: 20px;
}

span.redspace {
	margin-top: -20px;
	color: #e2001a;
}

/* Purchase tables and what's on info
   ------------------------------------------- */
	 
table.tickets, table.whatson {
	margin: 0 0 20px 0;
	padding: 0;
	/*border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;*/
}

table.whatson td p {
	margin: 0;
}

table.tickets td {
	padding: 1px 3px;
	/*font-size: 0.95em;*/
	border-bottom: 1px dotted #ddd;
}

table.whatson td {
	padding: 9px 3px 10px 3px;
	border-bottom: 1px dotted #ddd;
}

table.whatson td.time {
	color: #d7007a;
}

table.tickets th, table.whatson th {
	background: #d7007a;
	color: #fff;
	padding: 6px 3px;
	border-right: 1px dotted #fff;
}

table.tickets th.left, table.whatson th.left {
	text-align: left;
}

table.tickets label {
	width: auto;
	color: #656565;
}

table.tickets input.qty {
	width: 20px;
	margin: 0;
	text-align:center;
}

table.tickets input.button {
	width: 120px;
	margin: 0;
}

table.tickets .rrp {
	text-decoration: line-through;
}

table.tickets td.noborder {
	border: none;
}


/* shortlist table
   ------------------------------------------- */
	 
table.shortlist {
	margin: 0 0 20px 0;
	padding: 0;
}

/*table.shortlist td, table.shortlist th {
	font-size: 0.95em;
}*/

table.shortlist td {
	padding: 9px 5px 10px 5px;
	border-bottom: 1px solid #ddd;
}

table.shortlist th {
	background: #f29400;
	color: #fff;
	padding: 6px 5px;
	border-right: 1px solid #fff;
}

table.shortlist th.left {
	text-align: left;
}


table.shortlist td.noborder {
	border: none;
}