﻿/*--------------------[ Forms ]--------------------*/
input,
select,
textarea
{
	border: expression(this.type == "checkbox" || this.type == "radio" || this.type == "image" ? "none" : "#0066cc 1px solid");
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

textarea
{
	background-color: Transparent;
}

input.Wide,
select.Wide,
textarea.Wide
{
	width: 100%;
}

input.Numeric
{
	text-align: right;
}

input[type=submit],
input.Button
{
	font-weight: bold;
	cursor: pointer;
	color: #000000;
	text-align: center;
	border: solid 1px #666666;
	padding: 0 4px 1px 4px;
	background-color: #CCCCCC;
}
