/* message stack styles */
.message_stack_error {
	background: red;
	color: white;
	font-weight: bold;
	text-align: center;
	border: 1px solid #cccccc;
	padding: 3px 0px 3px 0px;
}

.message_stack_warning {
	background-color: #efefef;
	font-weight: bold;
	text-align: center;
	border: 1px solid #cccccc;
	padding: 3px 0px 3px 0px;
}

.message_stack_success {
	background-color: #FFFF99;
	font-weight: bold;
	text-align: center;
	border: 1px solid #cccccc;
	padding: 3px 0px 3px 0px;
}

/* for popup editor windows to avoid the normal body styles */
.popup {
	background-color: white;
	margin: 10px;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}

.popup td {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}

/* submit buttons */
.green_submit {
	color: white;
	background-color: #009900;
	font-weight: bold;
	border-color: silver;
}

.red_submit {
	color: white;
	background-color: #FF0000;
	font-weight: bold;
	border-color: silver;
}

.button {
	color: black;
	background-color:  #D0D1B1;
	font-weight: bold;
	border-color: silver;
}

/* form stuffs */
form {
	margin: 0px;
	padding: 0px;
}

input {
	font-size: 12px;
}

select {
	font-size: 12px;
}

textarea {
	font-size: 14px;
}

.form_label, legend {
	vertical-align: top;
	text-align: right;
	font-weight: bold;
}

.form_instructions {
	white-space: nowrap;
	font-size: 10px;
}

/* extras */
.noReturn {
	margin: 0px;
	padding: 0px;
}

p {
	margin-top:0px;
}
