body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F9FDFD;
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #737373;
}
a:link {
	color: #2A7B98;
	background-color: transparent;
	text-decoration: none;
	}

a:visited {
	color: #2A7B98;
	background-color: transparent;
	text-decoration: none;
	}

a:hover {
	color: #C61A52;
	text-decoration: none;
	background-color: transparent;
	}

a:active {
	color: #C61A52;
	background-color: transparent;
	text-decoration: none;
	}

.field{
	border-bottom: 1px solid #BDE0EC;
	border-right: 1px solid #BDE0EC;
	border-top: 1px solid #2A7B98;
	border-left: 1px solid #2A7B98;
	background-color: #F4FBFB;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #1F5569; 
}
.button{
	border-top: 1px solid #BDE0EC;
	border-left: 1px solid #BDE0EC;
	border-bottom: 1px solid #2A7B98;
	border-right: 1px solid #2A7B98;
	background-color: #F4FBFB;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #1F5569; 
	font-weight: bold;
	padding: 2px;
	text-align: center;
}
#container {
		margin: 0 auto;   
		text-align: left; 
		background-color: #ffffff;
		border: 1px solid #eaeaea;
		width: 780px;
		/*height: 580px;*/
		padding: 4px;
		margin-top:4px;
	}
	

#petition{
	padding: 10px;
}

#contor{
	text-align: center;
	font-size: 18px;
	letter-spacing: -1px;
}
.number{
	font-size: 24px;
	font-family:"MS Serif", "New York", serif;
	color: #282979;
	letter-spacing: -1px;
	font-weight: bold;
}
#p_form{
	margin: 10px;
	margin-left: 50px;
	line-height: 24px;
}
#comments p{
	border-bottom: 1px dashed #A7C6E4;
	margin: 4px;
	padding: 3px;
	cursor: default;
	margin-left: 20px;
	margin-right: 20px;
}
#comments p:hover{
	background-color: #F9FDFD;
}
#footer{
	text-align: center;
	padding: 15px;
	font-family: Arial;
}
.error{
	color: #ee0000;
}
