form {
	margin: 0px;
}

input, select
{
	color: #686b6a; 
	font-size: 12px; font-family: Arial, Verdana, sans-serif; 
	line-height: 12px;
	width: 170px;
	height: 23px;
	line-height: 23px;
	padding: 0px 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #dbdbdc;
	margin-top: 3px;
	background-color: #e8e8e8;
}

textarea 
{
	color: #686b6a; 
	font-size: 12px; font-family: Arial, Verdana, sans-serif; 
	line-height: 12px;
	width: 395px;
	height: 79px;
	line-height: 23px;
	padding: 0px 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #dbdbdc;
	background-color: #e8e8e8;
}

.header_question input 
{
	color: #686b6a; 
	font-size: 12px; font-family: Arial, Verdana, sans-serif; 
	line-height: 23px;
	width: 235px;
	height: 23px;
	padding: 0px 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #ececec;
	background-color: #ffffff;
}