.styled-select-container, .styled-select-day-container, .styled-select-month-container, .styled-select-state-container, styled-select-location-state-container
{
	position: relative;
	padding: 0;
	margin: 0;
	height: 18px;
}

.styled-select-search-container
{
	position: relative;
	padding: 0;
	margin-top: 10px;
	height: 18px;
	width: 210px;
}

.styled-select-search
{
	float:left;
	height: 18px;
	padding: 0;
	margin: 0;
}
/*
.styled-select-search input
{
	cursor: default;
	height: 16px;
	margin: 0px;
	width: 178px;
	padding: 0 0 0 5px;
	border:1px solid #E7C60C;
	border-right: none;
	color: #514d4d;
	background-image: url(../images/takeout/dropdowns/yellow-background.png);
}
*/
.styled-select, .styled-select-day, .styled-select-month, .styled-select-state, .styled-select-location-state
{
	float:left;
	height: 18px;
	padding: 0;
	margin: 0;
}

.styled-select-container
{
	width: 230px;
}

.styled-select-day-container
{
	width: 75px;
	float: left;
}

.styled-select-month-container
{
	width: 100px;
	float: left;
}

.styled-select-state-container
{
	width: 55px;
	float: left;
}

.styled-select-location-state-container
{
	width: 270px;
	float: left;
}
/*
.styled-select input, .styled-select-day input, .styled-select-month input, .styled-select-state input, .styled-select-location-state input
{
	cursor: default;
	height: 16px;
	margin: 0px;
	padding: 0 0 0 5px;
	border:1px solid #9dc73e;
	border-right: none;
	color: #514d4d;
	background-image: url(../images/takeout/dropdowns/green-background.png);
}*/

.styled-select-error input, .styled-select-day-error input, .styled-select-month-error input, .styled-select-state-error input
{
	cursor: default;
	height: 16px;
	margin: 0px;
	padding: 0 0 0 5px;
	border:1px solid #808080;
	border-right: none;
	color: #514d4d;
	background-image: url(../images/takeout/dropdowns/red-background.png);
}

.styled-select-day input 
{
	width: 50px;
}

.styled-select-month input
{
	width: 75px;
}

.styled-select input
{
	width: 209px;
}

.styled-select-state input
{
	width: 30px;
}

.styled-select-location-state input
{
	width: 248px;
}

.styled-select-button
{
	float:left;
	width: 17px;
	height: 21px;
}

.styled-items-container
{
	position: absolute;
	border:1px solid #808080;
	background-color: #FFFFFF;	
}

.styled-item-hover
{
	color: #514D4D;
	padding: 2px 0 2px 5px;
	background-color: #808080;
}

.styled-item
{
	color: #000000;
	padding: 2px 0 2px 5px;
}

