/* CSS for petition */
/* Petition form */
#petition_form {
	padding: 23px;
	display: none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/  
	background:#FFFFFF;
	height:464px;  
	width:408px;  
	z-index:2;
}
#petition_form_bg{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/ 
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#cccccc;
	border:1px solid #cecece;  
	z-index:1;
	
}
img {
	border: 0;
}
.comment {
	display: none;
}
textarea {
	width: 250px;
	height: 80px;
}
input {
	width: 250px;
}
ul.errors {
	color: red;
}
dt {
	font-weight: bold;
	margin-top: 4px;
}

