/*
	Save Tetleys Campaign CSS
	Section9 Design ~ http://www.section9.co.uk

*/

/* Body and main elements
----------------------------------------------------------------------------------------------------*/


body {
	background: black;
	border-top: 5px solid #000;
	color: #333;
	font-size: 11px;
	padding: 20px 0 40px;
	font-family: Times, "Times New Roman", serif;
}

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

a:hover {
	text-decoration: underline;
}

h1 {
	
}

h2 {
	
}

p {

}




/* Layout Blocks
----------------------------------------------------------------------------------------------------*/

.container_12 {
	background: black;
	margin-bottom: 20px;
}

#titleblock {
	background:  url(../../images/layout/title.png) no-repeat top;
	height: 180px;
}


#maincontent {
	background:  url(../../images/layout/bottomfade.png) no-repeat top;
}


#topimage {
	height: 760px;
}

#leftpetition{
	height: 239px;
	margin-right:0px;
	margin-left:0px;
	width:480px;
	background:  url(../../images/layout/wetheundersigned.png) no-repeat top left;
}


#rightpetition{
	height: 239px;
	width:480px;
	margin-left:0px;
	margin-right:0px;
	background:  url(../../images/layout/signthepetition.png) no-repeat top left;
}

.centercomment{
	background:  url(../../images/layout/comment_middle.png) repeat-y top;
	height: 5%;
	
}

.centercomment p{
	margin-bottom: 0px;
	margin-left: 120px;
	margin-right: 100px;
	font-style: italic;
	font-size: 14px;
}

.centercomment strong{
	font-style: bold;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	
}

.bottomcomment{
	background:  url(../../images/layout/comment_bottom.png) no-repeat top;
	height: 20px;
}

.topcomment{
	background:  url(../../images/layout/comment_top.png) no-repeat top;
	height: 20px;
}

#petitionform {
	height: 139px;
	margin-top: 150px;
	margin-left: 20px;
	text-align: right;
	margin-right: 150px;

}


.success {
	height: 139px;
	margin-top: 150px;
	margin-left: 20px;
	text-align: right;
	margin-right: 150px;

}


/* Form Styles
----------------------------------------------------------------------------------------------------*/

label {
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	color: #e7c074;
	margin-right: 5px;
}
