﻿div.form div.row
{
	padding-top: 2px;
	font-family: Verdana;
	font-size: 10px;
	clear: left;
}

div.form div.row label
{
	width: 120px;
	height: 15px;
	padding-top: 1px;
	display: block;
	float: left;
	font-family: Verdana;
	font-size: 10px;
}

input, 
textarea, 
select
{
	padding: 0px;
	margin: 0px;
	background-color: #eeeeee;
	font-family: Verdana;
	font-size: 10pt;
	border-width: 1px;
}

div.form div.row input, 
div.form div.row textarea, 
div.form div.row select
{
	float: left;
}
/*
div.form div.row input[type=text], 
div.form div.row select
*/
input[type=text], 
input[type=radio], 
input[type=checkbox]
{
	height: 16px;
	vertical-align: middle;
}

input[type=text], 
select
{
	padding: 0px 1px 0px 1px;
}

div.form div.row input[type=button], 
div.form div.row input[type=submit]
{
}

input[disabled]
{
	background-color: Transparent;
	color: #000000;
	border-style: none;
}

input[type="image"], input[type="checkbox"]
{
	background-color: Transparent;
	border: none;
}
