div.roundedInputLeft {
    display: inline;
    width: 3px;
    height: 24px;
	background-image: url('../images/rounded-input/rounded-input-left.png');
	background-repeat: no-repeat;
	background-color: transparent;
}

input.roundedInput {
	width: 173px;
	height: 22px;
	border: 0;
	background-image: url('../images/rounded-input/rounded-input-left.png');
	background-color: transparent;
	padding-left: 5px;
	color: #676767;
}

div.roundedInput {
    position: absolute;
	display: inline;
    width: 3px;
    height: 24px;
	background-image: url('../images/rounded-input/rounded-input-right.png');
	background-position: top right;
	background-repeat: no-repeat;
	background-color: transparent;
}


.roundedInputFixed {
	background-image: url(./../images/rounded-input/fixed.png);
	background-repeat: no-repeat;
	background-position: -1px 0px;
	width: 182px;
	height: 24px;
	padding-top:3px;
	text-align:left;
}


.roundedInputFixedGoOnline {
	background-image: url(./../images/rounded-input/fixed-go-online.png);
	width: 117px;
	padding-top:3px;
}


/*************************************************************************************************/
/*************************************************************************************************/

select {
	font: normal 13px Arial, SansSerif, Verdana;
	color: black;width:180px;border:none;
}


/*************************************************************************************************/
/***   TEXTAREA   ********************************************************************************/

.roundedTextarea {
	border: none;
	width: 100%;
	height: 100%;
	margin: 0px;
}

.gray {
	color: #676767;
}

/*** TOP ***/
.roundedTextareaTopLeft {
	background-image: url(./../images/rounded-input/all-in-one.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 5px;
	height: 5px;
}

.roundedTextareaTopCenter {
	background-image: url(./../images/rounded-input/rounded-textarea-top-bottom.png);
	background-repeat: repeat-x;
	background-position: top center;
	height: 5px;
}

.roundedTextareaTopRight {
	background-image: url(./../images/rounded-input/all-in-one.png);
	background-repeat: no-repeat;
	background-position: top right;
	width: 5px;
	height: 5px;
}

/*** BOTTOM ***/
.roundedTextareaBottomLeft {
	background-image: url(./../images/rounded-input/all-in-one.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 5px;
	height: 5px;
}

.roundedTextareaBottomCenter {
	background-image: url(./../images/rounded-input/rounded-textarea-top-bottom.png);
	background-repeat: repeat-x;
	background-position: bottom center;
	height: 5px;
}

.roundedTextareaBottomRight {
	background-image: url(./../images/rounded-input/all-in-one.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 5px;
	height: 5px;
}

/*** CENTER ***/
.roundedTextareaCenterLeft {
	background-image: url(./../images/rounded-input/rounded-textarea-left-right.png);
	background-repeat: repeat-y;
	background-position: left center;
	width: 5px;
	height: 5px;
}

.roundedTextareaCenterCenter {
	height: 100%;
}

.roundedTextareaCenterRight {
	background-image: url(./../images/rounded-input/rounded-textarea-left-right.png);
	background-repeat: repeat-y;
	background-position: right center;
	width: 5px;
	height: 5px;
}

/*
.roundedInputFixed input {
	background-image: url(./../images/rounded-input/fixed.png);
	background-position: 43px 11px;
	background-attachment: fixed;
	width: 180px;
	height: 19px;
	border: none;
	background-color: transparent;
	color: #8C969D;
	padding-left: 0px;
	padding-top: 3px;
}
*/


