@charset "utf-8";

span.checkbox {
	width: 12px;
	height: 12px;
	padding: 0 0 0 0;
	background: url(/images/form/checkbox-grey.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
span.radio {
	margin-top:3px;
	margin-right:4px;
	width: 12px;
	height: 12px;
	padding: 0px 0 0 0;
	background: url(/images/form/checkbox-grey.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
span.select {
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #c5eb01;
	font: 12px/21px arial,sans-serif;
	background: url(/images/form/select-grey.gif) no-repeat;
	overflow: hidden;
}
img { 
    position: relative; 
}

input.message_text {
	width: 160px;
	height: 18px;
	border:solid #606571 1px; 
	color: #808e87;
	font: 12px arial,sans-serif;
	padding:0px;
	padding-left:4px;
}
textarea.option_text {
	width: 160px;
	border: 1px solid #606571;
	color: #808e87;
	font: 12px/21px arial,sans-serif;
	padding:0px;
	padding-left:4px;
}
