/* forma generatorius */
.form  .textfield {
	border: 1px solid #d2d2d2;
	background-color: white;
	color: #2f2f2f;
	padding: 2px 25px 2px 5px;
	font-family: Tahoma;
	font-size: 11px;
	width: 251px;
}
.form  .textarea {
	border: 1px solid #d2d2d2;
	background-color: white;
	color: #2f2f2f;
	height: 80px;
	padding: 2px 25px 2px 5px;
	font-family: Tahoma;
	font-size: 11px;
	width: 180px;
}
.form  .select {
	border: 1px solid #d2d2d2;
	background-color: white;
	color: #2f2f2f;
	height: 20px;
	margin: 0px;
	padding: 0;
	font-family: Tahoma;
	font-size: 11px;
}

.form  .label {
	font-family: Tahoma;
	font-size: 11px;
	color: #2f2f2f;
	width: 180px;
	text-align: right;
	padding-right: 8px;
}

.form  .radiolabel {
	font-family: Tahoma;
	font-size: 11px;
	color: #2f2f2f;
	padding: 0px 5px 0px 0px;
}
.form  .radio, .check {
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 0;
}

.form  .textcongrat {
	color: #2f2f2f;
	padding: 20px 5px 0px 5px;
	line-height: 140%;
	text-align: center;
	font-family: Tahoma;
	font-size: 11px;
}
.form  .button {
	border: 1px solid #d2d2d2;
	background-color: white;
	height: 18px;
	color: #2f2f2f;
	font-family: Tahoma;
	font-size: 11px;
	cursor: pointer;
}

.form  .filebotton {
	border: 1px solid #d2d2d2;
	background-color: white;
	color: #2f2f2f;
	height: 18px;
	font-family: Tahoma;
	font-size: 11px;
	width: 180px;
}

.raudona_zv
{
	color:#b70009;
}

.btn-siusti
{
	background-image:url(../images/btn-siusti.gif);
	background-repeat:no-repeat;
	width:50px;
	height:23px;
	color:#ffffff;
	font-size:11px;
	border:0px solid red;
	background-color:Transparent;
	cursor:pointer;
	font-weight:bold;
	line-height:15px;
}