
.missing {
	border: 1px solid red;
	width: 200px;
}

.petice-form {
	background-position: bottom;
	background-repeat: repeat-x;
	border: 1px solid #e0e0e0;
	
	padding: 15px;
	margin-bottom: 15px;
	margin-top: 10px;
}

.petice-form table {
	width: 100%;
}

#letter-field {
	padding: 10px 20px;
	font-size: 12px;
}


.message {
	color: Red;
	font-weight: bold;
	width: 600px;
}

table.letters {
	border-collapse: collapse;
	border: 1px solid #e0e0e0;
	width: 48%;
}
table.letters td {
	padding: 3px;
}
table.letters th {
	padding: 10px 5px;
	background-color: #E0E0E0;
	text-align: left;
}

h2 {
	color: Gray;
	font-size: 17px;
}

.sign {
	
	height: 50px;
	width: 172px;
	border: 0px;
	font-size: 20px;
	font-weight: bold;
background: #aaa;	color: white;
}

.sign:hover {
	cursor: pointer;
	_cursor: hand;
}

.hidden {
	display: none;
}

.textfield {
	width: 200px;
}

textarea {
	width: 600px;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 13px;
	padding: 3px;
}

.sipka {
	position: relative;
	left: 14px;
	top: 2px;
}

.visible {
	display: visible;
}
