@charset "utf-8";
div.tmtFormMessage, div.tmtFormErrorMessage {
	border: 1px;
	border-style: solid;
	padding: 5px;
	margin: 10px;
}
div.tmtFormMessage {
	background-color: #A4BFF0;
	border-color: #12387A;
}
div.tmtFormErrorMessage {
	background-color: #F9D400;
	background-image:url(../images/field-alert.gif);
	background-position: 5px 4px;
	background-repeat: no-repeat;
	border-color: #BB0000;
	padding-left: 30px;
}
div.tmtFormMessage ul, div.tmtFormErrorMessage ul {
	list-style-type: square;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-left: 10px;
}
.EMSDiT{
	width:195px;
	height:162px;
}
.EMSDiL{
	width:200px;
	height:163px;
}
.EMSDiR{
	width:203px;
	height:123px;
}