@charset "windows-1251";
/* CSS Document */

form {
  width:194px;
  font:bold 12px Arial;
  color:#525252;
  background: url(/templates/v2/imgs/mail.gif) center top no-repeat;
  z-index:1;
}
form input {
	border:none;
	background:url(imgs/dot.gif) bottom left repeat-x;
	font:bold 12px Arial;
	color:#525252;
}
form span {float:left;}

.name, .phone, .time {
  overflow:hidden;
  height:20px;
  margin:10px 5px;
  position:relative;
}
.name div {
  float:right;
  width:146px;
}

.name div input {
	width:146px;
	background-color:transparent;
	font-size: 12px;
}
.phone div {
  float:right;
  width:122px;
}
.phone div input {
	width:122px;
	background-color:transparent;
	font-size: 12px;
}
.time div {
  float:right;
  width:98px;
}
.time div input {
	background-color:transparent;
	width:98px;
	font-size: 12px;
}
div.submit {
  text-align:center;
  padding-top:10px;
}

div.submit input {
	background:none;
	font:bold 11px Tahoma;
	border-right:1px solid #e3e3e3;
	border-top:1px solid #e3e3e3;
	border-left:1px solid #bcbcbc;
	border-bottom:1px solid #bcbcbc;
	width:80px;
	height:20px;
	text-align: center;
}

div.submit input.up {
	color: #2F3954;
	cursor: pointer;
	background-color: #bcc3cd;
	text-align: center;
}

div.submit input.down {
	color: white;
	background-color: #2F3954;
}
