﻿
fieldset
{
	border:none;
	margin-top:25px;
}

fieldset ul
{
	margin:0px;
	padding:0px;
}

fieldset label
{
	display:inline-block;
	width:200px;
	vertical-align:top;
	padding:5px;
}

fieldset.medium label
{
	width:150px;
}

fieldset li
{
	list-style:none;
	margin-bottom:15px;
}

fieldset input, input.textbox, select, textarea, .dview input
{
	font-family:Verdana, Arial, Sans-Serif;
	font-size:11pt;
	padding:5px;
	border: solid 1px #bebebe;
	width:300px;
	background-color:#fffeea;
}

/* to support telerik input boxes */
td.inputCell input
{
	font-family:Verdana, Arial, Sans-Serif;
	font-size:11pt;
	border: solid 1px #bebebe;
	background-color:#fffeea;
}

fieldset.medium input, fieldset.medium select, fieldset.medium textarea
{
	width:300px;
}

fieldset.smallentry input, fieldset.smallentry select, fieldset.smallentry textarea
{
	width:170px;
}

.checkbox input, .rbl input
{
	border:none;
	width:25px;
}

.rbl label
{
	width:auto;
	font-family:Verdana;
	font-size:10pt;
}

.buttonstrip, .buttonstripleft
{
	padding-left:212px;
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:dotted 1px #efacb0;
	width:312px;
}

.buttonstripleft
{
	padding-left:0px;
	width:524px;
}

.formtop
{
	padding-left:212px;
	border-bottom:dotted 1px #efacb0;
	width:312px;
	height:0px;
	margin-bottom:10px;
}

