
@font-face{
font-family: Lobster;
src: url('Lobster.otf');
}
.error_msg{
  color: red; 
}

tr{margin:10px 0;}
table{width:100%; 
  color: #fff;
  font-size:00px;
}
td{
  padding: 20px 0 0 0;
}
textarea{
  border-radius: 5px;
  color: #fff;
  font-size : 17px;
  font-family: Verdana;
}
textarea:focus{
  color: #FF9900;
  border: 2px solid green;
}
.mail{
  width: 100%;
  margin:0 auto; 
}
.label{ width:100%; color:#555!important;
  text-align: right;
  padding-right:0;

}
#image{
border:#888 solid 1px;
height: 45px;
}
.title{
  font-family: Lobster;
  text-align: center;
  font-size: 35px;
  color: #FFf;
  margin: 50px 0 10px 0;
  text-decoration:underline;
}
.bgcolim{background:#ccc;}
.form-input{ padding:0 0 0 15px;
   width: 100%;
   height: 40px;
   border-radius: 5px;
   color: #999;
   font-size : 17px;
   background: #fff;
   border: 2px solid #ccc;
   margin:10px 0;
}

.form-input:focus{
   color: #F97B03;
   border: 1px solid #F97B03;
}
.submit_btn:hover{
   background: #1E0F62;
   border: 1px solid #F97B03;
   color: #fff;
}

.submit_btn{margin:10px 0 0 0;
  width: 280px;
  height: 45px;
  border-radius: 5px;
  color: #fff;
  background-color: #09337B;
  font: bold 15px Verdana;
  margin-bottom: 100px;
  border: 1px solid #1E0F62;
}
#message{
background: #555;
color: #999;
border: 1px solid #555;
}

em.error {
  background:url("unchecked.gif") no-repeat 0px 0px;
  padding-left: 16px;
  color: #ff0000;
  font-weight: bold;
}
em.success {
  background:url("checked.gif") no-repeat 0px 0px;
  padding-left: 16px;
  color: #33ff55 !important;
}

form.cmxform label.error {
	margin-left: auto;
	width: 250px;
	color: red;
}
#warning { display: none; }
.status{
   width : 250px;
   position: absolute;
}
#message1{
  display: none;
  width: 350px;
  height: 100px;
  color: #fff;
  margin-left: 90px;
  margin-top: 100px;
  border: 2px solid #fff;
  position: relative;
  border-radius: 10px;
}

#message1 h2, #message1 p{
  text-align: center;
}
#message1 #checkmark{
   margin-left: 150px;
}

#cancel{
  position: absolute;
  right: -10px;
  top: -10px;
}
.hide{
  display: none;
}
#link{
text-align: center;
text-decoration: none;
font-family: Lobster;
}
