table.form1 {
	width: 100%;
}

table.form1 th{
	width: 100px;
	font-weight: bold;
	font-family: Arial;
	color: #001e35;
	font-size: 12px;
    vertical-align: top;
	text-align:right;
	white-space: nowrap;
	padding: 5px;
}

table.form1 th.header{
	text-align:left;
	border-top: 1px #BDC6E0 solid;
}

table.form1 td{
	width: 100%;
}


table.form2 {
	width: 500px;
}

table.form2 th{
	width: 100px;
	font-weight: normal;
	font-family: Arial;
	font-size: 12px;
    vertical-align: top;
	text-align:right;
	white-space: nowrap;
	padding: 5px;
}

table.form2 td{
	width: 100%;
}

fieldset.form3{
        background-color: #cccccc;
        padding: 5px;
        border: 1px solid #aaaaaa;
        vertical-align: middle;
}

fieldset.form3 label {
        float: left;
        color: white;
        font-weight: bold;
}

fieldset.form3 span {
        float: right;
}


fieldset.form4 {
	border: 0;
}

fieldset.form4 label {
  float:left; /* подписи к полям сдвигаются влево */
  width:200px; /* ширина колонки подписей */
  line-height:1em;
  margin: 2px 9px 2px 0;
  text-align:right;
  font-weight: bold;
  font-family: Arial;
  color: #001e35;
  font-size: 12px;
  white-space: nowrap;
  
}

fieldset.form4 div {
	font-size: 12px;
}

fieldset.form4 input, fieldset.form4 select, fieldset.form4 textarea {
	margin:0 0 0.5em 0;
}