input {
	background-color: #f5f5fc;
	border: #3366cc 1px solid;
	color: #000000;
	font-family: verdana,tahoma,arial;
	font-size: 12px;
}

.search {
	width: 100%;
}

.radio {
	background-color: #ffffff;
	border: 0;
	color: #000000;
	font-family: verdana,tahoma,arial;
	font-size: 10px;
	width: 20px
}

textarea {
	background-color: #f5f5fc;
	border: #3366cc 1px solid;
	color: #000000;
	font-family: verdana,tahoma,arial;
	font-size: 12px;
	width: 200px;
}
select {
	background-color: #f5f5fc;
	border: #3366cc 1px solid;
	color: #000000;
	font-family: verdana,tahoma,arial;
	font-size: 12px;
	width: 200px;
}
.btn {
	background-color: #3366cc;
	border: #f5f5fc 1px solid;
	color: #ffffff;
	font-family: verdana,tahoma,arial;
	font-size: 12px;
	width: 70px;
}
.feedback_area {
	background-color: #f5f5fc;
	border: #3366cc 1px solid;
	color: #000000;
	font-family: verdana,tahoma,arial;
	font-size: 10px;
	width: 120px;
}
.small_field
{
	width: 80px;
}
