@charset "utf-8";
.button {
	background-color: #7b7b7b;
	border: 2px solid #ffffff;
	color: #ffffff;
	font-size: 11px;
	font-family: Tahoma, sans-serif;

}
.green_small {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #80D62C;
	font-style: normal;
	text-decoration: none;
	padding-top: 6px;
	position: relative;
	top: 6px;
	left: 6px;
	
}
.green_small_n {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #80D62C;
	font-style: normal;
	text-decoration: none;
	z-index: 1;
	display: inline;
}
.green_small_anuluj {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #80D62C;
	font-style: normal;
	text-decoration: none;
	margin-top: 6px;
	padding-left:4px;

	
}
.green_hidden {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #80D62C;
	font-style: normal;
	text-decoration: none;
	padding-top: 6px;
	position: relative;
	top: 6px;
	left: 10px;
	display: none;
}

.z2 {
	font-size: 15px;
	font-family: Tahoma, sans-serif;
	height: 80px;
}

#errorMsg {
background: #ffdfdf;
	border: 1px solid #df7d7d;
	border-width: 1px 0;
	margin: 0 0 1em 0;
	padding: 7px;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight:normal;
	}
