.mail_warning {
  text-align:center;
  color:red;
  font-size:120%;
  border-top:2px solid red;
  border-bottom:2px solid red;
  margin-top:5px;
  padding:5px;
	font-weight: bold;
}
.mail_warning_small{
  font-size:90%;
  font-weight:normal;
}
.mail_fieldset{
	border:solid 1px white;
	width:280px;
	margin:15px;
}
.mail_legend{
	border:solid 1px white;
	padding:2px 5px 2px 5px;
	color:#B7F3F3;
	font-weight: bold;
}
.mail_text,.mail_text_focus{
	border: 1px solid #B7F3F3;
	margin: 0px 20px 0px 20px;
	width: 230px;
	font-weight: bold;
	color: white;
	padding: 3px;
	background: transparent url("../images/bg-cyan-slash.png");
}
.mail_text{
	background: transparent url("../images/bg-cyan-slash.png");
}
.mail_text_focus{
	background: #00008B url("../images/bg-cyan-slash.png");
}
.mail_submit{
	border: 1px solid #B7F3F3;
	width: 100%;
	background: #D9D9D9;
	margin:20px 0px 10px 0px;
	font-weight: bold;
}

