﻿/* Display */
.Smaller {
	font-size: 90%;
	line-height: 12px;
	margin: 5px 0px 10px 0px;
	}

.IndentLeft {
	padding-left: 10px;
	}

.Grey {
	color: #999999;
	}

/* Positioning */
.Back {
	float: left;
	}
	
.Forward {
	float: right;
	}

.Left {
	text-align: left;
	}
	
.Right {
	text-align: right;
	}

.ClearBoth {
	clear: both;
	}

.Hidden {
	display: none;
	}

.Block {
	display: block;
	}

.Pointer {
	cursor: pointer;
	}

/* Form Display */
.InputWrapper {
	padding-bottom: 5px;
	display: block;
	}

.InputWrapperButton {
	width: 350px;
	text-align: right;
	}
	
.InputLabel {
	width: 140px;
	padding: 4px 10px 0px 0px;
	text-align: right;
	}

span.InputLabel { /* Composite control uses Spans not Divs. Must enforce Block display to instantiate width. */
	display: block;
	float: left;
	}

.InputFieldLabel {
	padding: 4px 10px 0px 0px;
	display: block;
	}

.InputFieldTextbox {
	width: 200px;
	}

.InputWrapperButton {
	width: 350px;
	text-align: right;
	}
