﻿/* UserMessages - begin */
.UserMessage
{
	font-family: Times, Arial, Helvetica, sans-serif;
	display:block;
	border:solid 1px gray;
	margin:0px 0px 4px 0px;
	padding:4px;
	background-color:#ffffcc;	
	font-weight:bold;
}

.Error
{
	color:red;
}

.Info
{
	color:blue;
}

.Warning
{
	color:black;
}

.UserMessage img
{
	vertical-align:middle;
	margin-right:4px;
}
/* Messages - end */

/* ETD Page - begin */
.EtdForm
{
	min-height:200px;
	*height:200px;
	margin:0px;
	padding:10px;
	clear:left;
}
/* ETD Page - end */
