:-moz-any-link :focus {
	outline: none;
}

:focus {
	-moz-outline-style: none;
	outline: none;
}

.specialAdversting_wrapper {
	position: relative;
	border: 1px solid #CF7272 !important;
	background: #FEF9F9;
}

.specialAdversting {
	position: absolute;
	font-size: 10px;
	font-family: Arial,Helvetica,sans-serif;
	color: #ffffff;
	font-style: italic;
	right: 2px;
	top: 2px;
	text-align: center;
	padding: 2px;
	background: #CC0000;
}

#moto_parametrs {
	color: #666666;
	width: 646px;
	padding-bottom: 20px;
	font-family: tahoma, geneva, sans-serif;
	font-size: 80%;
	margin-left:15px;
}
#moto_parametrs_wrapper {
	display:none;
}
form.siteform table td  { font-size: 80%; }
#moto_parametrs h1 {
	color: #5890D1;
	font-size: 1.9em;
	font-family: Trebuchet MS;
	/*border-bottom: 1px solid #cccccc;*/	
	margin: 0px 10px 0px 0px;
}
h1.show_moto_parametrs span.blue {
	cursor: pointer;
	border-bottom:1px dashed #5890D1;
}
h1.show_moto_parametrs span.red {
	color:red;
}
#moto_parametrs h2 {
	color: #666666;
	font-size: 1.3em;
	font-weight: normal;
	margin: 10px 10px 5px 0px;
}
span.close_moto_parametrs {
	cursor:pointer;
	border-bottom:1px dashed #666666;
}
.clear {
	clear: both;
}
label.error {
	display: block;
	color: red;
	font-style: italic;
	font-weight: normal;
}
input.error {
	border: 2px solid red;
}
form.siteform table td {
	padding: 5px;
}
form.siteform table input {
	padding: 3px;
	margin: 0px;
}
label {
	cursor:pointer;
}
td.field input.error, td.field select.error, tr.errorRow td.field input,tr.errorRow td.field select {
	border: 2px solid red;
	background-color: #FFFFD5;
	margin: 0px;
	color: red;
}
tr td.field div.form.siteformError {
	display: none;
	color: #FF0000;
}
tr.errorRow td.field div.form.siteformError {
	display: block;
	font-weight: normal;
}
div.error {
	color: red;
}
div.error a {
	color: #336699;
	font-size: 12px;
	text-decoration: underline
}