
/* forms */
div.mail_table div {
	padding:3px 3px 3px 3px;
}
div.mail_table div label {
	text-align:right;
	width: 170px;
    float: left;
	font-size: 13px;
    text-align: right;
	color: #012e52;
	padding: 0px 10px 0px 0px;
}
div.mail_table div.title {
	font-style:normal;
	font-weight:bold;
	text-align:left !important;
	padding-top:10px !important;
	vertical-align:top !important;
	padding: 14px 0 12px 0 !important;
}
input.form, textarea.form {
  border: 1px solid #cccccc;
  padding-top: 4px;
  padding-bottom:4px;
  padding-left:2px;
  padding-right:2px;
  font-size: 11px;
  vertical-align:middle;
  font-family: Verdana,Tahoma,sans-serif;
  color: #29166f;
}
select.form {
  border: 1px solid #cccccc;
  padding-top: 2px;
  padding-bottom:2px;
  padding-left:2px;
  padding-right:2px;
  font-size: 11px;
  vertical-align:middle;
  font-family: Verdana,Tahoma,sans-serif;
  color: #29166f;
}

input.form_button {
    background: url("/pictures/form_button.png") repeat-x scroll center top rgba(0, 0, 0, 0);
	width: 173px;
	height: 28px;
	line-height: 26px;
	color: #fff;
	padding: 0 0 0 30px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	margin: 10px 12px 0 0;
	border:none;
	cursor:pointer;
	text-align: left;
}

.red_text { 
    font-family: Arial,Tahoma,sans-serif;
	font-size: 18px;
	line-height:12px;
	color: #AA0000; 
	font-weight: bold;
}
.form_description { 
    font-family: Arial,Tahoma,sans-serif;
	font-size: 11px; 
	color: #808080; 
}

.invalid { border:2px solid #AA0000 !important;}
.invalid_label { color: #AA0000 !important;}
.error_text {
	font-size: 13px;
	background-color:#AA0000;
	text-align:center;
	line-height: 20px !important;
	padding:5px;
	font-weight:bold;
	color:#FFFFFF;
	margin:10px 0 20px 0;
}
.success_text {
	background-color:#008000;
	font-size: 13px;
	text-align:center;
	padding:5px;
	line-height: 20px !important;
	font-weight:bold;
	color:#FFFFFF;
	margin:10px 0 20px 0;
}
.mcaptcha {
	display:block;
	float:left;
	cursor:pointer;
}
.mvalue{ width:50px; }
.medium { width:200px; }
select.medium { width:200px !important; }
.long { width:300px; }
.longest { width:530px; }
.short { width:50px;}
select.long { width:300px !important; }
.checkbox_block {padding-bottom:6px;}

.label_long{ width:300px !important; }
.label_longer{ width:400px !important; }
.label_longest{ width:475px !important; }
.comment { font-weight:normal !important; }


/* other */

.picture_object {
	display: inline-block;
}

.picture_object img {
	margin: 7px !important;
}

/* --------------Search----------------- */

p.search_notice {
	color:#FF0000; 
}

div.search_item {
	margin: 14px 0px 0px 0px;
	border-bottom: #d1d1d1 1px solid;
}

a.search_text {
	display:block;
	text-decoration:none;
	margin-top:3px;
	margin-bottom:2px;
	text-decoration: none !important;
}

p.search_text {
	font-size: 12px;
	font-weight:normal;
	color: #000000;
	padding: 0px !important;
	margin: 4px 0 8px 0 !important;
	line-height: 20px !important;
}

a.search_rubric_link {
	color: #02477c;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	text-decoration: none !important;
}
a.search_rubric_link:hover{
	text-decoration: underline !important;
}

a.search_item_link {
	color: #02477c;
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
	text-decoration: none !important;
}
a.search_item_link:hover{
	text-decoration: underline !important;
}

.search_found {
	font-weight:bold;
}

.hor_arrow {
	display:inline-block; 
	margin-bottom:2px;
}

.search_item img {
	margin: 0 0 2px 0 !important;
}