
textarea
{
	padding : 0.5em 0;
}


.orderforminput {
	/* margin-left: 5px; */
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #e1e1e1;
	border: 1px solid #000000;
	width: 200px;
	/*height: 25px;*/
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	/*font-size: 8pt;*/
}

.orderforminput_number {
	/* margin-left: 5px; */
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #e1e1e1;
	border: 1px solid #000000;
	width: 40px;
	font-weight: bold;
	/*height: 20px;*/
	font-family: Verdana, Arial, sans-serif;
	/*font-size: 8pt;*/
}

.orderforminput_big {
	/* margin-left: 5px; */
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #e1e1e1;
	border: 1px solid #000000;
	width: 500px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	/*font-size: 11pt;*/
}

.orderformtextarea {
	/* margin-left: 5px; */
	font-family: Verdana, Arial, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #e1e1e1;
	border: 1px solid #000000;
	width: 500px;
	font-size: 11pt;
}

.orderform_border {
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	padding: 0px;
}

/* style for each button */
.buttonstyle  {
	background: #e1e1e1; /* #A6A6A6; */
	margin-bottom: 1pt;
	color: black;
	font-weight: bold; 
	font-size: 13px;
	border: 1px solid #A6A6A6;
}

/* used for the closedended ranking question */
.optionbox
{
    border: 1px solid #A6A6A6;
    background: #e1e1e1;
    color: black;
	font-weight: bold; 
	font-size: 13px;
	
}

.orderforminput_select 
{
	/* margin-left: 5px; */
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #e1e1e1;
	border: 1px solid #000000;
	width: 40px;
	height: 20px;
	font-family: Verdana, Arial, sans-serif;
	 color: black;
	font-weight: bold; 
	font-size: 13px;
}

.orderforminput_select_nosize
{
	/* margin-left: 5px; */
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #e1e1e1;
	border: 1px solid #000000;
	height: 20px;
	font-family: Verdana, Arial, sans-serif;
	 color: black;
	font-weight: bold; 
	font-size: 13px;
}


