/* CSS Document */

body {
	background-color: #BF1F25;
}

.footerbackdrop {
	background-image: url(../common-images/footerbackdrop-community.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#centred-footer {
	width: 751px;
	height:275px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:16px;
	background-image: url(../common-images/3d-engage-community.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}



/* Form Elements Community Evaluation Page */


.form-holder{
	/*background-color:#CCFF00;*/
	width:751px;
	float:left;
	margin-bottom:16px;
}


/* Form Elements */

form {
	border: 1px solid #DCD6CA;
	padding:5px;
	padding-left:12px;
}

form td{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 0.72em;*/
	font-size: 12px;
	color: #000000;
	/*line-height:1.6em;*/
	line-height:19px;
	padding-top:5px;
}


input, textarea {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 0.72em;*/
	font-size: 12px;
	color: #000000;
	/*margin-left:10px;*/
}


/*Radio Buttons*/

.tickbox {

 margin-right: 10px;

}


/* Submit Button */

.buttons {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom:10px;
}



/* Classes */

.headings {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 0.72em;*/
	font-size: 12px;
	font-weight:bold;
	color: #000000;
	/*line-height:1.6em;*/
	line-height:19px;
	padding-left:4px;
	

}

.heading-large{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #000000;
	letter-spacing: 0.05em;
	padding-top:30px;
	margin-bottom:0px;
	padding-bottom:13px;

}

.space {
margin-left:10px;
}

.space2 {

margin-left:4px;
}

a.menu-tab3
{
	width:97px;
	height:27px;
	display:block;
	background-image: url(../common-images/tab-community.gif);
	background-repeat: no-repeat;
	background-position: -194px 0px;
}

a:hover.menu-tab3{
	width:97px;
	height:27px;
	display:block;
	background-image: url(../common-images/tab-community.gif);
	background-repeat: no-repeat;
	background-position: -194px 0px;
}







