/* Headers, HyperLinks, Buttons, and Font Colour*/

/* ----Headers & links font colour---- */


form.login label.loginLabel {
	color: #d31a3f;
	}

form.login a,
.textBox a,
.textBox_r a,
.thankyou a,
.thankyou a:visited {
	color: #fd3d09;
	}

form.login p,
form.login a:hover,
.textBox a:hover,
.textBox_r a:hover,
.thankyou a:hover {
	color: #7f2007;
	}


.prizeslist h1,
.sectioncontainer h3,
.thankyou h3,
.winners h4 {
	color: #d63307;
	}


.prizeslist h3,
.textBox h3,
.textBox_r h3,
.textBox strong,
.textBox_r strong,
.sectioncontainer h4,
.thankyou h4,
.winners h5 {
	color: #fd3d09;
	}


.prizeslist h2 {
	color: #fd7802;
	}


.prizeslist p {
	color: #9b0722;
	}


.prizeslist strong {
	color: #79071d;
	}


/* ----Paragraph font colour---- */


.textBox p,
.textBox_r p,
form.login input.loginInput,
.sectioncontainer input,
.sectioncontainer select,
.winners p.slogan {
	color: #333;
	}


.textBox ul li,
.textBox_r ul li,
.sectioncontainer p,
.sectioncontainer label,
.sectioncontainer .subcontainer label,
.thankyou p,
.winners p {
	color: #555;		
	}


.sectioncontainer input {
	border: 2px solid #ccc;
	}


.sectioncontainer select {
	border: solid 1px #ccc;
	}



/* ----Buttons colour---- */

button.loginButton,
button.contestButton,
.sectioncontainer button,
.thankyou .logoutBox button {
	border: 2px solid #bf2b3b;
	background: #d63307;
	}


