﻿label.labelNarrow
{
	float: left;
	font-weight: bold;
	width: 100px;
	visible: false;
}

label.labelMedium
{
	float: left;
	font-weight: bold;
	width: 200px;
	visible: false;
}

label.labelWide
{
	float: left;
	font-weight: bold;
	width: 350px;
	visible: false;
}

span.labelNarrow
{
	float: left;
	font-weight: bold;
	width: 100px;
	caption: Label Narrow;
}

span.labelMedium
{
	float: left;
	font-weight: bold;
	width: 200px;
	caption: Label Medium;
}

span.labelWide
{
	float: left;
	font-weight: bold;
	width: 350px;
	caption: Label Wide;
}

label.cbx 
{
    float: none;
    font-weight: bold;
    width: 0px;
    caption: Label Checkbox Radiobutton;
}

input.textBoxSmall, select.dropdownSmall
{
	width: 150px;
	margin-bottom: 5px;
	caption: Text Box Small;
}

select.dropdownSmall
{
	width: 150px;
	margin-bottom: 5px;
	caption: Dropdown Small;
}

input.textBoxMedium
{
	width: 250px;
	margin-bottom: 5px;
	caption: Text Box Medium;
}

input.textBoxLarge
{
	width: 350px;
	margin-bottom: 5px;
	caption: Text Box Large;
}

textarea.multilineTextNormal
{
	width: 250px;
	height: 150px;
	margin-bottom: 5px;
	caption: Multiline Text Box Normal;
}

textarea.multilineTextLarge
{
	width: 500px;
	height: 300px;
	margin-bottom: 5px;
	caption: Multiline Text Box Large;
}

input.cbx 
{
    float: none;
    width: 25px;
    caption: Checkbox Radiobutton;
}

submit.submissionForm
{
	text-align: center;
	caption: Submit Button;
}