/*zadawnia pytania*/
 .input-ask  {
	height: 18px !important; font-size: 13px;  line-height: 13px;
	margin: 0 0 8px 0;
	width: 500px;
	border: solid #DFDFDF; border-width: 1px   }

.textarea-ask {
	width:100%;
	height:100px; font-size: 13px;  line-height: 13px;
	margin: 0 0 8px 0;
	border: solid #DFDFDF; border-width: 1px
}
/*zadawnia pytania*/

.input  {
	border: 1px solid #9b9b9b;
	background-color: #d4d4d4;
	padding: 1px 5px;
	width: 120px;
	margin: 0 5px;
}

.button2  {
	border: 1px solid #9b9b9b !important;
	background-color: #d4d4d4;
	padding: 0 5px;
	text-transform: uppercase;
	color: #6e6e6e;
	margin: 0;
}
.warning
{
	visibility: hidden;
	color: red;
}

.f-text  {
	height: 18px !important; font-size: 13px;  line-height: 13px;
	margin: 0 0 8px 0;
	width: 500px;
	border: solid #DFDFDF; border-width: 1px; }
.f-text-focus  {
	height: 18px !important; font-size: 13px;  line-height: 13px;
	margin: 0 0 8px 0;
	width: 500px; background-color: #f8f6dc;
	border: solid #DFDFDF; border-width: 1px; }

.f-textarea {
	width:100%;
	height:100px; font-size: 13px;  line-height: 13px;
	margin: 0 0 8px 0;
	border: solid #DFDFDF; border-width: 1px }
.f-textarea-focus {
	width:100%;
	height:100px; font-size: 13px;  line-height: 13px;
	margin: 0 0 8px 0; background-color: #f8f6dc;
	border: solid #DFDFDF; border-width: 1px; }
