td.contacts_text
{
  text-align: left;
  vertical-align: top;
  padding-left: 15px;
}

td.contacts_text_left
{
  text-align: left;
  vertical-align: top;
}

td.contacts_text a
{
  color: #0000ee;
  text-decoration: none;
}
td.contacts_text a:hover
{
  text-decoration: underline;
}

td.contacts_head
{
  text-align: right;
  vertical-align: top;
  padding-bottom: 10px;
  font-weight: bold;
  white-space:nowrap;
}

td.contacts_text
{
  text-align: left;
  vertical-align: top;
  padding-left: 15px;
}

td.contacts_text_left
{
  text-align: left;
  vertical-align: top;
}

td.contacts_text a
{
  color: #0000ee;
  text-decoration: none;
}
td.contacts_text a:hover
{
  text-decoration: underline;
}


.input_mailform
{
  width: 350px;
  border: 1px solid;
  border-color: #9aaec3;
}

.input_mailform_left
{
  width: 190px;
  border: 1px solid;
  border-color: #9aaec3;
}

.form_result
{
  font: bold 14px Arial;
  color: #007503;
  text-align: center;
  padding-bottom: 20px;
}


.subm
{
	border: solid 1px #721f10;
	padding: 5px;
}

.row_first
{
    font: normal 12px Tahoma;
    text-align: right;
    color: #4d4d4d;
}

.row_second
{
    font: normal 12px Tahoma;
    color: #4d4d4d;
}

input
{
    font-size: 11px;
    font-family: arial;
    border: 1px solid #bbd1f1;
    color: #006d9f;
    width: 160px;
}

input:hover
{
    color: #00529f;
}

textarea
{
    font-size: 12px;
    font-family: arial;
    padding: 2px;
    border: 1px solid #bbd1f1;
    width: 160px; 
}