span.checkbox {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url('../Images/Buttons/check_boxes.png') no-repeat;
	display: block;
}
span.radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url('../Images/Buttons/radio_buttons.png') no-repeat;
	display: block;
}

span.select {
	width: 265px; /* With the padding included, the width is 180 pixels: the actual width of the image. */
	height: 30px;
	overflow: hidden;
	background-image: url(../Images/forms/bg_search_large_dropdown.gif);
	background-repeat: no-repeat;
	text-align:left;
	font-size:16px;
	color:white;
	font-family:Georgia, "Times New Roman", Times, serif;
	border: 0;
	padding-top: 9px;
	padding-right: 26px;
	padding-bottom: 0;
	padding-left: 10px;
	position:absolute;
	display:block;
}
.inputDiv {
	width:361px;
	height:33px;
	background-image:url(images/sayit_bg.jpg);
	background-repeat:no-repeat;
	border:0;
	float:left;
	margin: 3px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	padding: 15px 0 0 20px;
}

.inputStyle{
    width: 164px;
    border:none;
    padding:0px;
    font-size:13px;
    line-height:13px;
    background: url('../Images/Buttons/clear.gif');
    margin:0px;
}
.inputDivTiny {
    background-attachment: fixed;
    background-position:top left;
    width: 39px;
    height: 23px;
    border: none;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 5px;
    background: url('../Images/Buttons/tiny_text_field.png') no-repeat;
    font-size:13px;
    line-height:13px;
}
.inputStyleTiny {
    width: 39px;
    border:none;
    padding:0px;
    font-size:13px;
    line-height:13px;
    background: url('../Images/Buttons/clear.gif');
    margin:0px;
}
