/* this file is in the public domain */

.mailchute_form table {
	color: black;
	background-color: rgb(200, 200, 200);
	font: normal normal 400 10pt sans-serif;
	border: 1px solid black;
}

/* table-cells */

.mailchute_status, .mailchute_action {
	color: white;
	background-color: #1874CD;
	padding: 0.25em;
}

.mailchute_status {
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
}

.mailchute_action { text-align: right; }

.mailchute_label {
	text-align: left;
	width: 8em;
}

.mailchute_field {
	text-align: left;
	width: 44em;
}

.mailchute_body { text-align: left; }

/* elements inside table-cells */

.mailchute_action a { color: #fff; text-decoration: underline; }

.mailchute_form label {
	font: inherit;
	text-align: left;
}

.mailchute_form button {
	color: black;
	background-color: rgb(200, 200, 200);
}

.mailchute_entry, .mailchute_form select, .mailchute_form input,
	.mailchute_form textarea
{
	color: black;
	background-color: white;
	font-size: 1em;
	text-align: left;
	margin: 0px;
	width: 97%;
	border: 1px solid #999;
	padding: 0.25em;
}

select option {
	padding: 0 0.5em;
}

.mailchute_entry {
	padding: 0.25em;
	border-style: none;
}

