﻿div.form div.row
{
	padding-top: 2px;
	clear: left;
}

div.form div.row label
{
	width: 120px;
	height: 15px;
	padding-top: 1px;
	display: block;
	float: left;
}

input, 
textarea, 
select
{
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
	font-family: Verdana;
	font-size: 11px;
	border: 1px solid #999999;
	height: 20px;
	
}

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;
}

/* textbox watermark */
.watermarked
{
	color: #666666 !important;
	font-style: italic !important;
}

.Button
{
  font-weight: bold;
  background: url(../../Images/Layout/Button_Background.jpg) repeat-x;
  color: #FFFFFF;
  border: #999999;
  height: 22px;
}

.Button:hover
{
  font-weight: bold;
  background: #FFFFFF;
  color:  #FF6699;
  cursor: pointer;
}
