/* * {margin:0; padding:0}
body {font:12px Verdana, Arial, Helvetica, sans-serif; color:#666}
#wrapper {width:900px; margin:50px auto}
.form {float:left; padding:0 10px 10px 10px; background:#f3f3f3; border:2px solid #cfcfcf}*/
/*.form label {float:left; width:100px; padding:10px 10px 0 0; font-weight:bold}
.form select {float:left; width:146px; margin-top:10px}
.form input {float:left; margin-top:10px}*/
.form11 .submit111 
{
background-color: transparent;
    background-image: url("images/buton_red.png");
    border-width: 0;
    clear: both;
    color: white;
    cursor: pointer;
    height: 28px;
    width: 57px;
	padding-bottom: 3px;
	border-radius: 11px 11px 11px 11px;
	font-family: arial;
    font-size: 12px;
	text-align:center;
}
.form .submit {
  background: #42a610;
  background-image: -webkit-linear-gradient(top, #42a610, #28c765);
  background-image: -moz-linear-gradient(top, #42a610, #28c765);
  background-image: -ms-linear-gradient(top, #42a610, #28c765);
  background-image: -o-linear-gradient(top, #42a610, #28c765);
  background-image: linear-gradient(to bottom, #42a610, #28c765);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;

   cursor:pointer;
  font-family: Arial;
  color: #ffffff;
 font-size: 14px;
  padding: 5px;
  text-decoration: none;
}

.form .submit:hover {
  background: #28c765;
  background-image: -webkit-linear-gradient(top, #28c765, #42a610);
  background-image: -moz-linear-gradient(top, #28c765, #42a610);
  background-image: -ms-linear-gradient(top, #28c765, #42a610);
  background-image: -o-linear-gradient(top, #28c765, #42a610);
  background-image: linear-gradient(to bottom, #28c765, #42a610);
  text-decoration: none;
}
#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}