@charset "utf-8";
/* CSS Document */

.style5 {
	color: #003366;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.bar {
	color: #FFFFFF;
	background-color: #666666;
	display: block;
	width: auto;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
}

.style7 {
	color: #003366;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
* {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
}

.mandatory  {
background-color:#DFDFDF;
}

.error_strings  {
color:#CC0033;
}
#error_strings  {
color:#CC0033;
font-size:24px;
}

#msg {
  display: none;
  position: absolute;
  z-index: 200;
  background: url(msg_arrow.gif) left center no-repeat;
  padding-left: 7px;
}

#msgcontent {
  display: block;
  background: #f3e6e6;
  border: 2px solid #924949;
  border-left: none;
  padding: 5px;
  min-width: 150px;
  max-width: 250px;
}

a {
	color: #3399FF;
	text-decoration: none;
}
