		#petition {
			font:12px Arial, helvetica, sens-serif;
			color: black;
                        position: relative;
                        top: -210px;
		}
		#message {
			background: #e4ebeb;
			/*border */
			}
		.input {
			border: 1px solid black;
			width: 220px;
			background: #ffffff;
			font: 11px verdana, sans-serif;
			color:#000000;
			padding:3px;
			margin-bottom:4px;
			outline:none;
		}
		.input:focus {
			background: #e4ebeb;
		}
		.submit-btn {
			width: 54px;
			height: 20px;
			background: #743 url(../images/submit.gif) no-repeat;
			outline: none;
		}
		.submit-btn:hover {
			background: #069 url(../images/submit.gif) no-repeat 0 -20px;
		}
		div#container {
		/*	border:1px solid #99b3b4; */
			padding:15px;
			padding-bottom: 0px;
			margin:auto;
			width:400px;
		}
		#log_res {
			height:auto;
			padding:15px;
			margin:100px auto 20px auto;
			width:400px;
		}
		#log_res p {
			margin:0;
			padding:4px 0 4px 0;
		}
		#log_res.ajax-loading
			{background: url(../images/spinner.gif) no-repeat center;
		}
		.error {
			color:red;
			margin:0;
			padding:0;
		}
#counter {
text-align: center;
font-size: 18px;
font-family: Arial;
position: relative;
top: -20px;
}
#petition_img {
position: relative;
top: -150px;
}
#container {
position: relative;
top: -30px;
}



