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:291px;
	height:30px;
	background-image:url(../Images/forms/bg_search_large_textfield.gif);
	background-repeat:no-repeat;
	border:0;
	font-size:16px;
	color:white;
	font-family:Georgia, "Times New Roman", Times, serif;
	float:left;
	margin: 0;
	padding-top: 9px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

.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;
}

body.education_pages span.select	{ background:none; background-image:url('../Images/education/forms/select_bg.gif'); background-repeat:no-repeat; }
body.education_pages .inputDiv		{ background:none; background-image:url('../Images/education/forms/text_bg.gif'); background-repeat:no-repeat; }
