﻿.palomaTextBox .leftEdge
{	
	background-image: url(../img/contactFormTextFieldLeftSide.png);
	background-repeat: no-repeat;
	width: 4px;
	height: 23px;
	max-height: 23px;
	float:left;
}

.palomaTextBox .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;
}

.palomaTextBox .rightEdge
{	
	background-image: url(../img/contactFormTextFieldRightSide.png);
	background-repeat: no-repeat;
	width: 4px;
	height: 23px;
	max-height: 23px;
	float:left;
}

.palomaTextBox .inputTextBox
{
	border-style: none;
	background-color:Transparent;
	margin: 0px;
	padding: 0px;	
}