#poptavka {
	width: 100%;
	text-align:center;
	color:#000000;
}
.nadpispoptavka {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #38404d;
	border-bottom: 2px solid #C3C4C7;
	text-align:left;
}
.logopoptavka {
	/*background-color: #FFFFFF;*/
}
.labellogo {
	color: #000000;
}
.bgpoptavka {
	background-color: #EFEFEF;
}
.tablepoptavka {
	width: 100%;
	border: 2px solid #C3C4C7;
}
.labelpoptavka {
	width: 220px;
	font-weight: bold;
	text-align: right;
}
.datapoptavka {
	font-weight: bold;
	text-align: left;
}

.choicelabelpoptavka {
	font-weight: bold;
	text-align: left;
}

.infolabelpoptavka {
	font-weight: bold;
	text-align: center;
}

.infopoptavka {
	font-weight: bold;
	color: #FF7200;
}

.inputtextpoptavka, .textboxpoptavka {
	border: 1px solid #BFC1C0;
	background: #fff url('../images/bg-input.gif') repeat-x 0px 0px; 
}
.textboxpoptavka {
	width: 100%;
}
.inputradiopoptavka {
	font-weight: normal;
}
.asterix {
	color: red;
}

.inputbuttonpoptavka {
	margin: 0px;
	padding: 2px 5px;
	color: #fff;
	font-size: .9em;
	font-weight: bold;
	background: #49646D;/* url('../images/bg-button.gif') repeat-x 0px 0px;*/
	border: 1px solid #38404d;
}
.inputbuttonpoptavka:hover {
	border-color: #38404d;
	background: #39404D;/* url('../images/bg-button-hover.gif') repeat-x 0px 0px;*/
	cursor: pointer; cursor: hand;
}
.captcha {
	border: 1px solid #000000;
}