input.price {
    FILTER: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=3) alpha(opacity=93);
        color: white;
    FONT: 12px "Arial", sans-serif;
    BACKGROUND-COLOR: #6A87A5;
    FONT-WEIGHT: bold;
		COLOR: white;
}

input, INPUT.password {
    TEXT: white;
    FONT: 12px "Arial", sans-serif;
    BACKGROUND-COLOR: #6A87A5;
    FONT-WEIGHT: bold;

    FILTER: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=3) alpha(opacity=93);
        color: white;
}


select {
    FONT: 11px "Arial", sans-serif;
    BACKGROUND-COLOR: #6A87A5;
    COLOR: #FFFFFF;
    FILTER: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=3) alpha(opacity=93);
        color: white;


}

input.submit {
    BACKGROUND-COLOR: #003399;
    FONT: 11px "Arial" sans-serif;
    FONT-WEIGHT: bold;
    HEIGHT: 20px;
    COLOR: FFFFFF;
    BORDER: 0px;
    PADDING-LEFT: 6px;

}

INPUT.reset {
    BACKGROUND-COLOR: #003399;
    COLOR: 003399;
    FONT: 11px "Arial" sans-serif;
    HEIGHT: 20px;
    BORDER: 0px;
    PADDING-LEFT: 15px;
    BACKGROUND-REPEAT: no-repeat;
    FILTER: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=3) alpha(opacity=93);
}
textarea {
    background: #ffffff;
    border: #c0c0c0 1px solid;
    WIDTH: 100%;
    FILTER: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=3) alpha(opacity=93);
}
.tx {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
