/***********************************/
.FormMail{
/*border-color: #RED;
border-bottom: 1px solid;*/
}


.FormMail .Left{
clear: both;
  text-align:right;
  font-weight:bold;
  float: left;
  padding: 5px;
  /*width: 150px;*/
  width: 20%;
	
border-left: 1px solid;
  border-right: 1px solid;
  border-top: 1px solid;
  border-color: gray;
  background-image: url(../zimo/pic/bg-stripe.gif);
  height: 2em;
}


.FormMail .Right{
  float: left;
  padding: 5px;
  /*width: 450px;*/
  border-right: 1px solid;
  border-top: 1px solid;
 
  border-color: gray;
	 height: 2em;
	 width: 80%;
}


.FormMail input,textarea,select{
border:0;
padding:3px;
border:solid 1px #ccc;
border-radius: 3px;
}

.FormMail textarea{ 
   resize: none;
}

.FormMail .last,
.FormMail .last{
  border-bottom: 1px solid;
  border-color: gray;
}


.FormMail .hei4,
.FormMail .hei4{
  height: 4em;
}

.FormMail .hei3,
.FormMail .hei3{
  height: 3em;
}

.FormMail .hei2,
.FormMail .hei2{
  height: 1.7em;
}

.FormMail .hei20,
.FormMail .hei20{
  height: 20em;
}


.Button1{
	border:solid 1px #ccc;
	padding:5px 10px;
	margin:0;
	/*text-transform:uppercase;*/
	font-weight:bold;
	color:#333;
	cursor:pointer;

	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	/*text-shadow: 0px -1px 1px rgba(255, 255, 255, 0.8);*/
}
.Button1:hover {
  color: #00006A;
  text-decoration: none;
  background: #DDE4EC;
}
.Button1:active {
  color: #00006A;
  text-decoration: none;
  background: #DDE4EC;
}





/***/