
.warning
{
	visibility: hidden;
	color: red;
}

.f-text  {
	height: 20px !important;
	font-size: 13px;
	line-height: 13px;
	margin: 0 0 8px 0;
	width: 200px;
	border: solid #DFDFDF;
	background-color: #fff;
	border-width: 1px;
	color:#6F6F6F;
	}
.f-text-focus  {
	height: 20px !important;
	font-size: 13px;
	line-height: 13px;
	margin: 0 0 8px 0;
	width: 500px;
	background-color: #f8f6dc;
	border: solid #DFDFDF;
	border-width: 1px;
	color:#000;
	}

.f-textarea {
	width:200px;
	height:200px; font-size: 13px;  line-height: 13px;
	margin: 0 0 8px 0;
	border: solid #DFDFDF; border-width: 1px ;
	color:#6F6F6F;}
.f-textarea-focus {
	width:200px;
	height:200px; font-size: 13px;  line-height: 13px;
	margin: 0 0 8px 0; background-color: #f8f6dc;
	border: solid #DFDFDF; border-width: 1px;
	color:#000;}
.f-submit{
		background-color: #49C2E1;
		color:#fff;
		cursor:pointer;
}
input,textarea, select {

	padding:2px;
	border:none;
	border:1px solid #ccc;
	font:100% Verdana;
	color:#777;
}
input, select{
width:400px;
}
textarea{
width:400px;
height:400px;
}