﻿.palomaDropDownList
{
	position: relative;
}

.palomaDropDownList .selectionField
{
	float:left;
	clear: both;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	cursor: pointer;
}

.palomaDropDownList .selectionField .leftEdge
{	
	background-image: url(../img/contactFormTextFieldLeftSide.png);
	background-repeat: no-repeat;
	width: 4px;
	height: 23px;
	max-height: 23px;
	float:left;
}

.palomaDropDownList .selectionField .content
{
	background-image: url(../img/contactFormTextFieldMiddle.png);
	background-repeat: repeat-x;
	width: auto;
	height: 20px;
	max-height: 23px;
	padding: 3px 0px 0px 3px;
	float:left;
}

.palomaDropDownList .selectionField .button
{
	background-image: url(../img/dropDownButtonOff.png);
	background-repeat: no-repeat;
	width: 24px;
	height: 23px;
	max-height: 23px;
	float:left;
	cursor: pointer;
}

.palomaDropDownList .selectionBox
{
	float:left;
	clear: both;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	display: none;
	position: absolute;
	top: 23px;
}

	.palomaDropDownList .selectionBox .top .leftCorner
	{
		background-image: url(../img/inputTextBoxCornersAndEdges/topLeftCorner.png);
		width: 4px;
		height: 4px;
		float:left;
	}

	.palomaDropDownList .selectionBox .top .edge
	{
		height: 4px;
		background-image: url(../img/inputTextBoxCornersAndEdges/topEdge.png);
		background-repeat:repeat-x;
		background-color: #ffffff;
		float:left;
	}

	.palomaDropDownList .selectionBox .top .rightCorner
	{
		width: 4px;
		height: 4px;
		background-image: url(../img/inputTextBoxCornersAndEdges/topRightCorner.png);
		float:left;
	}

.palomaDropDownList .selectionBox .selectionItem
{
	clear: both;
	float: left;
	width: auto;
	position: relative;
	cursor: pointer;
}
	.borderDiv
	{	
		display:none;
		top: 21px;
		margin: 0px 1px 0px 1px;
		position: absolute;
		height: 1px;
		background-image: url(../img/inputTextBoxCornersAndEdges/horizontalLine.png);
		background-repeat: repeat-x;
	}

	.palomaDropDownList .selectionBox .selectionItem .leftEdge
	{
		background-image: url(../img/inputTextBoxCornersAndEdges/leftEdge.png);
		background-repeat:repeat-y;
		background-color: #ffffff;
		width: 4px;
		height: 22px;
		max-height: 22px;
		float:left;
	}

	.palomaDropDownList .selectionBox .selectionItem .content
	{
		background-color: #ffffff;
		width: auto;
		height: 19px;
		max-height: 22px;
		padding: 3px 0px 0px 3px;
		float:left;
		border-bottom-color: #bfdfec;
		border-bottom-style: none;
		border-bottom-width: 1px;
	}

	.palomaDropDownList .selectionBox .selectionItem .rightEdge
	{
		background-image: url(../img/inputTextBoxCornersAndEdges/rightEdge.png);
		background-repeat:repeat-y;
		background-color: #ffffff;
		width: 4px;
		height: 22px;
		max-height: 22px;
		float:left;
		border-bottom-color: #bfdfec;
		border-bottom-style: none;
		border-bottom-width: 1px;
	}

.palomaDropDownList .selectionBox .bottom
{
	float: left;
	clear: both;
}

	.palomaDropDownList .selectionBox .bottom .leftCorner
	{
		background-image: url(../img/inputTextBoxCornersAndEdges/bottomLeftCorner.png);
		width: 4px;
		height: 4px;
		float:left;
	}

	.palomaDropDownList .selectionBox .bottom .edge
	{
		width: 4px;
		height: 4px;
		background-image: url(../img/inputTextBoxCornersAndEdges/bottomEdge.png);
		background-repeat:repeat-x;
		float:left;
	}

	.palomaDropDownList .selectionBox .bottom .rightCorner
	{
		width: 4px;
		height: 4px;
		background-image: url(../img/inputTextBoxCornersAndEdges/bottomRightCorner.png);
		float:left;
	}