﻿/* LAYOUT */
li .formLabel
{
	width: 150px;
	float: left;
	overflow: hidden;
}

li .formInput
{
	width: 300px;
	float: left;
	overflow: hidden;
	padding-bottom: 10px;
}

li .formHelp
{
	clear: both;
}

li
{
	clear: both;
	padding-bottom: 10px;
}

/* TEXT FORMATTING */
li .formLabel
{
	font-family: Arial, Sans-Serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
}

input.btn, input.formButton
{
	border: solid 1px black;
	background-color: #55884B;
	color: #FFFFFF;
	font-family: Arial, Sans-Serif;
	font-size: 9pt;
	font-weight: bold;
	cursor:pointer;
	cursor:hand;
}

input.smEdit, input.smDelete
{
	border: none 0px transparent;
	background-color: #FFFFFF;
	color: #FFFFFF;
	font-family: Arial, Sans-Serif;
	font-size: 0pt;
	font-weight: bold;
	cursor:pointer;
	cursor:hand;
	height: 24px;
	width: 24px;
	background-repeat: no-repeat;
}

input.smEdit
{
	background-image: url(/shared/images/sm-edit.gif);
}

input.smDelete
{
	background-image: url(/shared/images/sm-delete.gif);
}
