.req_table{
    background: #fafafa;
}
.req_table td{
	padding: 15px;
	font-size: 12px;
	border-bottom: 1px dashed #ddd;
}
.req_table td.req_left_col{
	te2xt-align: right;
	border-bottom: 1px dashed #ddd;
}
.req_left_col{
	width:250px;
	font-weight: bold;
	background: #f3f3f3;
}
.req_table td.req_submit_td{
	border-bottom: none;
	background: white;
}
.inp_big{
	width: 250px;
}
.inp_small{
	width: 50px;
}
.inp_other{
	width: 187px; height: 18px;
}
.catpcha_td{
	background: url(/request/captcha.php) no-repeat 80px 12px;
}
.catpcha_td a{
  margin-left:80px;
  border-bottom: 1px dashed;
  text-decoration: none;
  color: silver;
}
.catpcha_td a:hover{
  color: blue;
}

