body {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
	font-size: 12px;
}
a {
	color: #3B5998;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	outline: 0;
}

h1 {
	margin: 15px;
	padding: 0 0 0 24px;
	background: url('/images/36_16_bgw.gif') center left no-repeat;
	font-size: 14px;
}

/* Messages */

.message {
	margin: 15px 15px 0 15px;
	padding: 10px;
	text-align: left;
	font-weight: bold;
	font-size: 13px;
}
.info {
	border: 1px solid #bcc7d8;
}
.success {
	background-color: #fef9d5;
	border: 1px solid #e0c926;
}
.error {
	background-color: #fbeae7;
	border: 1px solid #dc3619;
}


/* Form Table */

td.label {
	color: #888;
	text-align: right;
	padding-right: 10px;
}
td.buttons {
	text-align: right;
}
